Results 1 to 6 of 6
I just installed gentoo, and when I boot linux show an "Error initializing random number generator"
How can I fix this?
Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-07-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
Random Number Generator
I just installed gentoo, and when I boot linux show an "Error initializing random number generator"
How can I fix this?
Thanks
- 07-07-2006 #2
How did you configure RTC in the kernel?
Code:cat /boot/config-$(uname -r) | grep -i rtc
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-11-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
CONFIG_RTC is not set
CONFIG_GEN_RTC is not set
- 07-11-2006 #4
If hw_random set as a module or built-in?
You can set it (in "make menuconfig") in :Code:cat /boot/config-$(uname -r) | grep -i hw_random
Device Drivers ---> Character devices ---> <*> Intel/AMD/VIA HW Random Number Generator support
But it is really not that important, it doesn't work on many of my machines either, so I often disable it.
You should set your RTC though :
Device Drivers ---> Character devices ---> <M> Enhanced Real Time Clock Support"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-12-2006 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
The error is still there... how can i disable it?
- 07-12-2006 #6
Then disable the Random Number Generator, your motherboard/CPU doesn't like it.
Read /usr/src/linux-$(uname -r)/Documentation/hw_random.txt for more.
Anyway hw_random has no use unless you installed "rng-tools" on your system :
http://sourceforge.net/projects/gkernel"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
