[Bug 1218547] Re: 8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

2013-12-31 Thread Surak
Finally tested upstream kernel. Unfortunatelly, behavior is still
exactly as the bug description even with v3.13-rc6-trusty

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstream-v3.13-rc6-trusty

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

Title:
  8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: 8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

2013-12-31 Thread Surak
** Description changed:

  The Fn+F8 and Fn+F9 keys are not working on my Clevo W350ST with Kubuntu
  Raring to change screen brightness of the internal laptop screen. I
  installed linux-headers-3.11.0-4, linux-headers-3.11.0-4-generic,
  linux-image-3.11.0-4-generic and linux-image-extra-3.11.0-4-generic
- from Saucy packages repository but the problem persists.
+ from Saucy packages repository but the problem persists. Edit: Bug
+ persists with v3.13-rc6-trusty.
  
  When trying the following event codes appear correctly:
  xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), 
.*$/keycode \2 = \3, state = \1/p'
  keycode 36 = (keysym 0xff0d, Return), state = 0x10
  keycode 232 = (keysym 0x1008ff03, XF86MonBrightnessDown), state = 0x10
  keycode 233 = (keysym 0x1008ff02, XF86MonBrightnessUp), state = 0x10
  
  And changing:
  /sys/class/backlight/intel_backlight/brightness
  
  changes the brightness of the screen, but pressing the key combination does 
not. I believe this happens because the key combination is, in fact, changing 
the value of:
  /sys/class/backlight/acpi_video0/brightness
  
  I have in my package sources:
  http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
  http://ppa.launchpad.net/bumblebee/stable/ubuntu
  
  WORKAROUND: acpi_backlight=vendor
+ (but this brakes autoswitch to external monitor when connecting one to VGA 
port)
  
  ---
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  silvio 2689 F pulseaudio
   /dev/snd/pcmC1D0p:   silvio 2689 F...m pulseaudio
   /dev/snd/controlC0:  silvio 2689 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=58f7acf2-4914-4b11-a2ac-e641cb4b39fd
  InstallationDate: Installed on 2013-08-18 (57 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Notebook W350STQ/W370ST
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic 
root=UUID=f0bca002-701a-49bb-befc-7343bac2e245 ro locale=pt_BR quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-9-generic N/A
   linux-backports-modules-3.11.0-9-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  raring
  Uname: Linux 3.11.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo vboxusers
  dmi.bios.date: 04/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W350STQ/W370ST
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/11/2013:svnNotebook:pnW350STQ/W370ST:pvrNotApplicable:rvnNotebook:rnW350STQ/W370ST:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W350STQ/W370ST
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

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

Title:
  8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

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

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

[Bug 1218547] Re: 8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

2013-12-31 Thread Surak
** Description changed:

  The Fn+F8 and Fn+F9 keys are not working on my Clevo W350ST with Kubuntu
  Raring to change screen brightness of the internal laptop screen. I
  installed linux-headers-3.11.0-4, linux-headers-3.11.0-4-generic,
  linux-image-3.11.0-4-generic and linux-image-extra-3.11.0-4-generic
  from Saucy packages repository but the problem persists. Edit: Bug
  persists with v3.13-rc6-trusty.
  
  When trying the following event codes appear correctly:
  xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), 
.*$/keycode \2 = \3, state = \1/p'
  keycode 36 = (keysym 0xff0d, Return), state = 0x10
  keycode 232 = (keysym 0x1008ff03, XF86MonBrightnessDown), state = 0x10
  keycode 233 = (keysym 0x1008ff02, XF86MonBrightnessUp), state = 0x10
  
  And changing:
  /sys/class/backlight/intel_backlight/brightness
  
  changes the brightness of the screen, but pressing the key combination does 
not. I believe this happens because the key combination is, in fact, changing 
the value of:
  /sys/class/backlight/acpi_video0/brightness
  
  I have in my package sources:
  http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
  http://ppa.launchpad.net/bumblebee/stable/ubuntu
  
  WORKAROUND: acpi_backlight=vendor
- (but this brakes autoswitch to external monitor when connecting one to VGA 
port)
+ (but this breaks autoswitch to external monitor when connecting one to VGA 
port)
  
  ---
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  silvio 2689 F pulseaudio
   /dev/snd/pcmC1D0p:   silvio 2689 F...m pulseaudio
   /dev/snd/controlC0:  silvio 2689 F pulseaudio
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=58f7acf2-4914-4b11-a2ac-e641cb4b39fd
  InstallationDate: Installed on 2013-08-18 (57 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Notebook W350STQ/W370ST
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic 
root=UUID=f0bca002-701a-49bb-befc-7343bac2e245 ro locale=pt_BR quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-9-generic N/A
   linux-backports-modules-3.11.0-9-generic  N/A
   linux-firmware1.106
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  raring
  Uname: Linux 3.11.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo vboxusers
  dmi.bios.date: 04/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W350STQ/W370ST
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/11/2013:svnNotebook:pnW350STQ/W370ST:pvrNotApplicable:rvnNotebook:rnW350STQ/W370ST:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W350STQ/W370ST
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

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

Title:
  8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

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

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

[Bug 1218547] Re: 8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

2013-12-04 Thread Surak
I burned a disk with the  daily live of 2013-12-03 and the bug persists
exactly the same. Fn keys change the value of
/sys/class/backlight/acpi_video0/brightness. This doesn't change actual
screen brightness, that can be changed altering the value of
/sys/class/backlight/intel_backlight/brightness.

I will check the latest upstream kernel soon.

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

Title:
  8086:0416 [Clevo W350ST] brightness keys don't work on Kubuntu

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

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


[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2013-11-22 Thread Surak
Noticed this bug does not happen anymore, on saturdays, due to the
accent in Portuguese for the word saturday (sábado). I started gkrellm
in Saucy without the export command in comment #11, after changing
system date to saturday. No more crashes. This seems to be fixed.

** Changed in: gkrellm (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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

[Bug 1251136] Re: Updater never finishes after updating

2013-11-21 Thread Surak
*** This bug is a duplicate of bug 1245061 ***
https://bugs.launchpad.net/bugs/1245061

** This bug has been marked a duplicate of bug 1245061
   muon-updater stuck at Loading Software List

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

Title:
  Updater never finishes after updating

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

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


[Bug 1245061] Re: muon-updater stuck at Loading Software List

2013-11-21 Thread Surak
Yes, the update to muon-updater in Saucy seems to have solved the bug.
Today, I updated Thunderbird and some other packages successfully. If
others confirm I guess we could mark this as fix released.

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

Title:
  muon-updater stuck at Loading Software List

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

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


[Bug 1178268] Re: Muon update manager not showing changelog for every package

2013-11-21 Thread Surak
Sorry, this has been fixed and forgot to update here. Now the only
packages without changelog are those from non-Ubuntu sources, for
obvious reasons.

** Changed in: muon (Ubuntu)
   Status: New = Fix Released

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

Title:
  Muon update manager not showing changelog for every package

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

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


[Bug 587096] Re: Add ICP-Brasil certificates

2013-11-15 Thread Surak
Please note that this is a very serious concern. There is NO SAFE WAY to
install these certificates in Ubuntu or any Linux distro, because the
official certificate website mentioned above is not secure. Thus, since
DNS is not secure, you can never be sure if the ITI website is the real
one, at a given moment.

Microsoft Windows comes with the certificate pre-installed, which is
correct. And so should Ubuntu come at least with the root certificates
from

http://www.iti.gov.br/icp-brasil/repositorio

This makes every official brazilian site pottentially insecure affecting
every brazilian user that accesses every brazilian government website
that needs secure access, including some state bank institutions.

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

Title:
  Add ICP-Brasil certificates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/587096/+subscriptions

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


[Bug 1251136] Re: Updater never finishes after updating

2013-11-14 Thread Surak
Does muon-updater get suck in the Loading software list message, JR?
If so, I believe this may be a duplicate of bug 1245061.

https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1245061.

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

Title:
  Updater never finishes after updating

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-11-14 Thread Surak
I updated to Saucy Salamander 13.10 and the problem persists even with
kernel 3.11.0-13-generic #20-Ubuntu SMP  x86_64 x86_64 x86_64 GNU/Linux.
Not using Xorg-Edgers PPA, anymore, since I notice nVidia-319 is
available, but still using Bumblebee.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-22 Thread Surak
Hello, Richard Hull, thanks for the info. As in comment #27, at least in
my laptop, all I needed to do is  to add the acpi_backlight=vendor to
make Fn brightness keys work, but that made VGA connection and auto
screen switch stop working and I use that a lot. BTW, you can probably
keep your bumblebee, it does not affect this issue at all.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-22 Thread Surak
Without adding acpi_backlight=vendor in the boot parameters:

ls /sys/class/backlight
acpi_video0  intel_backlight

Adding acpi_backlight=vendor in the boot parameters:

ls /sys/class/backlight/
intel_backlight

So Fn keys start working with acpi_backlight=vendor boot parameter
because the keys stop changing
/sys/class/backlight/acpi_video0/brightness instead of
/sys/class/backlight/intel_backlight/brightness.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-22 Thread Surak
/bin/echo 0  /sys/class/backlight/intel_backlight/brightness

made the screen completely dark, but the Fn keys did not work. I needed
to type a

echo 4000  /sys/class/backlight/intel_backlight/brightness

to be able to see the screen again.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-17 Thread Surak
OK, reported this bug to upstream

 bug 63201

https://bugzilla.kernel.org/show_bug.cgi?id=63201

** Bug watch added: Linux Kernel Bug Tracker #63201
   http://bugzilla.kernel.org/show_bug.cgi?id=63201

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-16 Thread Surak
I was unable to test 3.8.13.11-raring because it won't boot with my
LUKS-Crypt Volume, because it does not ask for my passphrase, but tested
with 3.8.13.10-raring and the problem happens with it.

I also tested with 3.11.5-saucy and the problem persists, so I updated
the tags as oriented.

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-15 Thread Surak
I accessed

http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=M;O=D

ordered by date and the most recent raring version is

v3.8.13.10-raring/  25-Sep-2013 18:57

the most recent saucy version is

v3.11.5-saucy/  14-Oct-2013 02:52

the most recent 3.9 version is

v3.9.11-saucy/  21-Jul-2013 00:49

Please, which one(s) should I test? I don't think the latest 3.9.x
(saucy) version makes much sense, since there is a much newer 3.11.5
(saucy) version. Or is there a reason to remain in the raring versions?
Or is there some reason to remain with 3.9.x versions?

Is it better to try rc versions or non-rc versions? As you mentioned
before, there is a 3.12-rc5-saucy, too.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-14 Thread Surak
I did a clean boot with Kubuntu Raring 13.04 64 bits Live DVD. The
problem persists exactly the same:

The Fn keys change the value of

/sys/class/backlight/acpi_video0/brightness

but to change laptop internal screen brightness, it should be changing
the value of

/sys/class/backlight/acpi_video0/brightness

When I changed this last one, the screen brightness changed accordingly.

So, I believe this is NOT a bumblebee issue and it seems to be happening
only with the Haswell chipset, since I have not found any complains from
users with older chipsets using bumblebee or not. After all, it still
happens with a clean boot from the Live DVD.

Unfortunately, I have no idea what package should be handling this.
Maybe KDE itself or LightDM?

Thanks in advance.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] CurrentDmesg.txt

2013-10-14 Thread Surak
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877880/+files/CurrentDmesg.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] IwConfig.txt

2013-10-14 Thread Surak
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877882/+files/IwConfig.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] ProcEnviron.txt

2013-10-14 Thread Surak
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877886/+files/ProcEnviron.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] ProcModules.txt

2013-10-14 Thread Surak
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877888/+files/ProcModules.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Lspci.txt

2013-10-14 Thread Surak
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1218547/+attachment/3877883/+files/Lspci.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] BootDmesg.txt

2013-10-14 Thread Surak
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877878/+files/BootDmesg.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] CRDA.txt

2013-10-14 Thread Surak
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1218547/+attachment/3877879/+files/CRDA.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] UdevDb.txt

2013-10-14 Thread Surak
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1218547/+attachment/3877890/+files/UdevDb.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] HookError_cloud_archive.txt

2013-10-14 Thread Surak
apport information

** Attachment added: HookError_cloud_archive.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877881/+files/HookError_cloud_archive.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Lsusb.txt

2013-10-14 Thread Surak
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1218547/+attachment/3877884/+files/Lsusb.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] ProcInterrupts.txt

2013-10-14 Thread Surak
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877887/+files/ProcInterrupts.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] ProcCpuinfo.txt

2013-10-14 Thread Surak
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877885/+files/ProcCpuinfo.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] WifiSyslog.txt

2013-10-14 Thread Surak
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877892/+files/WifiSyslog.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] UdevLog.txt

2013-10-14 Thread Surak
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877891/+files/UdevLog.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-14 Thread Surak
apport information

** Tags added: apport-collected raring

** Description changed:

  The Fn+F8 and Fn+F9 keys are not working on my Clevo W350ST with Kubuntu
  Raring to change screen brightness of the internal laptop screen. I
  installed linux-headers-3.11.0-4, linux-headers-3.11.0-4-generic,
  linux-image-3.11.0-4-generic and linux-image-extra-3.11.0-4-generic
  from Saucy packages repository but the problem persists.
  
  When trying:
  
  $ xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), 
.*$/keycode \2 = \3, state = \1/p'  
  
  keycode 36 = (keysym 0xff0d, Return), state = 0x10
   
  keycode 232 = (keysym 0x1008ff03, XF86MonBrightnessDown), state = 0x10
   
  keycode 233 = (keysym 0x1008ff02, XF86MonBrightnessUp), state = 0x10
  
  Event codes appear correctly.
  
  And changing:
  
  /sys/class/backlight/intel_backlight/brightness
  
  changes the brightness of the screen, but pressing the key combination
  does not. I believe this happens because the key combination is, in
  fact, changing the value of
  
  /sys/class/backlight/acpi_video0/brightness
  
  I have
  
  http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
  http://ppa.launchpad.net/bumblebee/stable/ubuntu
  
  in my package sources
  
  Thanks!
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  silvio 2689 F pulseaudio
+  /dev/snd/pcmC1D0p:   silvio 2689 F...m pulseaudio
+  /dev/snd/controlC0:  silvio 2689 F pulseaudio
+ DistroRelease: Ubuntu 13.04
+ HibernationDevice: RESUME=UUID=58f7acf2-4914-4b11-a2ac-e641cb4b39fd
+ InstallationDate: Installed on 2013-08-18 (57 days ago)
+ InstallationMedia: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
+ MachineType: Notebook W350STQ/W370ST
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-9-generic 
root=UUID=f0bca002-701a-49bb-befc-7343bac2e245 ro locale=pt_BR quiet splash 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.11.0-9.16-generic 3.11.2
+ RelatedPackageVersions:
+  linux-restricted-modules-3.11.0-9-generic N/A
+  linux-backports-modules-3.11.0-9-generic  N/A
+  linux-firmware1.106
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  raring
+ Uname: Linux 3.11.0-9-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo vboxusers
+ dmi.bios.date: 04/11/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 4.6.5
+ dmi.board.asset.tag: Tag 12345
+ dmi.board.name: W350STQ/W370ST
+ dmi.board.vendor: Notebook
+ dmi.board.version: Not Applicable
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Notebook
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/11/2013:svnNotebook:pnW350STQ/W370ST:pvrNotApplicable:rvnNotebook:rnW350STQ/W370ST:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
+ dmi.product.name: W350STQ/W370ST
+ dmi.product.version: Not Applicable
+ dmi.sys.vendor: Notebook

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877877/+files/AlsaInfo.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] PulseList.txt

2013-10-14 Thread Surak
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1218547/+attachment/3877889/+files/PulseList.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-10-14 Thread Surak
I booted with acpi_backlight=vendor and the Fn+F8 and Fn+F9 keys worked
as expected to control the internal laptop screen brightness. But there
was a side effect: now, plugin the external VGA does not change to
external screen automatically anymore. And after manually changing to
the external VGA in KDE and removing the VGA cable does not change back
to the internal laptop screen automatically. I hope there is a way to
keep Fn brightness keys working and the automatic screen selection,
simultaneously.

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] Re: Clevo W350ST brightness keys don't work on Kubuntu

2013-09-03 Thread Surak
Thanks for your attention. I've forgotten to mention that Clevo W350ST
uses Haswell chipset with embedded Intel HD4000 and Optimus capable GTX
765M. I suppose that's why there are 2 devices under
/sys/class/backlight.

I have attached the resulting udev-db.txt.

** Attachment added: udevadm info --export-db  udev-db.txt
   
https://bugs.launchpad.net/ubuntu/+bug/1218547/+attachment/3800814/+files/udev-db.txt

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 1218547] [NEW] Clevo W350ST brightness keys don't work on Kubuntu

2013-08-29 Thread Surak
Public bug reported:

The Fn+F8 and Fn+F9 keys are not working on my Clevo W350ST with Kubuntu
Raring to change screen brightness of the internal laptop screen. I
installed linux-headers-3.11.0-4, linux-headers-3.11.0-4-generic,
linux-image-3.11.0-4-generic and linux-image-extra-3.11.0-4-generic
from Saucy packages repository but the problem persists.

When trying:

$ xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), 
.*$/keycode \2 = \3, state = \1/p'  
  
keycode 36 = (keysym 0xff0d, Return), state = 0x10  
 
keycode 232 = (keysym 0x1008ff03, XF86MonBrightnessDown), state = 0x10  
 
keycode 233 = (keysym 0x1008ff02, XF86MonBrightnessUp), state = 0x10

Event codes appear correctly.

And changing:

/sys/class/backlight/intel_backlight/brightness

changes the brightness of the screen, but pressing the key combination
does not. I believe this happens because the key combination is, in
fact, changing the value of

/sys/class/backlight/acpi_video0/brightness

I have

http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu
http://ppa.launchpad.net/bumblebee/stable/ubuntu

in my package sources

Thanks!

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

Title:
  Clevo W350ST brightness keys don't work on Kubuntu

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

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


[Bug 995272] Re: /usr/lib/gkrellm2/plugins/gkhdplop.so: undefined symbol: imlib_image_draw_pixel

2013-08-27 Thread Surak
I can confirm this happens to me with Kubuntu 13.04, since Kubuntu 12.04
(or maybe before?). I don't compile since 20 years ago, so I'd
appreciate if someone could explain how to implement Darko's solution in
comment #2. Thanks.

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

Title:
  /usr/lib/gkrellm2/plugins/gkhdplop.so: undefined symbol:
  imlib_image_draw_pixel

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

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


[Bug 1178268] [NEW] Muon update manager not showing changelog for every package

2013-05-09 Thread Surak
Public bug reported:

For some packages, Muon update manager does not show the changelog. I am
using Kubuntu 13.04 Raring Ringtail.

Some not showing the changelog at the moment are:

- libxml2 2.9.0+dfsg1-4ubuntu
- linux-image-3.8.0-19-generic 3.8.0-19.30
- synapticks 0.8.1-1ubuntu3.1

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: muon-updater 2.0.0-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Thu May  9 10:15:58 2013
ExecutablePath: /usr/bin/muon-updater
InstallationDate: Installed on 2013-04-30 (8 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: muon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

** Attachment added: libxml2, linux-image-3.8.0-19-generic, synapticks not 
showing changelog in muon update manager
   
https://bugs.launchpad.net/bugs/1178268/+attachment/3671080/+files/muon%20update%20manager%20no%20changelog.jpeg

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

Title:
  Muon update manager not showing changelog for every package

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

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


[Bug 1175631] [NEW] Kubuntu 13.04 raring freezes - nouveau GPU lockup

2013-05-02 Thread Surak
Public bug reported:

AFter using Kubuntu Raring Ringtail 13.04, in live-DVD or live-pendrive,
after an unpredictable time KDE seems to freeze.

When I  open another screen with Ctrl+Alt+F4 and do a sudo su to login
as root and go back to Ctrl+Alt+F7, prior to freezing, when KDE freezes,
it is possible to change again to this Ctrl+Alt+F4 screen to see the
following error message:

[518.188774] nouveau E-[   DRM] GPU lockup - switching to software fbcon

This didn't happen in previous Kubuntu versions, probably because they
were not using nouveau.

After several times trying to install Kubuntu raring, with the live-
pendrive, for some reason the live-pendrive booted using the proprietary
driver (I saw the nVidia logo before it loaded KDE). This allowed me to
install 13.04, but after installation and boot, there was nouveau again
with the same freezing problem. Luckily, one of the times I rebooted, I
managed to change to proprietary nVidia driver using Additional
Drivers before another freeze and the problem was solved after reboot.

My hardware:

# lspci
00:00.0 Host bridge: NVIDIA Corporation MCP79 Host Bridge (rev b1)
00:00.1 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.0 ISA bridge: NVIDIA Corporation MCP79 LPC Bridge (rev b3)
00:03.1 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.2 SMBus: NVIDIA Corporation MCP79 SMBus (rev b1)
00:03.3 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.5 Co-processor: NVIDIA Corporation MCP79 Co-processor (rev b1)
00:04.0 USB controller: NVIDIA Corporation MCP79 OHCI USB 1.1 Controller (rev 
b1)
00:04.1 USB controller: NVIDIA Corporation MCP79 EHCI USB 2.0 Controller (rev 
b1)
00:08.0 Audio device: NVIDIA Corporation MCP79 High Definition Audio (rev b1)
00:09.0 PCI bridge: NVIDIA Corporation MCP79 PCI Bridge (rev b1)
00:0a.0 Ethernet controller: NVIDIA Corporation MCP79 Ethernet (rev b1)
00:0b.0 SATA controller: NVIDIA Corporation MCP79 AHCI Controller (rev b1)
00:10.0 PCI bridge: NVIDIA Corporation MCP79 PCI Express Bridge (rev b1)
00:15.0 PCI bridge: NVIDIA Corporation MCP79 PCI Express Bridge (rev b1)
00:17.0 PCI bridge: NVIDIA Corporation MCP79 PCI Express Bridge (rev b1)
02:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9200M G] 
(rev b1)
06:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)

(in fact, it is supposed to be GeForce 8200M, not 9200M as reported)


# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Hope this may help Kubuntu develpment. Thanks in advance.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 13.04 freeze gpu kubuntu lockup nouveau raring

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

Title:
  Kubuntu 13.04 raring  freezes - nouveau GPU lockup

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

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


[Bug 927116] Re: sound does not come from headphones when they are plugged in

2012-10-27 Thread Surak
I had found a workaround:

# aplay -l
 Lista de Dispositivos PLAYBACK Hardware 
placa 0: NVidia [HDA NVidia], dispositivo 0: ALC662 rev1 Analog [ALC662 rev1 
Analog]
  Dispositivo secundário: 1/1
  Dispositivo secundário #0: subdevice #0
placa 0: NVidia [HDA NVidia], dispositivo 3: HDMI 0 [HDMI 0]
  Dispositivo secundário: 1/1
  Dispositivo secundário #0: subdevice #0

# cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC662 rev1
Codec: Nvidia MCP79/7A HDMI

So I added the following line to /etc/modprobe.d/alsa-base.conf:

options snd-hda-intel model=ALC662/663

restarted alsa:

sudo alsa force-reload

And sound was coming from the headphones jack, when they were plugged
in.


Recentyl, I upgraded to Kubuntu 12.10 and this broke sound from output jack 
again. This was because it replaced my alsa-base.conf. I simply added the above 
line again and I can hear sound as it was supposed to be.

I know you guys do an excellent job, but I really don't understand why
these jacksense bugs persist after so much time. Maybe in some cases it
is difficult to detect the correct hardware, but in this case

# cat /proc/asound/card0/codec#* | grep Codec
reports the correct hardware and adding the apropriate codec to alsa-base.conf 
solves it, so why isn't it done automatically? Sorry if I am saying something 
stupid, I wish I knew more programing so I could make a patch myself and 
contribute. Unfortunatelly my programmer days are some 20 years in the past...

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

Title:
  sound does not come from headphones when they are plugged in

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

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

[Bug 1061228] [NEW] Jovie (KDE) forgets settings on startup or entering configuration window

2012-10-03 Thread Surak
Public bug reported:

In Kubuntu 12.04 (this bug comes from previous versions) when you
restart the computer (or session) or when you right-click on Jovie's
icon in the panel tray and access configurations and select the last tab
(Trabalhos in Brazilian Portuguese, probably jobs or works in English)
any previous change that you have made is forgotten. This is terribly
annoying. Language defaults back to english, voice type goes back to
male 1 and speed, pitch and volume defaults back to 0.

If it happened only when accessing the configuration, it would be
acceptable, but configurations return back to default at every boot,
too.

Thanks in advance.

** Affects: jovie (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/1061228

Title:
  Jovie (KDE) forgets settings on startup or entering configuration
  window

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

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


[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2012-04-20 Thread Surak
OK, as a workaround, like suggested by patola above, I used the export
command. I just noticed that a single:

#!/bin/sh
export LANG=en_US
gkrellm

script is enough (unless you don't like your calendar in English).

This bug seems related to libpango, since pango is mentioned in the
gkrellm configuration for the date format.

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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


[Bug 927116] [NEW] sound does not come from headphones when they are plugged in

2012-02-05 Thread Surak
Public bug reported:

I have a Meoo Design Box DB-N6643/U notebook, running Kubuntu Oneiric
11.10 64.

When I plug in earphones or external speakers, phonon correctly detects
it and in (my free translation from Brazilian Portuguese labels to
English) Phonon - Audio Hardware configuration - Sound device, with
Reproduction (Internal analog stereo audio) selected, it changes
conector automatically to analog earphones.

BUT when ths happens, sound stops coming from internal speakers as
expected, but does not come from the headphones neither.

IF I change manually Conector back to Analog Speakers, everything
works OK, sound coming from the jack and no sound from internal
speakers.

Unfortunatelly it is very annoying to have to open KDE configuration and
going to Phonon to manually change conector to analog speakers
everytime I plug in my headphones or external speakers.

My hardware:
$ lspci
00:00.0 Host bridge: nVidia Corporation MCP79 Host Bridge (rev b1)
00:00.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.0 ISA bridge: nVidia Corporation MCP79 LPC Bridge (rev b3)
00:03.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.2 SMBus: nVidia Corporation MCP79 SMBus (rev b1)
00:03.3 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1)

00:04.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev 
b1)   
00:04.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev 
b1)   
00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)   

00:09.0 PCI bridge: nVidia Corporation MCP79 PCI Bridge (rev b1)

00:0a.0 Ethernet controller: nVidia Corporation MCP79 Ethernet (rev b1) 

00:0b.0 SATA controller: nVidia Corporation MCP79 AHCI Controller (rev b1)  

00:10.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)

00:15.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)

00:17.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)

02:00.0 VGA compatible controller: nVidia Corporation C79 [GeForce 9200M G] 
(rev b1)
06:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: headphones jack mute sound speakers

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

Title:
  sound does not come from headphones when they are plugged in

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

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


Re: [Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-20 Thread Surak
Thank you Patola, next time it happens I'll try it.

Well, yesterday it did happen again. I tried unsinstalling and 
installing some packages again. Installed Pinta (which now 
worked, just aptitude install and it ran). No need to install 
gnome-icon-theme-full, but I installed it anyway to see if 
gkrellm came back, but no use. Tried to uninstall and reinstall 
flashplugin-installer to check if it was the solution last time, 
but no, still the error message. So I just gave up, used the 
computer some times during the day and suspended it. Today, I 
wake it up and give another try: gkrellm was running again...

[]s,

Silvio

Enviado com o Thunderbird usando KDE (Kubuntu) GNU/Linux
Livre, mais seguro e estável

---


Em 20-11-2011 00:12, Patola escreveu:
 Ooops, sorry. /usr/local/bin/launch is also a custom-made script by me:

 [patola@bmw patola]% cat /usr/local/bin/launch
 #!/bin/bash
 exec /usr/bin/nohup $@  /dev/null 21


 btw.: on the first script, you better change /bin/zsh to /bin/bash also. Not 
 everyone loves zsh :P


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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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

[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-20 Thread Surak
OK, something ocurred to me: the error message says something about
calendar. OMG, could it be? Yes, as I see my posts dates, apparently
the bug happens on fridays and maybe saturdays... Well I may be wrong,
but this could mean gkrellm crashes because the character string for
friday or saturday in Portuguese has some character that makes gkrellm
crash? A quick test changing the computer date will answer that...

 CONFIRMED, the problem is the word in Portuguese for saturday:
sabado. OK as this is obviously related to character set (as we can
see from the solution posted by Patola), please note that sabado has a
graphical accent on the first 'A' (sábado) and my gkrellm shows the
first 3 letters of the day of the week. And this explains why the other
solutions I tried didn't solve the problem always. In fact, they did
not! What solved the problem everytime was the passing of time and the
change from saturday to sunday!

To make it short: with Kubuntu 11.10, gkrellm apparently now crashes
when trying to show characters out of the Ascii set.

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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

[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-13 Thread Surak
After almost crashing my system by unsinstalling gnome components that I
supposed not be necessary anymore I finally got my kubuntu working
again. Some programs were missing, I managed to reinstall them, like
flashplugin-installer (i tried to use ubuntu.mirror.pop-sc.mp.br but I
got a 404 file-not-found error. I tried ubuntu-archive.locaweb.com.br
but it pointed to a non-existent 11.0 version of flash, then changed to
official canonical brazilian server and was able to reinstall it. Also
reinstalled chromium-browser and opera brower from their deb repository.

Then I gave it a try and... guess what? gkrellm is running again...
Sorry, but I just can't figure out what package fixed it. Though, when
installing flashplugin-installer it installs libpango1.0, libfontconfig1
and suggestive names like libfreetype6.

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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


[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-12 Thread Surak
OK, it happened again. No pinta, no gnome-icon-theme-full installed,
only gkrellm. I was going to uninstall gkrellm with aptitude and noticed
that it suggest the removal of a lot of packages (this happened the
previous times, too, but I used apt-get to remove gkrellm):

# aptitude remove gkrellm
The following packages will be REMOVED:  
  gkrellm 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 2.314 kB will be freed.
The following packages have unmet dependencies:
  gkrellmoon: Depende: gkrellm (= 2.0.0) but it is not going to be installed.
  gkrellweather: Depende: gkrellm (= 1.0.2) but it is not going to be 
installed.
  gkrelltop: Depende: gkrellm but it is not going to be installed.
  gkrellm-x86info: Depende: gkrellm (= 2.1.4) but it is not going to be 
installed.
open: 21; closed: 563; defer: 3; conflict: 3
.The following actions will resolve these dependencies:

   Remove the following packages:  
1)   flashplugin-downloader
2)   flashplugin-installer 
3)   gkrellm-x86info   
4)   gkrellmoon
5)   gkrelltop 
6)   gkrellweather 
7)   ia32-libs-multiarch   
8)   libacl1   
9)   libasound2
10)  libasound2-plugins
11)  libasyncns0   
12)  libatk1.0-0   
13)  libattr1  
14)  libaudio2 
15)  libavahi-client3  
16)  libavahi-common3  
17)  libc6 
18)  libc6-xen 
19)  libcairo2 
20)  libcomerr2
21)  libcups2  
22)  libcupsimage2 
23)  libcurl3  
24)  libdatrie1
25)  libdb5.1  
26)  libdbus-1-3   
27)  libdrm-intel1 
28)  libdrm-nouveau1a  
29)  libdrm-radeon1
30)  libdrm2   
31)  libexpat1 
32)  libffi6   
33)  libflac8  
34)  libfontconfig1
35)  libfreetype6  
36)  libgcc1   
37)  libgcrypt11   
38)  libgdbm3  
39)  libgdk-pixbuf2.0-0
40)  libgl1-mesa-dri   
41)  libgl1-mesa-glx   
42)  libglapi-mesa 
43)  libglib2.0-0  
44)  libgnutls26   
45)  libgpg-error0 
46)  libgssapi-krb5-2  
47)  libgtk2.0-0   
48)  libice6   
49)  libidn11  
50)  libjack-jackd2-0  
51)  libjasper1
52)  libjpeg62 
53)  libjson0  
54)  libk5crypto3  
55)  libkeyutils1  
56)  libkrb5-3 
57)  libkrb5support0   
58)  liblcms1  

[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-12 Thread Surak
Now it didn't work. I even tried to install lubuntu-desktop, then
ubuntu-desktop in the hope that some gtk-based problem would be solved,
but it didn't work. Even if I log into Ubuntu-desktop, it will give the
same error message. I did my best to uninstall gnome and have a working
KDE instalation, but the same error message persists. I tried to install
the latest version from gkrellm.net (Debian unstable) but I get the same
error message. I'm giving up for now.

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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


[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-06 Thread Surak
OK, this time I uninstalled pinta  and it did not solve. Rebooted. Still
same error message. Removed gkrellm itself and gnome-icon-theme-full
with aptitude, which also removed gnome-icon-theme and humanity-theme.
Renamed .gkrellm2 directory from my home Rebooted, reinstalled gkrellm
with aptitude and it is now working again. Restored previous .gkrellm2
directory with its contents, reinstalled all the krells I was using
before and it is still working.

I am not sure if the order of things I did above is precise, but hope
will be enough to give some clue. Thanks.

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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


[Bug 886532] [NEW] gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-05 Thread Surak
Public bug reported:

After some time running idle, gkrellm crashes with the message
(brazilian portuguese): gkrellm falha de segmentação: Calendário
(create_monitor), from nothing.

This happened before, I solved it by uninstalling pinta. I'm using
Kubuntu 11.10. This seems to be a KDE - GTK issue. By the way, I could
only  make Pinta run by installing package gnome-icon-theme-full (see
bug 785034).

Note: Gkrellm was running fine for weeks before this happens again. The
strange thing is that gkrellm never starts again, just the same error
message, no matter if I restart session, X, or reboot.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gkrellm 2.3.4-1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov  5 10:33:35 2011
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: gkrellm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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

[Bug 886532] Re: gkrellm crashes - segmentation fault - calendar (create_monitor)

2011-11-05 Thread Surak
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886532

Title:
  gkrellm crashes - segmentation fault - calendar (create_monitor)

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

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


[Bug 785034] Re: Pinta missing gtk-dialog-error icon on kubuntu 11.04

2011-10-23 Thread Surak
I installed Kubuntu AMD64 11.10 Oneiric from the Alternate CD, installed
Pinta with aptitude (note that now both apt-get and aptitude will
install gnome-icon-theme and humanity-icon-theme):

aptitude install pinta
The following NEW packages will be installed:
  cli-common{a} gnome-icon-theme{a} humanity-icon-theme{a} libgdiplus{a} 
libglib2.0-cil{a} 
  libgtk2.0-cil{a} libmono-cairo4.0-cil{a} libmono-corlib4.0-cil{a} 
  libmono-i18n-west4.0-cil{a} libmono-i18n4.0-cil{a} libmono-posix4.0-cil{a} 
  libmono-security4.0-cil{a} libmono-sharpzip4.84-cil{a} 
  libmono-system-configuration4.0-cil{a} libmono-system-core4.0-cil{a} 
  libmono-system-drawing4.0-cil{a} libmono-system-security4.0-cil{a} 
  libmono-system-xml4.0-cil{a} libmono-system4.0-cil{a} mono-4.0-gac{a} 
mono-gac{a} 
  mono-runtime{a} pinta 
0 packages upgraded, 23 newly installed, 0 to remove and 0 not upgraded.

BUT it still gives the error message as the original post. Yesterday of
a sudden (computer was idle) gkrellm crashed with an error message,
(something about calendar) and would not start anymore (only showed the
same error message). I have uninstalled pinta (and its dependencies),
there was obviously a relation, since gkrellm is gtk-based, then, after
a reboot, gkrellm successfully started again. Now, I installed pinta
again, and gkrellm is still up and running... who understands that?

Now I tried to install gnome-icon-theme-full as suggested by javexploit
and pinta finally started. Gkrellm is still running. Will check if it
resists a reboot... BTW please don't ask why a KDE user still uses
gkrellm

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

Title:
  Pinta missing gtk-dialog-error icon on kubuntu 11.04

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

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


Re: [Bug 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2011-07-14 Thread Surak
Just for the note, this bug seems hardware-dependant. Wiith my 
current notebook (Meoo - Design Box - DB-N6643/U) the touchpad 
does work after suspend.

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

Title:
  Synaptics touchpad ceases functioning after suspend and resume.

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

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


[Bug 710144] Re: Xsession: unable to launch X session --- not found; falling back to default session.

2011-05-11 Thread Surak
Interesting, I start to understand this bug. When I updated from Kubuntu
10.10 to 11.04, there was, indeed, a message, just before logging in,
about my 'kde' session not being valid anymore and that I should choose
a valid one, or else the 'default' session would be used. I chose the
new name 'kde-plasma', but anyway the warning dialog appeared.

If I understand it right, using (or not using) the 'default' session is
the cause of the problem? But the bug itself seems to be the

default)

insted of

default|)

?

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

Title:
  Xsession: unable to launch  X session ---  not found; falling back
  to default session.

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


[Bug 710144] Re: Xsession: unable to launch X session --- not found; falling back to default session.

2011-05-07 Thread Surak
Sorry for assuming it was a typo. I don't have great shellscript
knowledge, but if I had payed attention to the code, I shoud have
guessed it was not a function, but a case statement. Interestingly
enough, it did solve the warning dialog problem. Anyway, I  changed the
line to

default|)

and things still work fine. No more annoying warning dialogs when
logging in.

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

Title:
  Xsession: unable to launch  X session ---  not found; falling back
  to default session.

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


[Bug 710144] Re: Xsession: unable to launch X session --- not found; falling back to default session.

2011-05-07 Thread Surak
This bug appeared to me after I upgraded to Natty 11.04, from 64 bit
version of 10.10. I tried  Ivan Firago's suggestion (chmod -x
/usr/bin/which) and it DID work, but since some programs need it, like
firefox's lauching script, that will not solve the problem for me.
Though it may be a good hint to solve the bug.

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

Title:
  Xsession: unable to launch  X session ---  not found; falling back
  to default session.

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


[Bug 710144] Re: Xsession: unable to launch X session --- not found; falling back to default session.

2011-05-07 Thread Surak
OK, I did as in the bug description's untested patch and changed the
line

default)

to

default()

in the file /etc/X11/Xsession.d/20x11-common_process-args and the
problem disappeared.

Please note that there is a mistype in the bug descripton's untested
patch: default|) instead of default().

Hope this helps.

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

Title:
  Xsession: unable to launch  X session ---  not found; falling back
  to default session.

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


Re: [Bug 528679] Re: Kpackedkit update details inform that there are no update descriptions

2010-12-02 Thread Surak
This problem seems to be solved with Kubuntu 10.10 Maverick 
Meerkat. KPackeKit was reformulated and is very good. It shows 
descriptions most of the times I need to update.

---

Em 02-12-2010 17:24, Daniel Nicoletti escreveu:
 Actually this is not a network problem.
 The packagekit backend tries to fetch the a server to get the changelog but 
 sometimes it is not available.
 In KPackageKit 0.6 it will still show some info even if it couldn't get the 
 changelog. Also if you have sources from partners and such they might not 
 even provide the changelog.
 So this isn't a bug, it's just a server behavior.
 Best.

 ** Changed in: kpackagekit (Ubuntu)
 Status: New =  Invalid


-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.
https://bugs.launchpad.net/bugs/528679

Title:
  Kpackedkit update details inform that there are no update descriptions

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


Re: [Bug 502426] Re: DVD playback broken in Karmic

2010-10-09 Thread Surak
I suppose it is the logical conclusion, since changing the DVD drive 
region code allowed me to watch most DVDs I own (region 4). As far as I 
know, libdvdcss SHOULD be able to do a workaround through this region 
restrictions, but since it wasn't working with original region code 
(region 1) and when I changed it to the same region as my discs (region 
4) it started to work, we can get to the conclusion that libdvdcss is 
doing its job partially, only, being able to decode protected DVDs, but 
ONLY if the drive's region code is the same as the disc's.

And I can see why most people didn't notice this bug before: most people 
DO have DVD drives with the same region code as the discs they own.

Surak

---

Em 09-10-2010 16:49, Will escreveu:
 Surak if you're saying you think think this is a libdvdcss bug. From
 what I can see here, I would probably agree, as every log posted
 includes the 'Media region code is mismatched to logical unit region'
 line, so libdvdcss clearly isn't doing its job correctly. If so perhaps
 we should mark it as affecting that package to get the attention of the
 maintainers.



-- 
DVD playback broken in Karmic
https://bugs.launchpad.net/bugs/502426
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 528679] Re: Kpackedkit update details inform that there are no update descriptions

2010-10-08 Thread Surak
This bug still happens for updates related to the kernel. I'm adding a
screenshot from kpackagekit showing security updates to
libdevmapper1.02.1.

** Attachment added: missing description details on libdevmapper (kpackagekit)
   
https://bugs.launchpad.net/ubuntu/+source/kpackagekit/+bug/528679/+attachment/1679070/+files/kpackagekit.png

-- 
Kpackedkit update details inform that there are no update descriptions
https://bugs.launchpad.net/bugs/528679
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.

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


[Bug 528679] Re: Kpackedkit update details inform that there are no update descriptions

2010-09-27 Thread Surak
I have noticed that the descriptions on the details box have been fixed,
probably since Kubuntu 10.04, maybe before. Nevertheless, Sometimes it
still shows the no update description has been foud message when the
highlighted package is related to kernel headers. I can't remember
exactly which one showed the problem, only that it happened only with
some of the packets related to the kernel update, not all.

-- 
Kpackedkit update details inform that there are no update descriptions
https://bugs.launchpad.net/bugs/528679
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.

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


Re: [Bug 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-05-30 Thread Surak
This may not be the best place for a how-to, but I guess many others 
will benefit.

Grub is the boot manager used by Ubuntu, the first program loaded, used 
to choose from which installation or Operating System you want to boot. 
The procedure is to add the atkbd.reset parameter on boot time.

1) Open a terminal or console.
2) Type in
 sudo nano /etc/default/grub
Followed by ENTER key and type your password, followed by pressing the 
ENTER key.
3) A text file will appear. Move cursor with arrow keys until the line

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash

just before the closing double quote, type

atkbd.reset

Press Control key without releasing it press O key (letter O, not
zero), release both, pressENTER  to save the file. Press Control key,
without releasing it, press X key. Release both.

This will bring you back to command line prompt. Now type:

sudo update-grub

Followed byENTER  key. That's it! No need to press E key while
rebooting. That's just for checking if the atkbd.reset parameter was
correctly inserted.

Surak

---

Em 30-05-2010 09:24, lemon kun escreveu:
 Hello everybody, this is my first post and my first day with ubuntu (or
 any other linux).

 I have the problem as well, with the latest ubuntu I downloaded
 yesterday and a lenovo-laptop.

 I know there is a fix in post #103, but I don't know what to do with it.
 I tried to type into the terminal but that actually doesn't work. I also
 don't know what grub means. Sorry wasting your time, but I don't know
 much about computers.

 All the best, and thank you

 Edit /etc/default/grub
 and change the line
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash
 to
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash atkbd.reset

 and run update-grub, reboot and when you press E in grub you will se the
 entry there.



-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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


Re: [Bug 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-05-30 Thread Surak
Sorry, I've forgotten to say that you need to restart the computer after 
the procedure. I hope it works after that. Plese make as know if it works.

Em 30-05-2010 15:16, lemon kun escreveu:
 Thank you so much for answering so quickly. I tried everything, and the
 whole procedure worked fine, you described everything really fool-proof,
 thanks. So I had in the end:

 # If you change this file, run 'update-grub' afterwards to update
 # /boot/grub/grub.cfg.

 GRUB_DEFAULT=0
 GRUB_HIDDEN_TIMEOUT=0
 GRUB_HIDDEN_TIMEOUT_QUIET=true
 GRUB_TIMEOUT=10
 GRUB_DISTRIBUTOR=`lsb_release -i -s 2  /dev/null || echo Debian`
 GRUB_CMDLINE_LINUX_DEFAULT=quiet splash atkbd.reset
 GRUB_CMDLINE_LINUX=

 # Uncomment to disable graphical terminal (grub-pc only)
 #GRUB_TERMINAL=console

 # The resolution used on graphical terminal
 # note that you can use only modes which your graphic card supports via VBE
 # you can see them in real GRUB with the command `vbeinfo'
 #GRUB_GFXMODE=640x480

 which I saved as you wrote it and then quit with cmd+x, and then did the
 sudo update. That worked all fine, but in the end, the problem remains,
 the cursor will freeze when I come from suspend-mode :-(

 My computer is a lenovo, model name difficult to read (all in Chinese,
 except 0768), and I am using ubuntu 10.04 32-bit. It isn't a huge topic
 for me, as I use normally the mouse, so no problem, but still just for
 your information.



-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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


Re: [Bug 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-05-04 Thread Surak
OK, so we know how to fix it manually. But why is status in Ubuntu 
invalid and status in linux-source-2.6.20 package in Ubuntu as WON'T 
FIX? What does this mean? It's known how to solve it but nothing will be 
done to solve it? I can't believe this!

Surak.

---

Em 04-05-2010 09:27, Tero Karvinen escreveu:
 jmkhenka: Yes, atkbd.reset works as you describe in #103. We probably
 posted #107 and #108 at the same time. I added atkbd.reset bypass to bug
 description.



-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-04-10 Thread Surak
Well, suspend to RAM and resuming, causes the problem and when this
happens, hibernating to disk  and resuming solves it.

It seems that this fact has been underestimated before. This might, in
fact lead to the solution. Note that in my case, dmesg says that it just
can't query Synaptics hardware. Well, what happens after a hibernate to
disk and resume? The computer is powered off and the synaptics hardware
is reset!

So, I may be guessing too much, but I'm an Electronics Engineer and
would say that maybe the solution to all of this is to send a reset
command to the synaptics touchpad when resuming from suspend to RAM??

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 502426] Re: DVD playback broken in Karmic

2010-03-07 Thread Surak
Well, this almost proves libdvdcss is buggy. According to wikipedia,
libdvdcss tries a list of keys and if not successful, tries a brute
force algorithm wich, if successful, should ignore region codes.
Aparently, the bug is only percievable if one tries to use discs with a
different region code than the DVD drive being used. I don't know about
you, but this could mean using another operating system, though may not
seem so serious for many. Luckily, I was able to go over it using
regionset. Not perfect because not all my discs are from the same region
code... At least it is good enough for me to continue with (K)ubuntu.
Please, fix this bug aap, Thanks in advance.

-- 
DVD playback broken in Karmic
https://bugs.launchpad.net/bugs/502426
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-03-03 Thread Surak
Also, in my   Semp-Toshiba IS1253 notebook running Kubuntu Karmic Koala
with kernel 2.6.31-19-generic the problem persists, no touchpad after
resuming from suspend.

Some interesting lines from dmesg:

(...)
[ 9217.732183] e100 :07:08.0: wake-up capability disabled by ACPI
[ 9217.732189] e100 :07:08.0: PME# disabled
(...)
[ 9219.425416] PM: resume devices took 3.152 seconds
[ 9219.425459] PM: Finishing wakeup.
[ 9219.425461] Restarting tasks ... done.
[ 9219.701985] Unable to query Synaptics hardware.
(...)

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 502426] Re: DVD playback broken in Karmic

2010-02-28 Thread Surak
Just got the following from wikipedia:

libdvdcss uses a generated list of possible player keys. If none of
them works (for instance, when the DVD drive enforces region coding) a
brute force algorithm is tried so the region code of a DVD is ignored.

This means that libdvdcss2 should ignore region code IF your player key
is in the list OR brute force is successful.

This could mean that libdvdcss2 is failing to brute force region code
and there's nothing to do about it. I mean, couldn't find information if
libdvdcss2 shoud work ALWAYS... If not, this wouldn't be exactly a bug,
but a limitation.

BUT, there are people above reporting that they could use their drives
with previous versions of Ubuntu.

Why am I insisting that the problem may be about region code? Note the
following quotes from the reports above:

Jan 2 22:00:19 tjalfi kernel: [ 981.470273] sr 3:0:0:0: [sr0] Add.
Sense: Media region code is mismatched to logical unit region - from
the original post.

Jan 17 10:32:23 ASLAN1 kernel: [ 3267.310407] sr 1:0:0:0: [sr0] Add.
Sense: Media region code is mismatched to logical unit region - from
Roland Giesler

Feb 28 19:47:23 ghana kernel: [ 140.423317] sr 1:0:0:0: [sr0] Add.
Sense: Media region code is mismatched to logical unit region - form
Alec J Weatherwood

and this is always followed by supposed I/O errors that could be the
drive refusing to give more data from a non-matching region disc.

A friend of mine has told me that it is possible to reflash the drive to
make it region-free, but there is always a small risk with reflashing...
The big questions remain:

1) Should libdvdcss2 work ALWAYS ignoring region?
2) When people above say that they could watch DVDs in their drives with 
previous releases, were they trying to watch the same discs with the same 
region codes? Or did they try a different disk that could be set to a different 
region code than their drives?

I hope this helps solving this bug.

-- 
DVD playback broken in Karmic
https://bugs.launchpad.net/bugs/502426
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 528679] [NEW] Kpackedkit update details inform that there are no update descriptions

2010-02-26 Thread Surak
Public bug reported:

Binary package hint: kpackagekit

I have Kubuntu Karmic Koala installed in 2 notebooks. One with the 32
bit version and the other with the 64 bit one, both configured with
Brazilian Portuguese.

When kpackagekit (0.4.2-0ubuntu3) shows the available updates and you
click to select one of them, it opens details (detalhes) box, but it
only says Nenhuma descrição de atualização foi encontrada (no update
descripton has been found).

This happens with both of my notebooks and is highly inconvenient
because I need to switch to Gnome in order to know what kind of update
is to be performed.

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

-- 
Kpackedkit update details inform that there are no update descriptions
https://bugs.launchpad.net/bugs/528679
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.

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


[Bug 528679] Re: Kpackedkit update details inform that there are no update descriptions

2010-02-26 Thread Surak

** Attachment added: kpackagekit update with empty details snapshot
   http://launchpadlibrarian.net/39832634/kpackagekit.png

-- 
Kpackedkit update details inform that there are no update descriptions
https://bugs.launchpad.net/bugs/528679
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kpackagekit in ubuntu.

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


[Bug 502426] Re: DVD playback broken in Karmic

2010-02-25 Thread Surak
Same problem on my new Powernote W870 (Clevo) with Blue-ray reader and
DVD writer running Karmic 64 bit version. Tried to install libdvdcss2
from medibuntu, had both ubuntu-restricted-extras and kubuntu-
restricted-extras, installed libdvdread4 and tried the shell script
/usr/share/doc/libdvdread4/install-css.sh that downloads libdvdcss2 and
installs it, but the problem persisted. Interesting to note that on my
older notebook that runs the 32 bit version of Karmic, running the same
script mentioned before worked just fine!

Looking dmesg, there are references to problems with DVD region (very
similar to those people posted above), so I (partly) solved my problem
using the regionset program and ajusted region to 4 that corresponds to
most of my DVD disks. But now I can only change my drive region 4 times
(5 times total allowed by firmware). Well, did this just to get the
confirmation that libdvdcss2 is not doing its job!

Apparently libdvdcss2 is buggy on karmic 64 bits !!!

-- 
DVD playback broken in Karmic
https://bugs.launchpad.net/bugs/502426
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 502426] Re: DVD playback broken in Karmic

2010-02-25 Thread Surak
Just realized that the difference between my two notebooks, the newer
with the bug and the older without may not be related to the newer
running 64 bits karmic and the older the 32 bits version, but because
the older notebook was made in Brazil (region 4) and its drive is set to
region 4 !

That means people will only notice this bug when trying to play a DVD
disk from a different region as their drive is set to!

I must reinforce: Only change the region of your drive if you think it's
worth it! You can only change it 5 times, no regrets after that!

-- 
DVD playback broken in Karmic
https://bugs.launchpad.net/bugs/502426
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 399785] Re: broadcomm wireless disappeared after update to kernel 2.6.28-14

2009-08-01 Thread Surak
I have already updated this week to kernel 2.6.28-14-generic and the bug
seems to be fixed. Is still worthy to do a  apport-collect -p linux-
image-'uname -r' 399785?

Thanks in advance.

-- 
broadcomm wireless disappeared after update to kernel 2.6.28-14
https://bugs.launchpad.net/bugs/399785
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 218817] Re: Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working

2009-07-26 Thread Surak
I've forgotten to say that this still affects Jaunty after the last
update.

-- 
Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working
https://bugs.launchpad.net/bugs/218817
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 218817] Re: Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working

2009-07-26 Thread Surak
I can confirm this also happens in my Semp Toshiba Informatica IS1253
notebook. Same Conexant  CX20549 (Venice) codec. When inserting the
headphone in the jack, speakers are muted, but so is the headphone sound
and, yes, you can notice the sound coming from the phones for a fraction
of a second. OK, more advanced users can easily fix that inserting the
micsense options on alsa-base.conf but such a small bug makes many
many newbies simply give up on Linux.

-- 
Toshiba p100 Conexant CX20549 (Venice) Headphone jack not working
https://bugs.launchpad.net/bugs/218817
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 399785] [NEW] broadcomm wireless disappeared after update to kernel 2.6.28-14

2009-07-15 Thread Surak
Public bug reported:

Broadcomm wireless disappeared from networkmanager on my (k)Ubuntu 9.04
running on my Semp Toshiba Informatica IS1253 notebook. I noticed that
wl disappeared when I do a lsmod. That was right after a system update.

So I tried to reboot using previous kernel (2.6.28-13-generic) and
everything is working. The conclusion is that wl module is probably
missing on 2.6.28-14-generic.

Luckily I realized this, but many people are probably without
networking.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 2.6.28-14 broadcomm wireless wl

-- 
broadcomm wireless disappeared after update to kernel 2.6.28-14
https://bugs.launchpad.net/bugs/399785
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