Re: [gentoo-ppc-user] Hwclock error

2006-03-28 Thread David Gurvich
I used Xorgautoconfig to generate a working xorg.conf and modified for my 
specific system.

On Tuesday 28 March 2006 12:23 pm, Flisk . wrote:
 Hi David,
 Thanks for your reply. But last nught I found the problem, was a kernel
 parameter.
 I defined the CUDA instead of PMU in Device Drivers -- Machintosh
 device drivers.
 Now I'm tryng to install X and KDE. David, how did you installed KDE or
 Gnome in your machine, I'm with some problems in configs for video. Can you
 send me you xorg.conf?
 Best regards.

 On 3/28/06, David Gurvich [EMAIL PROTECTED] wrote:
  I would suggest seeing what modules are loaded by the CD.  As it happens,
  my
  current computer is a dual-G4 almost identical to the one described. 
  I'll attach my .config to this message.
 
  On Sunday 26 March 2006 3:11 pm, Flisk . wrote:
   Hi folks,
   Here where I work we received a G4 computer and I started to
   install
 
  a
 
   Gentoo 2006.0. The computer is a G4 2 CPU's 512MB of memory 2 HD, I
 
  started
 
   to install Gentoo 2006.0 from stage 1 and everything gone well. I
 
  installed
 
   with cpu flag as G4 and O2.
   But when the computer restarted a problem appeared with hwclock,
 
  when I
 
   execute the hwclock an error appear. The error is something like:
 
  select()
 
   to /dev/rtc to wait for clock tick timed out and the date in Linux
   stay 1970, the bios time is correctly because when I boot the Gento CD
   the hwclock work perfectly. I already recompiled the kernel with many
 
  options
 
   but nothing solve the problem.
   I believe that the problem is with some kernel option that I forgot
 
  or
 
   some patch, because in the Gentoo CD the hwclock works perfectly. What
   kernel option or patch can be solve the problem? Hints?
   Best regards.
  
   
   Fernando Simon
   Brazil
   
 
  --
  Kmail on Gentoo/PPC

-- 
Kmail on Gentoo/PPC
# This file was generated by Xorgautoconfig v0.2.
Section ServerLayout
Identifier  X.Org Configured
Screen  0  Screen0 0 0
InputDevice Mouse0 CorePointer
InputDevice Keyboard0 CoreKeyboard
EndSection

Section Files
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

   RgbPath  /usr/lib/X11/rgb

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

ModulePath  /usr/lib/modules

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

# For X Font Server support, uncomment this and comment the other FontPaths
# Note that this is not required for most configurations
#   FontPathunix/:-1
FontPath/usr/share/fonts/local/
FontPath/usr/share/fonts/encodings/
FontPath/usr/share/fonts/util/
FontPath/usr/share/fonts/misc/
FontPath/usr/share/fonts/75dpi/
FontPath/usr/share/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/100dpi/
FontPath/usr/share/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/cyrillic/
FontPath/usr/share/fonts/Type1/
FontPath/usr/share/fonts/TTF/
FontPath/usr/share/fonts/ukr/
FontPath/usr/share/fonts/default/
FontPath/usr/share/fonts/CID/
FontPath/usr/share/fonts/baekmuk-fonts/
FontPath/usr/share/fonts/arphicfonts/
FontPath/usr/share/fonts/kochi-substitute/
FontPath/usr/share/fonts/afms/
FontPath/usr/share/fonts/cronyx/
FontPath/usr/share/fonts/corefonts/
FontPath/usr/share/fonts/terminus/
FontPath/usr/share/fonts/intlfonts/
FontPath/usr/share/fonts/freefont/
FontPath/usr/share/fonts/ttf-bitstream-vera/
EndSection

Section Module
Loadextmod
Loaddri
Loaddbe
Loadrecord
Loadglx
Loadtype1
Loadfreetype
Loadfbdevhw
EndSection

Section Extensions
#   Option Composite  Disable   # Experimental
EndSection

Section ServerFlags
Option  blank time10# 10 minutes
Option  standby time  20
Option  suspend time  30
Option  off time  60
### Uncomment this Server flag if X should not change resolutions.
### This is useful if mode changing crashes / corrupts the X server
#   Option  DisableVidModeExtensions
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
# Change XkbModel to macintosh_old if you are using
# the deprecated adb keycodes.
Option   

Re: [gentoo-ppc-user] Hwclock error

2006-03-27 Thread David Gurvich
I would suggest seeing what modules are loaded by the CD.  As it happens, my 
current computer is a dual-G4 almost identical to the one described.  I'll 
attach my .config to this message.

On Sunday 26 March 2006 3:11 pm, Flisk . wrote:
 Hi folks,
 Here where I work we received a G4 computer and I started to install a
 Gentoo 2006.0. The computer is a G4 2 CPU's 512MB of memory 2 HD, I started
 to install Gentoo 2006.0 from stage 1 and everything gone well. I installed
 with cpu flag as G4 and O2.
 But when the computer restarted a problem appeared with hwclock, when I
 execute the hwclock an error appear. The error is something like: select()
 to /dev/rtc to wait for clock tick timed out and the date in Linux stay
 1970, the bios time is correctly because when I boot the Gento CD the
 hwclock work perfectly. I already recompiled the kernel with many options
 but nothing solve the problem.
 I believe that the problem is with some kernel option that I forgot or
 some patch, because in the Gentoo CD the hwclock works perfectly. What
 kernel option or patch can be solve the problem? Hints?
 Best regards.

 
 Fernando Simon
 Brazil
 

-- 
Kmail on Gentoo/PPC


config.gz
Description: GNU Zip compressed data


[gentoo-ppc-user] Hwclock error

2006-03-26 Thread Flisk .
Hi folks,
 Here where I work we received a G4 computer and I started to install a Gentoo 2006.0. The computer is a G4 2 CPU's 512MB of memory 2 HD, I started to install Gentoo 2006.0 from stage 1 and everything gone well. I installed with cpu flag as G4 and O2. 

 But when the computer restarted a problem appeared with hwclock, when I execute the hwclock an error appear. The error is something like: select() to /dev/rtc to wait for clock tick timed out and the date in Linux stay 1970, the bios time is correctly because when I boot the Gento CD the hwclock work perfectly. I already recompiled the kernel with many options but nothing solve the problem. 

 I believe that the problem is with some kernel option that I forgot or some patch, because in the Gentoo CD the hwclock works perfectly. What kernel option or patch can be solve the problem? Hints?
 Best regards.


Fernando Simon
Brazil



Re: [gentoo-ppc-user] Hwclock error

2006-03-26 Thread Joseph Jezak

Flisk . wrote:

Hi folks,
Here where I work we received a G4 computer and I started to install 
a Gentoo 2006.0. The computer is a G4 2 CPU's 512MB of memory 2 HD, I 
started to install Gentoo 2006.0 from stage 1 and everything gone well. 
I installed with cpu flag as G4 and O2.
But when the computer restarted a problem appeared with hwclock, 
when I execute the hwclock an error appear. The error is something like: 
select() to /dev/rtc to wait for clock tick timed out and the date in 
Linux stay 1970, the bios time is correctly because when I boot the 
Gento CD the hwclock work perfectly. I already recompiled the kernel 
with many options but nothing solve the problem.
I believe that the problem is with some kernel option that I forgot 
or some patch, because in the Gentoo CD the hwclock works perfectly. 
What kernel option or patch can be solve the problem? Hints?

Best regards.
 


Fernando Simon
Brazil



Make sure that you have enabled the RTC Emulation options in your kernel 
as described in this forum post:

http://forums.gentoo.org/viewtopic-t-374360-highlight-hwclock.html

-Joe
--
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-ppc-user] Hwclock error

2006-03-26 Thread Flisk .
Hi Joseph,
 I did this change but didin't solve the problem. The same error.
 Best regards.

Fernando Simon
On 3/26/06, Joseph Jezak [EMAIL PROTECTED] wrote:
Flisk . wrote: Hi folks, Here where I work we received a G4 computer and I started to install
 a Gentoo 2006.0. The computer is a G4 2 CPU's 512MB of memory 2 HD, I started to install Gentoo 2006.0 from stage 1 and everything gone well. I installed with cpu flag as G4 and O2. But when the computer restarted a problem appeared with hwclock,
 when I execute the hwclock an error appear. The error is something like: select() to /dev/rtc to wait for clock tick timed out and the date in Linux stay 1970, the bios time is correctly because when I boot the
 Gento CD the hwclock work perfectly. I already recompiled the kernel with many options but nothing solve the problem. I believe that the problem is with some kernel option that I forgot or some patch, because in the Gentoo CD the hwclock works perfectly.
 What kernel option or patch can be solve the problem? Hints? Best regards.  Fernando Simon Brazil Make sure that you have enabled the RTC Emulation options in your kernel
as described in this forum post:http://forums.gentoo.org/viewtopic-t-374360-highlight-hwclock.html-Joe--
gentoo-ppc-user@gentoo.org mailing list