Bug 136321 - fn key presses for kvaio don't control lcd brightness or volume
Summary: fn key presses for kvaio don't control lcd brightness or volume
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmkvaio (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-26 01:57 UTC by Ryan
Modified: 2013-04-20 09:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan 2006-10-26 01:57:49 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Fedora RPMs
OS:                Linux

I have a sony vaio S170 laptop running FC5.  I installed/loaded the sonypi kernel module.  I set the permissions on /dev/sonypi to rw by all users.  I can see FN key presses being processes when I look at the verbose output in /var/log/messages, but the screen brightness and volume levels never change.  The control center vaio page shows current battery status correctly, however.  Also, klaptop recognizes that sonypi is working.  Upon investigating the FN key problem, I discovered a possible cause in the source (I don't know enough about linux/drivers/development to know if this actually is the problem).  in kvaiodriverinterface.cpp (part of kmilo/kvaio), it opens /dev/sonypi with read-only access.  The ioctl() calls that set the brightness have request names that indicate they're write operations, so it seems to me write access would be required.  I'm not sure if this relates to the lack of volume control or not, but as I previously stated, that also doesn't work.
Comment 1 Lamarque V. Souza 2011-02-05 00:41:15 UTC
Does this happen with KDE SC 4.6.0?