View previous topic :: View next topic |
Author |
Message |
smukec n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Dec 2003 Posts: 59 Location: Slovenia
|
Posted: Fri Apr 16, 2004 6:49 pm Post subject: Something went wrong - modules not found |
|
|
I was living a fairly unstressfull life (at least regarding my linux box). I run (was running) a gentoo 1.4 on kernel 2.4.20-gentoo-r6. Everything was working and I was happy.
Then, I found that OO 1.1.1 is in portage. Immediatelly I run 'emerge openoffice'. Unfortunatelly I run out of disk space. Then I moved all except OO from /usr/portage/distfiles to another machine and deleted files in /var/tmp/portage. With that I gained enough space to compile OO.
After that I noticed that the printer (trough CUPS) failed to print - actually failed ghostscript(library libgmodule-1.2.so.0 was not found). emerge ghostscript solved the issue.
I wanted also to make my palm T3 working. On the pilot-ling.org found that kernel 2.4.21 is required. Think that this was my bigest mistake - emerge kernel(probably I should run emerge source). While waiting I found out that usbserial is not running and followed some how-to that compiled only modules in /src/linux/serial. Modprobe complained that /etc/modules.conf is newer than /lib/modules/... (writing by memory from other machine).
Everything was still working. After a shutdown/powerup it was obvious during the init procedure that something is very wrong: first it failed to load sk98lin for my net-card, the next unsuccsesfull was alsa, after that everything was red.
I tought it would be the best to do emerge kernel-2.4.20, but at this time, without a working net-card, the portage and the internet were far away of my reachable scope.
I'm stuck now! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
smukec n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Dec 2003 Posts: 59 Location: Slovenia
|
Posted: Sun Apr 18, 2004 12:48 pm Post subject: make menuconfig deletes DEVFS |
|
|
I managed somehow to boot the system with networking(alsa and some other stuff still dead).
I emerged sources with kernel 2.4.25. The problem is know (beside lost old .config file due using make mrproper) that make menuconfig disables DEVFS at each save. I also can't find them in the menu structure. I have to manually enable them after each menuconfig. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
EdSchouten Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Oct 2003 Posts: 79
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Vulpes_Vulpes Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/11869051053fd6eafcc0acc.gif)
Joined: 10 Dec 2003 Posts: 264 Location: Amsterdam
|
Posted: Tue May 04, 2004 10:17 am Post subject: Re: make menuconfig deletes DEVFS |
|
|
smukec wrote: | I managed somehow to boot the system with networking(alsa and some other stuff still dead).
I emerged sources with kernel 2.4.25. The problem is know (beside lost old .config file due using make mrproper) that make menuconfig disables DEVFS at each save. I also can't find them in the menu structure. I have to manually enable them after each menuconfig. |
Don't forget to enable the firts option in your kernel config:
Code: |
Code maturity level options --->
[*] Prompt for development and/or incomplete code/drivers
|
The DevFS option should be available now. And it should still be there after you save your config. Strange if it doen't...
Also it is wise to save your .config before doing a #make mrproper! ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
smukec n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Dec 2003 Posts: 59 Location: Slovenia
|
Posted: Tue May 04, 2004 1:04 pm Post subject: |
|
|
Your last sentence is the major cause of all this problems, Vulpes.
I'll retry with your proposal and let you know. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|