Page 1 of 1

Noise issue on T60: please post some readings

Posted: Wed Aug 23, 2006 10:39 am
by ischg
Unfortunately my brand-new T60 is affected by the high-pitched noise problem when on battery (http://www.thinkwiki.org/wiki/Problem_w ... tch_noises) as well as the EEPROM problem with the network card (http://www.thinkwiki.org/wiki/Problem_w ... _Not_Valid).

There are work-arounds for both issues, but I also noticed that I get really low voltage readings (see below), which seems odd. What I'd ask you to post is the following:
- Battery status (% remaining)
- Output of the shell command:

Code: Select all

$ cat /proc/acpi/battery/BAT0/state | grep present
- Do you have problems with high pitched noise when on battery (with wireless switch on)?

The reason for my request is that my voltage readings appear to be a full volt lower than other readings I've seen posted and I'm wondering whether this might contribute to the problem. Thanks!

BTW: my output is
battery at 33%
$ cat /proc/acpi/battery/BAT0/state | grep present
present: yes
present rate: 22714 mW
present voltage: 11037 mV
I need to issue "# echo 2 > /sys/module/processor/parameters/max_cstate" to get rid of the noise

Posted: Wed Aug 23, 2006 5:48 pm
by piquadrat
I also got the high pitched noise when on battery. My numbers are as follows:

Remaining capacity: 95%
present rate: 20831 mW
present voltage: 12261 mV

I have about 1 volt more than you, but still got the noise, which would indicate that the two are not related.

"echo 2 > /sys/module/processor/parameters/max_cstate" solves the noise problem, but it consumes much more energy. Which kinda sucks when on battery :)

Posted: Wed Aug 23, 2006 10:15 pm
by ischg
Thanks, piquadrat. That totally disproves my theory ... the issues are obviously uncorrelated.