View previous topic :: View next topic |
Author |
Message |
InAt!QuE Apprentice
Joined: 02 Jan 2004 Posts: 257 Location: The Netherlands
|
Posted: Fri Jan 30, 2004 1:07 pm Post subject: Modules |
|
|
Hi,
I can't find a list with all available modules...
Can somebody get me a list of them with description of the modules like in the manual the USE flags explained or something like that.
That would be very helpfull...
Sorry when I searched wrong but I can't find them.. _________________ ...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly). |
|
Back to top |
|
|
dfuse Guru
Joined: 07 Apr 2003 Posts: 395 Location: Belgium
|
Posted: Fri Jan 30, 2004 1:12 pm Post subject: |
|
|
Can you be a bit more specific? What do you mean with modules? Do you mean kernel modules? |
|
Back to top |
|
|
InAt!QuE Apprentice
Joined: 02 Jan 2004 Posts: 257 Location: The Netherlands
|
Posted: Fri Jan 30, 2004 1:31 pm Post subject: |
|
|
I mean the kernel modules ... _________________ ...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly). |
|
Back to top |
|
|
dfuse Guru
Joined: 07 Apr 2003 Posts: 395 Location: Belgium
|
Posted: Fri Jan 30, 2004 1:39 pm Post subject: |
|
|
The available modules are the ones that you built when building the kernel and you selected while configuring the kernel. Since that is different for every user, there can't be a list of available modules. |
|
Back to top |
|
|
InAt!QuE Apprentice
Joined: 02 Jan 2004 Posts: 257 Location: The Netherlands
|
Posted: Fri Jan 30, 2004 1:44 pm Post subject: |
|
|
So I booted the livecd and I couldn't see my sda ...
I had to do:
modprobe mptbase
modprobe mptscsih
How do I build those in the kernel ?? _________________ ...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly). |
|
Back to top |
|
|
dfuse Guru
Joined: 07 Apr 2003 Posts: 395 Location: Belgium
|
Posted: Fri Jan 30, 2004 1:54 pm Post subject: |
|
|
I'll check on my machine when I'm home, I'm at work now (Windows ) Have you ever built the kernel by hand or did you use genkernel? |
|
Back to top |
|
|
InAt!QuE Apprentice
Joined: 02 Jan 2004 Posts: 257 Location: The Netherlands
|
Posted: Fri Jan 30, 2004 1:57 pm Post subject: |
|
|
dfus wrote: | I'll check on my machine when I'm home, I'm at work now (Windows ) Have you ever built the kernel by hand or did you use genkernel? |
well .. used genkernel twice ... once tried manual but that went wrong unfortunally
and first time setup on the scsi machine ... it's the LSI 1030 Ultra320 SCSI-controller which is in the Dell PowerEdge 1750 _________________ ...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly). |
|
Back to top |
|
|
ledskof Apprentice
Joined: 22 Oct 2002 Posts: 209
|
Posted: Fri Jan 30, 2004 2:47 pm Post subject: |
|
|
The Linux x86 doc briefly explains how to manually configure and compile the kernel:
http://www.gentoo.org/doc/en/gentoo-x86-install.xml
Reference that document for how to configure and compile the kernel.
When you get inside the kernel to select options, you will need to do this as well:
Go down to the "Fusion MPT Device Support"
My recommendation is to press "Y" to compile the support into the kernel instead of as a module.I'm not a big fan for compiling system critical drivers as modules.
Code: | <*> Fusion MPT (base + ScsiHost) drivers
(40) Maximum number of scatter gather entries (NEW)
< > Enhanced SCSI error reporting
< > Fusion MPT misc device (ioctl) driver
< > Fusion MPT LAN driver |
I recommend reading every one of those options to decide what ever else you may want to do.But, you shouldn't have to change any of the other Fusion MPT options to get it working.
Then you'll need to mount /boot, copy the bzImage over from /usr/src/arch/i386/boot/bzImage, edit your /boot/grub/grub.conf unless you are using LiLo, and reboot. All of this is also explained in the x86 Install doc. |
|
Back to top |
|
|
InAt!QuE Apprentice
Joined: 02 Jan 2004 Posts: 257 Location: The Netherlands
|
Posted: Fri Jan 30, 2004 3:01 pm Post subject: |
|
|
ok thnx for explaining I'll try as soon as the stage2 is finished.. lol _________________ ...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly). |
|
Back to top |
|
|
zend Tux's lil' helper
Joined: 10 Apr 2002 Posts: 112 Location: Shanghai,China
|
Posted: Sun Feb 22, 2004 1:54 am Post subject: |
|
|
ledskof wrote: | The Linux x86 doc briefly explains how to manually configure and compile the kernel:
http://www.gentoo.org/doc/en/gentoo-x86-install.xml
Reference that document for how to configure and compile the kernel.
When you get inside the kernel to select options, you will need to do this as well:
Go down to the "Fusion MPT Device Support"
My recommendation is to press "Y" to compile the support into the kernel instead of as a module.I'm not a big fan for compiling system critical drivers as modules.
Code: | <*> Fusion MPT (base + ScsiHost) drivers
(40) Maximum number of scatter gather entries (NEW)
< > Enhanced SCSI error reporting
< > Fusion MPT misc device (ioctl) driver
< > Fusion MPT LAN driver |
I recommend reading every one of those options to decide what ever else you may want to do.But, you shouldn't have to change any of the other Fusion MPT options to get it working.
Then you'll need to mount /boot, copy the bzImage over from /usr/src/arch/i386/boot/bzImage, edit your /boot/grub/grub.conf unless you are using LiLo, and reboot. All of this is also explained in the x86 Install doc. |
I do it,but get a error vfs can't find /dev/sda3
my sda3 is / |
|
Back to top |
|
|
|