LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 09-02-2008, 04:45 AM   #1
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Rep: Reputation: 15
Drivers and modules for intel 945 chipset


Hi
Actually I have tried to install linux thru usb (bootable) but error occured kernel panic- not syncing : Attempted to kill init


I searched on google I found that my initrd was not supporitng intel 945 chipsets. For this i downloaded drivers. Its very large file which includes many folders.And now i am not getting which drivers to include in initrd and how to include them as modules. Plz help me out. Its very urgent. Thank you.

Last edited by shvnsen; 09-02-2008 at 05:19 AM.
 
Old 09-02-2008, 05:01 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to Linux Questions.

I do not think, you can have any modules
(the files mentioned as drivers in your text)
of that kind in initrd ...
http://wiki.openvz.org/Modifying_ini...s_initrd_image
(What_is_initrd_image)

Please do a little more searching to find out
what the purpose of initrd is.

And please tell, which Linux is used, "name", "version".
http://www.linuxquestions.org/linux/...Ask_a_Question

Regards
 
Old 09-02-2008, 11:08 PM   #3
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
Hi knudfl,
I am using Fedora 6.
Just tell me how can I make initrd supportive to this type of specifications intel 945 chipset.
Plz do reply and Thanks for the link.
 
Old 09-02-2008, 11:21 PM   #4
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
In the link which u gave its written that we have to include some modules and we can see the modules which are been included in initrd. I got the list but its not matching which they have discussed on their article
dm-mirror.ko
dm-mod.ko
dm-snapshot.ko
dm-zero.ko
ehci-hcd.ko
ext3.ko
jbd.ko
sata_via.ko
scsi_mod.ko
sd_mod.ko
usb-storage.ko

Plz can u brief what are the other modules which I have to inlcude in initrd and how to include them. Plz I will be highly grateful.

Last edited by shvnsen; 09-02-2008 at 11:52 PM.
 
Old 09-03-2008, 04:14 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
1) The issue "kernel panic- not syncing" :
Usual reason : wrong disc id in the boot
menu ? ( grub menu.lst ?)

2) The purpose of initrd is to take care
that some modules not included in the kernel
image (vmlinuz..) will be loaded at boot
time.

There is a possibility to generate a new
initrd, if the module is already included
in the system (/lib/modules/2.xx.XX..../)

3) Modules will always have to be compiled
for that particular kernel.
The "Intel 945 stuff" would be part of a
modern kernel image.

4) Fedora 6 is rather old and probably
not supported any more. (No updates
possible)

Suggest : Use Fedora 9, or something
else, all new Linux's have the 945
support.

Regards

Last edited by knudfl; 09-03-2008 at 04:21 AM.
 
Old 09-03-2008, 04:28 AM   #6
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
Thanks a ton for ur reply
This i know that i have to include modules which supports intel 945 chipset in initrd.
I have downlaoded the drivers for intel 945 chipset but I m not able to know that which of them has to be included??
Can u plz tell me that how can I recognise that this are the drivers that has to be included.
And one more thing I m new to linux.
so plz consider this before telling me anything.
And ya thanks once again.
 
Old 09-03-2008, 04:30 AM   #7
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
One more thing. the actual error which was coming:
Not using MMConfig
mount: error 6 mounting ext2
mount: error 2 mounting none
switchroot:mount failed:22
umount /dev/sda1/failed:2
Kernel Panic-not syncing:Attempted to kill init
 
Old 09-04-2008, 03:56 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
I have never seen an error like that, and cannot
help.

Suggest : Start a new thread with the real errors
shown ( in Code or Quote tags )

Or reinstall, this time with any new Linux.
(Fedora 6 (and 7) are obsolete and unsupported,
no updates possible)

Regards
 
Old 09-04-2008, 11:17 PM   #9
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
Thanks for ur reply
 
Old 09-05-2008, 02:52 AM   #10
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
How do we recognise the parameter value of Modules while installing
 
Old 09-05-2008, 02:53 AM   #11
shvnsen
Member
 
Registered: Sep 2008
Location: india
Distribution: redhat
Posts: 47

Original Poster
Rep: Reputation: 15
How do we recognize the paramter value for modules while installing.
plz do reply
 
Old 09-06-2008, 02:16 AM   #12
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
.. # 10, 11
New topic, please start a new thread for this.
Quite unrealistic to expect an answer in an old
thread.

Regards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing graphic card drivers on SUSE 10.3 (INTEL 945 GM card) Jason21 Linux - Newbie 1 10-18-2007 07:14 AM
Intel 945 chipset and 4GB of memory danielsbrewer Linux - Hardware 2 08-23-2007 03:25 AM
Resolution issues - Dell D620 Intel 945 chipset dkinfl Linux - Hardware 18 04-12-2007 04:13 PM
installing intel 945 chipset on slackware 10.1 ToverLi Slackware - Installation 1 09-22-2006 12:31 AM
video drivers and Intel 945g chipset? gottin Linux - Hardware 10 10-15-2005 05:04 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration