Re: Laptop fan doesn't stop

2012-01-11 Thread amt
On Tue, Jan 10, 2012 at 10:13 PM, Sthu Deus sthu.d...@gmail.com wrote:
 Good time, amt.

 You wrote:
Hello, running Debian Squeeze 6.0.3 amd64 on a DELL laptop and I have
a problem with the fan. When it boots up, the fan is really silent but
after a few of minutes it starts working and doesn't stop at all. I
didn't had this problem when I was running a debian based distro.(it
would start really slient, then work for a while, then go back silent
and so on).


Is there a fix to make my fan more responsive?

 Yes. Look toward thiese utilities:

 cpufrequtils
 loadcpufreq
 fancontrol

 .


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/4f0cfe79.8b7acd0a.2e7b.0...@mx.google.com


Hey Sthu Deus, thanks for the reply. I currently have installed on my
machine cpufrequtils, fancontrol and lm-sensors. As you saw or not
from my message I just started using Debian since yesterday. I googled
cpufrequtils and found out how to start and configure it. On the other
hand I can't seem to find a guide for fancontrol so I would appreciate
if you can tell me how to set it up in a way that doesn't kill my
laptop. I can imagine this sort of things can be dangerous if not done
right.


Regards,amt.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caeqen00dvx5iw4xhwjxp9yo_jlqm5g4mbuzyx_sy7tgyvop...@mail.gmail.com



Re: Laptop fan doesn't stop

2012-01-11 Thread amt
On Wed, Jan 11, 2012 at 6:50 AM, Sthu Deus sthu.d...@gmail.com wrote:
 Good time of the day, again, amt.

 You worte:
Is there a fix to make my fan more responsive?

 Yes. Look toward thiese utilities:

 cpufrequtils
 loadcpufreq
 fancontrol

Hey Sthu Deus, thanks for the reply. I currently have installed on my
machine cpufrequtils, fancontrol and lm-sensors. As you saw or not
from my message I just started using Debian since yesterday. I googled
cpufrequtils and found out how to start and configure it. On the other
hand I can't seem to find a guide for fancontrol so I would appreciate
if you can tell me how to set it up in a way that doesn't kill my
laptop. I can imagine this sort of things can be dangerous if not done
right.

 You do not need any special configuring of the util.s You will install
 - at least this was my experience (dell/amd too).

 The only thing You may set - which governor to use, like:

 echo powersave  /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

 though default one (I think it is 'performance-on-demand' or like that)
 should take of it well.

 Your problem is missing util.s/modules. If You have the above packages
 installed, then check if You have the modules loaded:

 cpufreq_ondemand
 acpi_cpufreq
 powernow-k8

 You do check w/

 lsmod |grep -E 'cpufreq|powernow'

 command. In my experience, it was not, so I added it to

 /etc/modules

 and rebooted the machine.


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/4f0d7798.d797cc0a.6a72.2...@mx.google.com




Output of  lsmod |grep -E 'cpufreq|powernow' is:


acpi_cpufreq5571  1
cpufreq_powersave902  0
cpufreq_conservative 5162  0
cpufreq_userspace   1992  0
cpufreq_stats   2740  0
processor  29935  3 acpi_cpufreq

Unfortunately I am very confused.

I have googled a lot but found nothing that can help me. I also read
the man pages but no luck. So, don't get me wrong. I am not lazy. If
someone can post a detailed guide  or write the steps I need to do I
would be very grateful. I don't want to fry my laptop so that's why I
am here asking for help.

It's been 12 hours of uptime@ laptop and the fan is working like I
would have a datacenter in my room.



Thanks to all that tried to help me so far.

Have a great day!
amt


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caeqen028zmzycascgxuf41bx2jy8hzpqzgpacmr7rp1a63e...@mail.gmail.com



sources.list configuration

2012-01-10 Thread amt
Hello, I have just migrated from a debian based distro to Debian Squeeze
6.0.3 amd64 lxde. I want to install xchat on my machine but when I
do:apt-get install xchat in the root terminal, it returns nothing.

Here is my /etc/apt/sources.list:

# deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official amd64 DVD Binary-1
20$

deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official amd64 DVD Binary-1
2011$

deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main contrib

# squeeze-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ squeeze-updates main contrib
# deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib


What do I need to add in order to install xchat?
Thanks in advance,
amt0101


Re: sources.list configuration

2012-01-10 Thread amt
Here is how the /etc/apt/sources.list is looking now:


#

# deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official amd64 DVD Binary-1 201$

#deb cdrom:[Debian GNU/Linux 6.0.3 _Squeeze_ - Official amd64 DVD Binary-1 2011$

deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main contrib

# squeeze-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
 deb http://ftp.debian.org/debian/ squeeze-updates main contrib
 deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib

After saving the etc/apt/sources.list file I closed the root
terminal,reopened the root terminal, did  apt-get update, then apt-get
upgrade then I did apt-get install xchat and the terminal returned
this:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xchat



Any suggestions?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAEQEn02JwGhCf9Rb-emh7BztWDB=13n6l5mkf6ujz_ukngk...@mail.gmail.com



Re: sources.list configuration

2012-01-10 Thread amt
Thanks Balint for the reply but I want to do it using apt-get from the terminal.



If it helps, I tried doing apt-get install vlc instead of xchat and it
returns me:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 vlc : Depends: vlc-nox (= 1.1.3-1squeeze6) but it is not going to be installed
   Depends: libfribidi0 (= 0.19.2) but it is not installable
   Depends: libqtcore4 (= 4:4.6.1) but it is not installable
   Depends: libqtgui4 (= 4:4.5.3) but it is not installable
   Depends: libsdl-image1.2 (= 1.2.10) but it is not installable
   Depends: libtar but it is not installable
   Depends: libxcb-keysyms1 (= 0.3.6) but it is not installable
   Depends: libxcb-randr0 (= 1.1) but it is not installable
   Depends: libxcb-shm0 but it is not installable
   Depends: libxcb-xv0 (= 1.2) but it is not installable
   Recommends: vlc-plugin-notify (= 1.1.3-1squeeze6) but it is not
going to be installed
   Recommends: vlc-plugin-pulse (= 1.1.3-1squeeze6) but it is not
going to be installed
E: Broken packages


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAEQEn00gEadRK=enwhrwmogpgcdev1wf9ao7zvgpxejfxxp...@mail.gmail.com



Re: sources.list configuration

2012-01-10 Thread amt
I did what you said in your reply and it works like a charm. Thank you
so very much!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAEQEn03W6LXJg=hKG0R9CE08VMR+MTrpYK_C90uyNB4=4ui...@mail.gmail.com



Re: sources.list configuration

2012-01-10 Thread amt
On Tue, Jan 10, 2012 at 2:26 PM, Balint Szigeti balint.s...@gmail.com wrote:
 On 10/01/2012 18:12, amt wrote:

 I did what you said in your reply and it works like a charm. Thank you
 so very much!


 what  was the solution?

The solution was adding:
 deb http://ftp.us.debian.org/debian squeeze main contrib non-free
 deb-src http://ftp.us.debian.org/debian squeeze main contrib non-free

to  /etc/apt/sources.list


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAEQEn02aVJ4PmHq_t_Z_=vzfi-kxgu3bekwwczlb7qqsnzp...@mail.gmail.com



Laptop fan doesn't stop

2012-01-10 Thread amt
Hello, running Debian Squeeze 6.0.3 amd64 on a DELL laptop and I have
a problem with the fan. When it boots up, the fan is really silent but
after a few of minutes it starts working and doesn't stop at all. I
didn't had this problem when I was running a debian based distro.(it
would start really slient, then work for a while, then go back silent
and so on).


Is there a fix to make my fan more responsive?




Thanks in advance!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAEQEn02AvygQ5kLA82_EpiP8i1TG7kALL0maUeQ7GVacGG=m...@mail.gmail.com