Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
meino.cra...@gmx.de wrote: Hallo, I want to read the fan speed and want to control it with gentoo. My motherboard is a ASUS Crosshair IV Formula. lm_sensors does not report any relevant sensor. Does anyone got this working on this or an equivalent board with 890FX chipset? Thank you very muc

Re: [gentoo-user] Re: mutt+gnupg: how do you name the attached signature file ?

2010-12-12 Thread Jean-Christophe Bach
* Willie Wong [11.12.2010. @12:13:27 -0500]: > Thanks for the work! If you want the patch merged into the gentoo > patch set, I think you should file a bug on bugs.gentoo.org, if you > haven't already done so. You are right, I have just filled a bug here (my first one \\o \o/ o//): http://bugs.

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Andrea Conti
> Just build all the sensor drivers into > the kernel, not modules but built in. A simpler way: - make sure you have CONFIG_I2C_CHARDEV=y, CONFIG_I2C_HELPER_AUTO=y and select the correct I2C hardware bus drivers for your platform (CONFIG_I2C_I801 for most recent Intel chipsets and CONFIG_I2C_PIIX

Re: [gentoo-user] Gigabyte and controlling fans

2010-12-12 Thread Andrea Conti
> It's a Gigabyte 770T series mobo. It uses the it8720 chip. You can try writing directly to the pwm control inputs under the platform device node (i.e. /sys/devices/platform/it87.xxx/pwm*); these usually take 8-bit (0-255) values. E.g. to set pwm1 to a value of 127 you just do echo 127 >/sys/d

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Andrea Conti [10-12-12 10:24]: > > Just build all the sensor drivers into > > the kernel, not modules but built in. > > A simpler way: > > - make sure you have CONFIG_I2C_CHARDEV=y, CONFIG_I2C_HELPER_AUTO=y and > select the correct I2C hardware bus drivers for your platform > (CONFIG_I2C_I801 fo

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
meino.cra...@gmx.de wrote: Hi Andrea, Hi Dale, Before I post my question I did, what you have suggested, Andrea. Sensors-detect reports the it87 chip to be included as module/in the kernel, which I did -- but the driver does not produces any output AMD k10 was already in and reports everything

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 06:25:21 meino.cra...@gmx.de wrote: > Hallo, > > I want to read the fan speed and want to control it with gentoo. > > My motherboard is a ASUS Crosshair IV Formula. > > lm_sensors does not report any relevant sensor. > > Does anyone got this working on this or an equi

Re: [gentoo-user] Gigabyte and controlling fans

2010-12-12 Thread Volker Armin Hemmann
On Saturday 11 December 2010 22:52:24 Dale wrote: > HI, > > I got everything installed on the new rig. Trying to sort out some > "kinks" now. I notice that Gigabyte has software for windoze to control > the fan speed and such. I use gkrellm to monitor them but was wondering > if there is a Linu

Re: [gentoo-user] wpa_supplicant connect-disconnect loop

2010-12-12 Thread Mick
On Sunday 12 December 2010 02:07:02 Valmor de Almeida wrote: > On 12/11/2010 08:35 PM, Valmor de Almeida wrote: > To add to the above from the message logs, wlan0 deauthenticates from > the AP by "local choice (reason=3)" If you are getting these disconnections even with WPA/2 encryption disable

Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?

2010-12-12 Thread Mick
On Sunday 12 December 2010 05:57:19 Valmor de Almeida wrote: > On 12/11/2010 08:52 PM, Grant Edwards wrote: > > On 2010-11-19, Mick wrote: > [snip] > > >> and paste this in it: > >> > >> > >> > >> > >> > >> > >> > >> > >> synaptics > > > > [ synaptic driver options] > >

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Dale [10-12-12 11:32]: > meino.cra...@gmx.de wrote: > >Hi Andrea, Hi Dale, > > > >Before I post my question I did, what you have suggested, Andrea. > >Sensors-detect reports the it87 chip to be included as module/in the > >kernel, which I did -- but the driver does not produces any output > > > >A

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Dale
meino.cra...@gmx.de wrote: Dale [10-12-12 11:32]: meino.cra...@gmx.de wrote: Hi Andrea, Hi Dale, Before I post my question I did, what you have suggested, Andrea. Sensors-detect reports the it87 chip to be included as module/in the kernel, which I did -- but the driver does not prod

Re: [gentoo-user] Gigabyte and controlling fans

2010-12-12 Thread Dale
Volker Armin Hemmann wrote: On Saturday 11 December 2010 22:52:24 Dale wrote: HI, I got everything installed on the new rig. Trying to sort out some "kinks" now. I notice that Gigabyte has software for windoze to control the fan speed and such. I use gkrellm to monitor them but was wonde

[gentoo-user] ebuild creation (python-2.7) - please help

2010-12-12 Thread Helmut Jarausch
Hi, after switching to Python-2.7 an ebuild of myself fails. I'm trying to write an ebuild for dev-python/pyparsing- My attemp fails with 'setup.py' not found. The package is unpacked into /var/tmp/portage/dev-python/pyparsing-/work/pyparsing- This contains the subdirectories doc ex

Re: [gentoo-user] Gigabyte and controlling fans

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 05:20:27 Dale wrote: > Volker Armin Hemmann wrote: > > On Saturday 11 December 2010 22:52:24 Dale wrote: > >> HI, > >> > >> I got everything installed on the new rig. Trying to sort out some > >> "kinks" now. I notice that Gigabyte has software for windoze to > >> cont

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Andrea Conti
> AMD k10 was already in and reports everything -- only the fan stuff > was missing, which (normall) the ITE (it87) chip is used for. Current IT87xx chips provide fan, temperature and voltage readings. If you built the drivers as modules, are you sure everything (it87 and the relevant i2c drivers

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Andrea Conti [10-12-12 14:00]: > > AMD k10 was already in and reports everything -- only the fan stuff > > was missing, which (normall) the ITE (it87) chip is used for. > > Current IT87xx chips provide fan, temperature and voltage readings. > > If you built the drivers as modules, are you sure e

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: > IT8721 So look at the lm sensors site: http://www.lm-sensors.org/wiki/Devices ITEIT8721F, IT8758Eyesit87LPC2.6.37 or standalone driver (2010-10-12) We have a datasheet for the IT8721F. Different from prev

[gentoo-user] Re: ebuild creation (python-2.7) - please help

2010-12-12 Thread walt
On 12/12/2010 03:33 AM, Helmut Jarausch wrote: Hi, after switching to Python-2.7 an ebuild of myself fails. I'm trying to write an ebuild for dev-python/pyparsing- My attemp fails with 'setup.py' not found. Have you tried using the -d flag with emerge? The debugging output may tell you

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Volker Armin Hemmann [10-12-12 14:52]: > On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: > > IT8721 > > So look at the lm sensors site: > > http://www.lm-sensors.org/wiki/Devices > > ITEIT8721F, IT8758Eyesit87LPC2.6.37 or standalone > driver > (2010-10-

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 14:57:26 meino.cra...@gmx.de wrote: > Volker Armin Hemmann [10-12-12 14:52]: > > On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: > > > IT8721 > > > > So look at the lm sensors site: > > > > http://www.lm-sensors.org/wiki/Devices > > > > ITEIT8721F,

Re: [gentoo-user] Re: ebuild creation (python-2.7) - please help

2010-12-12 Thread Helmut Jarausch
On 12/12/10 14:52:28, walt wrote: > On 12/12/2010 03:33 AM, Helmut Jarausch wrote: > > Hi, > > > > after switching to Python-2.7 an ebuild of myself fails. > > I'm trying to write an ebuild for dev-python/pyparsing- > > > > My attemp fails with 'setup.py' not found. > > Have you tried using t

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread meino . cramer
Volker Armin Hemmann [10-12-12 15:16]: > On Sunday 12 December 2010 14:57:26 meino.cra...@gmx.de wrote: > > Volker Armin Hemmann [10-12-12 14:52]: > > > On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: > > > > IT8721 > > > > > > So look at the lm sensors site: > > > > > > http://w

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Volker Armin Hemmann
On Sunday 12 December 2010 15:28:26 meino.cra...@gmx.de wrote: > Volker Armin Hemmann [10-12-12 15:16]: > > On Sunday 12 December 2010 14:57:26 meino.cra...@gmx.de wrote: > > > Volker Armin Hemmann [10-12-12 14:52]: > > > > On Sunday 12 December 2010 14:06:33 meino.cra...@gmx.de wrote: > > > > >

Re: [gentoo-user] [OT] Firefox 3.6.12 problem?

2010-12-12 Thread Klaus Müller
Am 09.12.10 15:32, Florian Philipp wrote: > Am 09.12.2010 12:07, schrieb Peter Humphrey: >> Hello list, >> >> Sorry about the noise, but is it just me or has version 3.6.12 of >> Mozilla Firerox lost its Back and Forward arrow buttons? Here I just get >> a drop-down box with a list of visited pag

[gentoo-user] starting wlan0 only when wireless is turned on

2010-12-12 Thread Valmor de Almeida
Hello, I would like to have net.wlan0 started only when the wireless card is switched on. I am using ifplugd for starting net.eth0 when an ethernet cable is plugged in. Is there a similar utility for net.wlan0? Ideally so that it is configurable in conjunction with ifplugd. Thanks, -- Valmor

Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?

2010-12-12 Thread Valmor de Almeida
On 12/12/2010 05:59 AM, Mick wrote: [snip] > > Guys I'm glad that my pointers helped you get it going - but I have to say > that soon with xorg-server-1.9 becoming stable HAL and its xml configuration > files will be a thing of the past. > > Still, you have the satisfaction of cracking this one

[gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread covici
I have a fair number of preserved-libs, but it will not run at all and gives the rather strange message: Calculating dependencies... done! emerge: there are no ebuilds to satisfy "dev-tex/mplib:0". (dependency required by "@preserved-rebuild") Now I have no such package and an eix seems to indica

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread Mark Knecht
On Sun, Dec 12, 2010 at 10:48 AM, wrote: > I have a fair number of preserved-libs, but it will not run at all and > gives the rather strange message: > Calculating dependencies... done! > > emerge: there are no ebuilds to satisfy "dev-tex/mplib:0". > (dependency required by "@preserved-rebuild")

Re: [gentoo-user] Gigabyte and controlling fans

2010-12-12 Thread Keith Dart
=== On Sun, 12/12, Volker Armin Hemmann wrote: === > a) building the sensor stuff into the kernel is stupid > b) yes === However, it seems to me there is a trend that drivers are not contained so much in add-on packages, as before, but are getting into the main kernel tree. I think the developmen

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread covici
Mark Knecht wrote: > On Sun, Dec 12, 2010 at 10:48 AM, wrote: > > I have a fair number of preserved-libs, but it will not run at all and > > gives the rather strange message: > > Calculating dependencies... done! > > > > emerge: there are no ebuilds to satisfy "dev-tex/mplib:0". > > (dependency

Re: [gentoo-user] FAN-Speed readout/control ???

2010-12-12 Thread Keith Dart
=== On Sun, 12/12, Volker Armin Hemmann wrote: === > that it87blabla can be accessed by acpi stuff but the it87 driver > does not know about it - or something like that. Read about it a few > month ago and forgot everything. === On Asus boards try first the Asus ACPI driver, asus_atk0110 It seems

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread Alan McKinnon
Apparently, though unproven, at 22:35 on Sunday 12 December 2010, cov...@ccs.covici.com did opine thusly: > Mark Knecht wrote: > > On Sun, Dec 12, 2010 at 10:48 AM, wrote: > > > I have a fair number of preserved-libs, but it will not run at all and > > > gives the rather strange message: > > >

Re: [gentoo-user] starting wlan0 only when wireless is turned on

2010-12-12 Thread Alan McKinnon
Apparently, though unproven, at 18:51 on Sunday 12 December 2010, Valmor de Almeida did opine thusly: > Hello, > > I would like to have net.wlan0 started only when the wireless card is > switched on. I am using ifplugd for starting net.eth0 when an ethernet > cable is plugged in. Is there a simi

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread covici
Alan McKinnon wrote: > Apparently, though unproven, at 22:35 on Sunday 12 December 2010, > cov...@ccs.covici.com did opine thusly: > > > Mark Knecht wrote: > > > On Sun, Dec 12, 2010 at 10:48 AM, wrote: > > > > I have a fair number of preserved-libs, but it will not run at all and > > > > gi

Re: [gentoo-user] starting wlan0 only when wireless is turned on

2010-12-12 Thread Valmor de Almeida
On 12/12/2010 03:54 PM, Alan McKinnon wrote: > Apparently, though unproven, at 18:51 on Sunday 12 December 2010, Valmor de > Almeida did opine thusly: > >> Hello, >> >> I would like to have net.wlan0 started only when the wireless card is >> switched on. I am using ifplugd for starting net.eth0 w

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread Alan McKinnon
Apparently, though unproven, at 23:10 on Sunday 12 December 2010, cov...@ccs.covici.com did opine thusly: > Alan McKinnon wrote: > > Apparently, though unproven, at 22:35 on Sunday 12 December 2010, > > > > cov...@ccs.covici.com did opine thusly: > > > Mark Knecht wrote: > > > > On Sun, Dec 12

Re: [gentoo-user] starting wlan0 only when wireless is turned on

2010-12-12 Thread Alan McKinnon
Apparently, though unproven, at 23:34 on Sunday 12 December 2010, Valmor de Almeida did opine thusly: > On 12/12/2010 03:54 PM, Alan McKinnon wrote: > > Apparently, though unproven, at 18:51 on Sunday 12 December 2010, Valmor > > de > > > > Almeida did opine thusly: > >> Hello, > >> > >> I woul

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread Mark Knecht
On Sun, Dec 12, 2010 at 1:41 PM, Alan McKinnon wrote: > Apparently, though unproven, at 23:10 on Sunday 12 December 2010, > cov...@ccs.covici.com did opine thusly: > >> Alan McKinnon wrote: >> > Apparently, though unproven, at 22:35 on Sunday 12 December 2010, >> > >> > cov...@ccs.covici.com did

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread covici
Alan McKinnon wrote: > Apparently, though unproven, at 23:10 on Sunday 12 December 2010, > cov...@ccs.covici.com did opine thusly: > > > Alan McKinnon wrote: > > > Apparently, though unproven, at 22:35 on Sunday 12 December 2010, > > > > > > cov...@ccs.covici.com did opine thusly: > > > > Mar

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread Alan McKinnon
Apparently, though unproven, at 00:56 on Monday 13 December 2010, cov...@ccs.covici.com did opine thusly: > > One thing that is NOT a solution is to not delete the ebuild. That > > results in your tree being out of sync with upstream. That is not > > allowed. > > I agree that the tree should be

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread covici
Mark Knecht wrote: > On Sun, Dec 12, 2010 at 1:41 PM, Alan McKinnon > wrote: > > Apparently, though unproven, at 23:10 on Sunday 12 December 2010, > > cov...@ccs.covici.com did opine thusly: > > > >> Alan McKinnon wrote: > >> > Apparently, though unproven, at 22:35 on Sunday 12 December 2010,

Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?

2010-12-12 Thread Peter Humphrey
On Sunday 12 December 2010 17:10:10 Valmor de Almeida wrote: > Looking forward to xorg-server-1.9. So why not install it? It's been running here for three months without a single problem. Just add x11-base/xorg-server to /etc/portage/package.keywords. Job done. -- Rgds Peter. Linux

Re: [gentoo-user] [OT] Firefox 3.6.12 problem?

2010-12-12 Thread Peter Humphrey
On Sunday 12 December 2010 16:09:41 Klaus Müller wrote: > Try [installing] a different firefox theme from > https://addons.mozilla.org But I've already tried a vanilla setup by creating a test user, and separately by moving my own .mozilla directory elsewhere. In neither case did I have any the

Re: [gentoo-user] preserved-rebuild will not run at all

2010-12-12 Thread Peter Humphrey
On Sunday 12 December 2010 21:41:08 Alan McKinnon wrote: > One thing that is NOT a solution is to not delete the ebuild. Eh? Not deleting the ebuild is not a solution? Is that what you meant to say? -- Rgds Peter. Linux Counter 5290, 1994-04-23.

Re: [gentoo-user] Gigabyte and controlling fans

2010-12-12 Thread Dale
Volker Armin Hemmann wrote: On Sunday 12 December 2010 05:20:27 Dale wrote: That comes from lm-sensors. Hmmm. Since I have my stuff built into the kernel, can I still use that or would they clash somehow? Also, this is a desktop not a laptop just in case it matters. Dale :-) :-)

Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?

2010-12-12 Thread Valmor de Almeida
On 12/12/2010 07:17 PM, Peter Humphrey wrote: > On Sunday 12 December 2010 17:10:10 Valmor de Almeida wrote: > >> Looking forward to xorg-server-1.9. > > So why not install it? It's been running here for three months without a > single problem. > > Just add x11-base/xorg-server to /etc/portage/

[SOLVED] Re: [gentoo-user] starting wlan0 only when wireless is turned on

2010-12-12 Thread Valmor de Almeida
On 12/12/2010 04:46 PM, Alan McKinnon wrote: > Apparently, though unproven, at 23:34 on Sunday 12 December 2010, Valmor de > Almeida did opine thusly: > >> On 12/12/2010 03:54 PM, Alan McKinnon wrote: >>> Apparently, though unproven, at 18:51 on Sunday 12 December 2010, Valmor >>> de >>> >>> Alme

[SOLVED] Re: [gentoo-user] wpa_supplicant connect-disconnect loop

2010-12-12 Thread Valmor de Almeida
On 12/12/2010 05:55 AM, Mick wrote: > On Sunday 12 December 2010 02:07:02 Valmor de Almeida wrote: >> On 12/11/2010 08:35 PM, Valmor de Almeida wrote: > >> To add to the above from the message logs, wlan0 deauthenticates from >> the AP by "local choice (reason=3)" > > > If you are getting these

Re: [SOLVED] Re: [gentoo-user] starting wlan0 only when wireless is turned on

2010-12-12 Thread Mick
On Monday 13 December 2010 07:05:20 Valmor de Almeida wrote: > On 12/12/2010 04:46 PM, Alan McKinnon wrote: > > Apparently, though unproven, at 23:34 on Sunday 12 December 2010, Valmor > > de > > > > Almeida did opine thusly: > >> On 12/12/2010 03:54 PM, Alan McKinnon wrote: > >>> Apparently, thou