Code: Select all
# eee-control-daemon -V
rfkill: testing /sys/class/rfkill/rfkill0
rfkill: found wifi
rfkill: testing /sys/class/rfkill/rfkill1
rfkill: found bluetooth
rfkill: testing /sys/class/rfkill/rfkill2
rfkill: found wifi
FSB control method not found or invalid, using dummy fallback
Traceback (most recent call last):
File "/usr/bin/eee-control-daemon", line 124, in <module>
eee_model = EeeControl.actions.EeeActions(bus, manu, model, acpi_base, brn_path, bt_path, wlan_path, hwkey_control)
File "/usr/lib/python2.6/site-packages/EeeControl/actions.py", line 170, in __init__
self.brn_state = self.get_brightness() + 0x20
File "/usr/lib/python2.6/site-packages/EeeControl/actions.py", line 326, in get_brightness
brn = int(l.strip()) + 0x20
ValueError: invalid literal for int() with base 10: ''
Code: Select all
# uname -a
Linux rydia 2.6.31-gentoo-r6 #6 SMP Fri Jan 22 23:39:46 EST 2010 i686 Intel(R) Atom(TM) CPU N280 @ 1.66GHz GenuineIntel GNU/Linux
Code: Select all
yggdrasil mute # eee-control-daemon -V
brightness state is 2d
starting automatic fan control
setting fan to 25
auto fan speed 26
connected to acpid
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/eee-control, it will be ignored in a future release.
FATAL: Module rt2860sta not found.Code: Select all
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/eee-control, it will be ignored in a future release.### This file is automatically generated by update-modules
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modprobe.d and read
# the manpage for update-modules(8).
#
alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81-* bttv
alias char-major-108-* ppp_generic
alias /dev/ppp ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
alias loop-xfer-gen-0 loop_gen
alias loop-xfer-3 loop_fish2
alias loop-xfer-gen-10 loop_gen
alias cipher-2 des
alias cipher-3 fish2
alias cipher-4 blowfish
alias cipher-6 idea
alias cipher-7 serp6f
alias cipher-8 mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5
alias char-major-89-* i2c-dev
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc
### update-modules: start processing /etc/modprobe.d/alsa
# Alsa kernel modules' configuration file.
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=1
### update-modules: end processing /etc/modprobe.d/alsa
### update-modules: start processing /etc/modprobe.d/blacklist
# This file lists modules which will not be loaded by udev,
# not at coldplugging and not on hotplug events.
# Add your own entries to this file
# in the format "blacklist <name of module>"
# Some examples:
# evbug is a debug tool and should be loaded explicitly
blacklist evbug
# Autoloading eth1394 most of the time re-orders your network
# interfaces, and with buggy kernel 2.6.21, udev persistent-net
# is not able to rename these devices, so you get eth?_rename devices
# plus an exceeded 30sec boot timeout
blacklist eth1394
# You probably want this to not get the console beep loud on every tab
#blacklist pcspkr
# these drivers are very simple, the HID drivers are usually preferred
#blacklist usbmouse
#blacklist usbkbd
# Sometimes loading a framebuffer driver at boot gets the console black
#install pci:v*d*sv*sd*bc03sc*i* /bin/true
### update-modules: end processing /etc/modprobe.d/blacklist
### update-modules: start processing /etc/modprobe.d/pnp-aliases
# /etc/modprobe.d/pnp-aliases
#
# These aliases are used by this udev-rule:
# SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'"
#
# They should help to autoload drivers used by various pnp-devices
# (if not blacklisted somewhere else)
#
alias pnp:dPNP0510 irtty-sir
alias pnp:dPNP0511 irtty-sir
alias pnp:dPNP0700 floppy
alias pnp:dPNP0800 pcspkr
alias pnp:dPNP0b00 rtc
alias pnp:dPNP0303 atkbd
alias pnp:dPNP0f13 psmouse
alias pnp:dPNPb02f analog
### update-modules: end processing /etc/modprobe.d/pnp-aliases
Code: Select all
# ebuild /usr/local/portage/sys-apps/eee-control/$EBUILD manifest
Error(s) in metadata for 'sys-apps/eee-control-0.9.0':
RDEPEND: gtk? ( dev-python/pygtk dev-python/gconf-python ) gnome? ( gnome-extra/gnome-power-manager ) xosd? ( x11-libs/xosd ) dev-python/pyalsaaudio dev-python/notify-python dev-python/dbus-python >=i2c-tools-3.0.2[python] kde? ( x11-themes/gtk-engines-qt ) >=app-admin/eselect-python-20091230 dev-lang/python
invalid atom: '>=i2c-tools-3.0.2[python]'
Code: Select all
# emerge -pv eee-control
These are the packages that would be merged, in order:
Calculating dependencies |
!!! Invalid or corrupt dependency specification:
invalid atom: '>=i2c-tools-3.0.2[python]'
('ebuild', '/', 'sys-apps/eee-control-0.9.0', 'merge')
[u'dev-python/pygtk', u'dev-python/gconf-python', u'x11-libs/xosd', u'dev-python/pyalsaaudio', u'dev-python/notify-python', u'dev-python/dbus-python', u'>=i2c-tools-3.0.2[python]', u'>=app-admin/eselect-python-20091230', u'dev-lang/python']
This package can not be installed. Please notify the 'sys-apps/eee-
control-0.9.0' package maintainer about this problem. ... done!
Code: Select all
# layman -a arcon
(everything went ok here..)
# layman -l
* arcon [Mercurial ] (https://arcon.googlecode.com/hg/ )
# emerge -pv eee-control
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "eee-control".
Code: Select all
echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf
Code: Select all
source /var/lib/layman/make.conf
Code: Select all
layman -d ALLCode: Select all
echo "source /var/lib/layman/make.conf" >> /etc/make.conf
Code: Select all
layman -a arconCode: Select all
arcon # /usr/bin/hg pull -u "https://arcon.googlecode.com/hg/"
abort: There is no Mercurial repository here (.hg not found)!Code: Select all
darwin filipe # /etc/init.d/eee-control start
acpid
* ERROR: Some services needed are missing. Run
* './eee-control broken' for a list of those
* services. eee-control was not started.
darwin filipe # /etc/init.d/eee-control broken
acpid
- What model of an EeePC are you running?
- What's your desktop environment?
- Did the ebuild install cleanly? Are there dependencies missing?
- Does eee-control work perfectly for you? If not, what problems did you encounter?
There is no ebuild yet and no tarball at the regular address, so cloning the last ebuild won't help. the 9999 ebuild is also broken, some syntax flaw. Lately, after i've updated the kernel to 2.6.33 and some system stuff udev related, eee-control keeps crashing hard and taking my eeepc down a bit to often, it's really tough when i try to switch wifi on and off with fn+f2. I believe that new version of eee-control is exactly what is needed to avoid such crashes.010-05-23 Version 0.9.6
Hi, I'm still alive!
Version 0.9.6 contains various bugfixes plus support for newer DBus APIs and Linux kernels. The deb package is designed for Ubuntu Lucid. A few rough edges remain, but everything works fine for me.
What's new:
* Disabled hotkey-setup/hotkey handling - now handled correctly out of the box
* Use upstart instead of sysv init
* Switched to UDisks and UPower DBus APIs
* Cleaned up eee-control-setup
* Misc fixes
Ubuntu package: Lucid (10.04)
Get the source code from Git: git clone git://greg.geekmind.org/eee-control.git && cd eee-control && git checkout 0.9.6
PS: Version 0.9.5 was supposed to introduce compatibility for Ubuntu Karmic, but was never released.
It is hardcoded in the eeepc-laptop kernel module, you can still comment the line where the webcam is started (something like eeepc_enable_camera) and recompile it. This is the way I do it...gcasillo wrote:Apologies if this has been answered here or elsewhere, but I can't seem to figure it out. By default, when my netbook powers up, eee-control starts (in KDE4) and both wifi and camera are enabled by default. Is there a setting somewhere that I can tweak to prevent the camera from starting? A config file perhaps?