View previous topic :: View next topic |
Author |
Message |
MACHINE Tux's lil' helper
Joined: 30 Mar 2004 Posts: 141 Location: Earth
|
Posted: Fri Nov 18, 2005 12:32 am Post subject: ipw2200 and "Losing too many ticks!" |
|
|
I compile the ipw2200 module from portage instead of from kernel, because the code in kernel never works.
however, everytime i load the ipw2200 module, the dmesg give me the following message:
Code: |
Losing too many ticks!
TSC cannot be used as a timesource.
Possible reasons for this are:
You're running with Speedstep,
You don't have DMA enabled for your hard disk (see hdparm),
Incorrect TSC synchronization on an SMP system (see dmesg).
Falling back to a sane timesource now.
|
I tried to use PM timer, but that make my system very very slow....
Anybody any idea?
thx.
_________________ Hi, Gentoo men!! |
|
Back to top |
|
|
Lastebil n00b
Joined: 07 Nov 2005 Posts: 33
|
Posted: Fri Nov 18, 2005 11:22 pm Post subject: |
|
|
does hdparm show your drives as having dma on?
I've only seen this error when running gentoo under qemu, where I do NOT have dma on the drive (cuz it can't (: ) |
|
Back to top |
|
|
jancici Apprentice
Joined: 27 Jan 2004 Posts: 284 Location: Slovakia
|
Posted: Wed Dec 07, 2005 5:07 pm Post subject: |
|
|
I have same message here
message is saying that possible reason : and one of them is that I am using speedstep. so I think that something with timer is not good if you are using speedstep
my laptop : HP nc6220
Code: | uname -a
Linux frodo 2.6.14-gentoo-r2 #27 Wed Dec 7 16:49:28 CET 2005 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux |
Code: | emerge -s ipw2200 ieee80211
Searching...
[ Results for search key : ipw2200 ]
[ Applications found : 2 ]
* net-wireless/ipw2200
Latest version available: 1.0.8-r1
Latest version installed: 1.0.8-r1
Size of downloaded files: 121 kB
Homepage: http://ipw2200.sourceforge.net
Description: Driver for the Intel PRO/Wireless 2200BG/2915ABG miniPCI and 2225BG PCI adapters
License: GPL-2
* net-wireless/ipw2200-firmware
Latest version available: 2.4
Latest version installed: 2.4
Size of downloaded files: 264 kB
Homepage: http://ipw2200.sourceforge.net
Description: Firmware for the Intel PRO/Wireless 2200BG/2915ABG miniPCI and 2225BG PCI adapters
License: ipw2200-fw
Searching...
[ Results for search key : ieee80211 ]
[ Applications found : 1 ]
* net-wireless/ieee80211
Latest version available: 1.1.6
Latest version installed: 1.1.6
Size of downloaded files: 61 kB
Homepage: http://ieee80211.sourceforge.net
Description: Generic IEEE 802.11 network subsystem for Linux
License: GPL-2 |
|
|
Back to top |
|
|
Ateo Advocate
Joined: 02 Jun 2003 Posts: 2021 Location: Republic of California
|
Posted: Wed Dec 07, 2005 7:47 pm Post subject: |
|
|
Have you tried with enabling "Power Management Timer Support" in the kernel?
Power management options (ACPI, APM) ---> ACPI (Advanced Configuration and Power Interface) Support
/edit: Ack. I just realized that the author had already tried "pm timer".. sorry for suggesting it!
Last edited by Ateo on Sat Dec 10, 2005 11:23 am; edited 1 time in total |
|
Back to top |
|
|
jancici Apprentice
Joined: 27 Jan 2004 Posts: 284 Location: Slovakia
|
Posted: Thu Dec 08, 2005 8:33 am Post subject: |
|
|
seems that it did help, thanks |
|
Back to top |
|
|
|