Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

eee-control (EeePC management tool)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
171 posts
  • Page 5 of 7
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
Author
Message
sparkplug
n00b
n00b
User avatar
Posts: 13
Joined: Thu Apr 23, 2009 8:53 pm

  • Quote

Post by sparkplug » Sun Nov 15, 2009 7:55 pm

Having some trouble with eee-control 0.9.4.

It shows up in my rc-status as crashed, but I can run it as a daemon in verbose mode just fine.
Also, when running my new kernel, some of the hot key mapping it normally handled (ie IT JUST WORKED) doesn't work anymore. Specifically the Fn+F1 Sleep key works (I think something else may be mapping it, in which case good for it), but the volume controls on Fn+(F10,F11,F12) don't.

I had to make some tweaks already. Apparently this newer version launched the tray on its own, which caused headaches with it already being in my .config/autostart.
Top
gcasillo
l33t
l33t
User avatar
Posts: 739
Joined: Tue Sep 23, 2003 9:21 pm
Location: Cincinnati, Ohio, USA

  • Quote

Post by gcasillo » Tue Nov 17, 2009 6:39 pm

I too have eee-control showing up twice in my KDE4 system tray. I also have a desktop file at "~/.config/autostart/Eee Control.desktop". Where else is it being started from?
Top
sparkplug
n00b
n00b
User avatar
Posts: 13
Joined: Thu Apr 23, 2009 8:53 pm

  • Quote

Post by sparkplug » Wed Nov 18, 2009 8:58 am

gcasillo wrote:I too have eee-control showing up twice in my KDE4 system tray. I also have a desktop file at "~/.config/autostart/Eee Control.desktop". Where else is it being started from?
The init.d script. Remove the autostart entry.
Top
gcasillo
l33t
l33t
User avatar
Posts: 739
Joined: Tue Sep 23, 2003 9:21 pm
Location: Cincinnati, Ohio, USA

  • Quote

Post by gcasillo » Wed Nov 18, 2009 9:39 am

Makes sense. Fixed it for me. Thanks. :)
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Sat Jan 23, 2010 6:19 pm

I've just installed Gentoo on my 1005HA. I'm very interested in getting eee-control to work, if possible. I haven't found a full listing of the supported models, though, so I'm not sure if the 1005HA is on the "approved" list.

Running eee-control-daemon -V gives me this output:

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: ''
Is there something I've failed to install?

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
Please let me know if there's anything I can do.

Thank you.
Top
himpierre
l33t
l33t
User avatar
Posts: 867
Joined: Sat Aug 31, 2002 7:08 am
Location: Berlin

  • Quote

Post by himpierre » Tue Jan 26, 2010 9:56 am

Take a look at /etc/eee-control.conf. There has to be something like "fsb-method". Try to set it to "direct-io" or so. Not at my eee right now.
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Tue Jan 26, 2010 6:48 pm

Thanks for the tip. It looks like I had two problems. Most of those error messages were from eee-control looking in the wrong place for the brightness. This post fixed that part:
http://forum.eeeuser.com/viewtopic.php? ... 31#p658731

The other problem is with the fsb. Setting fsb-method: direct-io fixed the error about not finding the FSB control method, but now I'm getting a new error message:

ERROR:dbus.service:Unable to guess signature for arguments ([],): <type 'exceptions.ValueError'>: Unable to guess signature from an empty list

I don't have anything 1005HA related under FSB presets in my eee-control.conf. Do I need to make an entry?

Thanks for the help!
Top
sparkplug
n00b
n00b
User avatar
Posts: 13
Joined: Thu Apr 23, 2009 8:53 pm

  • Quote

Post by sparkplug » Sat Jan 30, 2010 8:28 am

The entry in the arcon overlay is broken.
It's missing the contents of files/

Annoying since that means I'm unable to build 0.9.4

I wish I had known that BEFORE I cleaned my local overlay out to rebuild.
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Sat Jan 30, 2010 8:45 am

I had trouble with the ebuild, too. I downloaded these files:

http://www.zirona.com/misc/code/eee-con ... gentooinit
http://www.zirona.com/misc/code/eee-con ... gdev.patch
http://www.zirona.com/misc/code/eee-con ... s.py.patch

I don't think I needed anything else, but I don't remember.
Top
sparkplug
n00b
n00b
User avatar
Posts: 13
Joined: Thu Apr 23, 2009 8:53 pm

  • Quote

Post by sparkplug » Sat Jan 30, 2010 10:28 am

Last link's broke.

Till then, let's deal with this problem:
rc-status reports the daemon always as having crashed. The FSB stepping works, and so do the device toggles except for the wifi. Running the daemon in verbose while trying the wifi toggle yields:

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.
That module call is a little annoying, because I don't have an Ralink. My device is Atheros, and runs just fine using the ath5k driver.

Oh, I'm using baselayout 2 if that matters.

Edit:
Fixed the module line by tweaking the models.py ...which is annoying because I'll have to retweak after future builds. Rest of the problem still applies: Wifi doesn't toggle. Still get

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.
...when I try.
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Tue Feb 02, 2010 5:49 pm

Sorry about that last link. It should be:

http://www.zirona.com/misc/code/eee-con ... s.py.patch

I'm not sure how I got it messed up.

As far as the /etc/modprobe.conf goes, I don't think I have one. I'm not using baselayout-2, but I thought all module related configurations when into specific conf files in /etc/modprobe.d/ anyway. I'm certainly not an expert, though. I can double-check what I have on my system when I go home and have access to the comp again. What does your modprobe.conf contain?
Top
sparkplug
n00b
n00b
User avatar
Posts: 13
Joined: Thu Apr 23, 2009 8:53 pm

  • Quote

Post by sparkplug » Thu Feb 04, 2010 6:02 pm

### 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
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Tue Feb 16, 2010 4:36 am

I definitely don't have an /etc/modprobe.conf. I have similar alias lines in a number of different files in /etc/modprobe.d instead. The files I've got are aliases.conf, alsa.conf, blacklist.conf, i386.conf, pnp-aliases.conf, and ppp.conf. I'm guessing that eee-config expects to see various .conf files in /etc/modprobe.d/. Perhaps you can convert over to that setup? I wouldn't expect baselayout-2 to require the /etc/modprobe.conf.
Top
arhenius
Tux's lil' helper
Tux's lil' helper
Posts: 81
Joined: Mon Mar 19, 2007 8:14 pm
Location: Portugal
Contact:
Contact arhenius
Website

invalid atom: '>=i2c-tools-3.0.2[python]'

  • Quote

Post by arhenius » Sun Mar 21, 2010 12:06 pm

When I try to install it, it comes:

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]'
And then, if I try to install it it comes:

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!
Any hints?
Filipe
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Mon Mar 22, 2010 3:33 am

Where are you installing eee-control from? The version in the arcon layman overlay is up to version 0.9.4 which has the dependency for i2c-tools listed correctly. If for some reason you have to use version 0.9.0, check the ebuild file for the RDEPEND section and change the line from this:

>=i2c-tools-3.0.2[python]

to read this instead:

>=sys-apps/i2c-tools-3.0.2[python]

You may lose that change the next time you rsync, though.
Top
arhenius
Tux's lil' helper
Tux's lil' helper
Posts: 81
Joined: Mon Mar 19, 2007 8:14 pm
Location: Portugal
Contact:
Contact arhenius
Website

  • Quote

Post by arhenius » Mon Mar 22, 2010 10:09 am

I was using the instructions on the eee-control website.

Today I tried the arcon overlay... But I think I'm not doing something... Here's what I've done after emerging layman and mercurial

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".
I think I should have written something in /etc/make.conf, but this is the first time I'm working with overlays, so I'm still learning my way around this subject. (I'm also having trouble getting udev and the webcam to work properly, but that will be dealt in another tropic...)

Thank you for your help.
Filipe
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Mon Mar 22, 2010 12:57 pm

You do need a line in make.conf. This webpage http://www.gentoo.org/proj/en/overlays/userguide.xml
tells you to do

Code: Select all

echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf
however there was a note recently about how they've changed the location of the layman overlays for version 1.3.0 onward. My /etc/make.conf has this as its last line:

Code: Select all

source /var/lib/layman/make.conf
I'd use

Code: Select all

layman -d ALL

to remove the installed overlays, then make the corresponding change to your make.conf file with

Code: Select all

echo "source /var/lib/layman/make.conf" >> /etc/make.conf
before reinstalling the overlays with

Code: Select all

layman -a arcon

If you do it in that order, I'd expect portage to find eee-control in the extended tree.

Check to see which version of layman you're using. If it's >=1.3.0 make sure to use the "/var/lib" version in your make.conf.

I don't yet have eee-control working fully on my computer yet. I haven't had the time to check to see if it's been a udev issue.
Top
rtomek
Apprentice
Apprentice
User avatar
Posts: 210
Joined: Fri Jan 05, 2007 10:15 pm
Location: Chicago

  • Quote

Post by rtomek » Thu Mar 25, 2010 1:47 am

does arcon not exist anymore? I can't sync up with it.

Code: Select all

arcon # /usr/bin/hg pull -u "https://arcon.googlecode.com/hg/"
abort: There is no Mercurial repository here (.hg not found)!
Top
miriya
n00b
n00b
User avatar
Posts: 36
Joined: Wed Jan 16, 2008 12:09 am

  • Quote

Post by miriya » Thu Mar 25, 2010 2:56 am

I was just able to sync with it. I'm not sure why it isn't working for you.
Top
arhenius
Tux's lil' helper
Tux's lil' helper
Posts: 81
Joined: Mon Mar 19, 2007 8:14 pm
Location: Portugal
Contact:
Contact arhenius
Website

  • Quote

Post by arhenius » Thu Mar 25, 2010 9:56 am

I was able to sync with acron and install eee-control, but I need to recompile de kernel:

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
I'll do that in the weekend and come back with results.

Anyway, thanks for the guidance into layman.
Filipe
Top
emc
Guru
Guru
User avatar
Posts: 564
Joined: Fri Jul 02, 2004 12:35 pm
Location: Cracow, Poland

  • Quote

Post by emc » Thu Mar 25, 2010 2:34 pm

- 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?
  • - 1000H
    - Xfce-4.6.1 with Compiz-0.8.4
    - clean
    - problems:
    * FSB control: she and i2c-dev don't work (i thing I have correct .config setup) I use direct-io
    * I have problem with correct .config for kernel
    * some minor issue with xfce (double xfce-panel cause disappearing of notification area and eee-control as well)
BTW: anybody successfully use 'she' for 1000H

EDIT*
kernel 2.6.32-r7
eee-control-0.9.4
Top
npc
n00b
n00b
Posts: 32
Joined: Sat Oct 22, 2005 3:46 am

0.9.6 is out!

  • Quote

Post by npc » Tue Jun 01, 2010 12:54 am

Hey guys, it seems greg has finally released some new code!
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.
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.

Also, would somebody point me out an "ebuild for dummies" kind of book/article/howto/wiki/doc/anything?

Bubye!
Tiburcio da Silva
Top
gcasillo
l33t
l33t
User avatar
Posts: 739
Joined: Tue Sep 23, 2003 9:21 pm
Location: Cincinnati, Ohio, USA

  • Quote

Post by gcasillo » Mon Jun 07, 2010 1:30 am

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?
Top
Xytovl
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Sun Mar 15, 2009 6:25 pm

  • Quote

Post by Xytovl » Mon Jun 07, 2010 4:37 pm

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?
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...
Top
npc
n00b
n00b
Posts: 32
Joined: Sat Oct 22, 2005 3:46 am

  • Quote

Post by npc » Thu Jun 10, 2010 1:54 am

Is there a 0.9.6 ebuild anywhere?
Tiburcio da Silva
Top
Post Reply

171 posts
  • Page 5 of 7
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic