Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

mobile XP2400+ Mhz

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

mobile XP2400+ Mhz

  • Quote

Post by mayday147 » Fri Jan 07, 2005 1:35 pm

This is my laptop cpuinfo, but I think it shows too few Mhz. I know it's a mobile proc, but isn't it suppose to raise the clock when compiling? I'm installing gentoo from the RR4 LiveCD, right now, so I suppose the CPU clock should be set at the maximum value.

Code: Select all

lxnaycd ~ # cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 10
model name      : mobile AMD Athlon(tm) XP2400+
stepping        : 0
cpu MHz         : 529.946
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips        : 1053.43
gentoo.ro
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Fri Jan 07, 2005 7:49 pm

Now I've booted my new system, and cpuinfo shows the correct clock. But I still don't get it why it showed that way,from the livecd.
gentoo.ro
Top
ctford0
l33t
l33t
User avatar
Posts: 774
Joined: Fri Oct 25, 2002 4:09 pm
Location: Lexington, KY,USA

  • Quote

Post by ctford0 » Fri Jan 07, 2005 9:17 pm

It should show that way if it is a laptop. If you new install now shows the same mhz all the time then you should probably go back and recompile powernow support in your kernel so you dont set something on fire :)

laptops are capable of lowering the mhz when the processor isnt in use so they dont run as hot. this helps the the components have longer lives...

chris
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Sat Jan 08, 2005 1:54 am

I don't now much about cpu-frequency scaling, but I would like to enable it in the kernel. Is this a good config? :

Code: Select all

  │ │                      [*] CPU Frequency scaling                                                                    │ │
  │ │                      [ ]   Enable CPUfreq debugging (NEW)                                                         │ │
  │ │                      < >   /proc/cpufreq interface (deprecated) (NEW)                                             │ │
  │ │                            Default CPUFreq governor (userspace)  --->                                             │ │
  │ │                      < >   'performance' governor (NEW)                                                           │ │
  │ │                      < >   'powersave' governor (NEW)                                                             │ │
  │ │                      ---   'userspace' governor for userspace frequency scaling                                   │ │
  │ │                      [ ]     /proc/sys/cpu/ interface (2.4. / OLD)                                                │ │
  │ │                      <*>   'ondemand' cpufreq policy governor                                                     │ │
  │ │                      <*>   CPU frequency table helpers (NEW)                                                      │ │
  │ │                      ---   CPUFreq processor drivers                                                              │ │
  │ │                      < > ACPI Processor P-States driver (NEW)                                                     │ │
  │ │                      < > AMD Mobile K6-2/K6-3 PowerNow! (NEW)                                                     │ │
  │ │                      <*> AMD Mobile Athlon/Duron PowerNow!                                                        │ │
  │ │                      < > AMD Opteron/Athlon64 PowerNow! (NEW)                                                     │ │
  │ │                      < > Cyrix MediaGX/NatSemi Geode Suspend Modulation (NEW)                                     │ │
  │ │                      < > Intel Enhanced SpeedStep (NEW)                                                           │ │
  │ │                      < > Intel Speedstep on ICH-M chipsets (ioport interface) (NEW)                               │ │
  │ │                      < > Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface) (NEW)                            │ │
  │ │                      < > Intel Pentium 4 clock modulation (NEW)                                                   │ │
  │ │                      < > nVidia nForce2 FSB changing (NEW)                                                        │ │
  │ │                      < > Transmeta LongRun (NEW)                                                                  │ │
  │ │                      < > VIA Cyrix III Longhaul (NEW)                                                             │ │
  │ │                      --- shared options                                                                           │ │
  │ │                      [ ] /proc/acpi/processor/../performance interface (deprecated) (NEW)
gentoo.ro
Top
ctford0
l33t
l33t
User avatar
Posts: 774
Joined: Fri Oct 25, 2002 4:09 pm
Location: Lexington, KY,USA

  • Quote

Post by ctford0 » Sat Jan 08, 2005 4:29 am

looks ok to me, the true test is if it works ;)

chris
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Sat Jan 08, 2005 11:47 am

It seems that it doesn't work :) . Am I suppose to install an aditional program for this?
gentoo.ro
Top
yogipsu
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 98
Joined: Sat Aug 30, 2003 1:52 am

  • Quote

Post by yogipsu » Sat Jan 08, 2005 9:49 pm

Yes.

http://www.gentoo.org/doc/en/power-management-guide.xml

If your clock speed shows as incorrect, check your BIOS; you may need to manually set the FSB and multiplier.

I recommend speedfreq, btw.
Top
mayday147
l33t
l33t
User avatar
Posts: 825
Joined: Mon Mar 22, 2004 1:13 am
Location: Bucharest, Romania

  • Quote

Post by mayday147 » Sun Jan 09, 2005 12:49 am

Cool. It's working like a charm. Thanks.
gentoo.ro
Top
Post Reply

8 posts • Page 1 of 1

Return to “Kernel & Hardware”

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