View previous topic :: View next topic |
Author |
Message |
Borrocop n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Dec 2005 Posts: 25
|
Posted: Fri Feb 17, 2006 10:49 am Post subject: An lsmod issue after installation |
|
|
I installed the Gentoo os and succeeded installing x11 and the ati-drivers
When I ask "lsmod' to show me the loaded modules I see none... aldoh 8139too and fglrx are loaded? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54831 Location: 56N 3W
|
Posted: Fri Feb 17, 2006 10:58 am Post subject: |
|
|
Borrocop,
Its perfectly possible to make your kernel 'monolithic'. If you do that, there are no modules to be loaded and lsmod will correctly show that.
Your two modules are 8139too, which is for your network card and fglrx which is for your ATI video card.
The 8139too module is provided as part of the kernel and so could have been built in. The fglrx is a 'third party' (ATI) module and must always be a module. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Borrocop n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Dec 2005 Posts: 25
|
Posted: Fri Feb 17, 2006 11:43 am Post subject: |
|
|
Thanks for the reply
I've indeed made my kernel as precisely as possible... but I'm sure 8139too is a module, and loaded...
I don't understand why i can't see it in lsmod (fglrx schould be there to as far as I know...?) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
EzInKy Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/owner.gif)
Joined: 11 Oct 2002 Posts: 1742 Location: Kentucky
|
Posted: Fri Feb 17, 2006 11:56 am Post subject: |
|
|
Was module autoloading checked or did you add those modules to the /etc/modules.autoload.d/kernel-2.6 file? Have you tried to manually load the modules with modprobe? Is your 8139too card working? Do you have opengl support when you startx? _________________ Time is what keeps everything from happening all at once. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54831 Location: 56N 3W
|
Posted: Fri Feb 17, 2006 2:04 pm Post subject: |
|
|
Borrocop,
Run the command Code: | grep 8139TOO /usr/src/linux/.config | If it shows =m you made it a module, not part of your kernel. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nixnut Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/29856733845fd04c0f3d8c.gif)
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Fri Feb 17, 2006 7:59 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware.
kernel related so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|