LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can't get it to work (https://www.linuxquestions.org/questions/linux-newbie-8/cant-get-it-to-work-65630/)

forkboy 06-14-2003 03:54 PM

can't get it to work
 
I just can't get linux to work I've got win xp on the first partition then a linux and swap partition can get mandrake 9.1 to install but every time i try install things it give me errors something about gnet tried lookin on net but cant find anything to help tried installing slackware 9 but after install i reboot login as root then it reboots after about 10 seconds tried peanut linux and that wont let me start a gui

Tinkster 06-14-2003 04:40 PM

The rebooting Slackware-problem is most
likely caused by i810_rng.o ... if you boot
into single user mode, locate that module
in /lib/modules/<x.x.x> and delete it Slack
should behave...

Cheers,
Tink

forkboy 06-14-2003 05:07 PM

sorry I understood as far as "The rebooting problem is most
likely caused by" sorry glad this is the newbie one

Tinkster 06-14-2003 05:50 PM

Quick solution:

rm `locate i810_rng|grep -e "/lib/modules"`

Explanation:

i810_rng is a module for a watchdog-timer.
Slack 9 comes with the modules, but unfortunately
doesn't configure it properly. Thus the watchdog
resets your box at a random time :} if you own
a motherboard with an i810 (or compatible)
chipset.

If you just delet the module the problem
is gone. Modules (bits of the kernel that
are loaded dynamically, think of them as
"driver on request") live in
/lib/modules/<kernel-version>/

Cheers,
Tink


All times are GMT -5. The time now is 10:24 AM.