Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Reboot after Gentoo install problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Donovan
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 97
Location: Halifax, NS, Canada

PostPosted: Tue Feb 18, 2003 10:08 pm    Post subject: Reboot after Gentoo install problems Reply with quote

Hi, I've done my second Gentoo install, this time on a Cyrix 200mhz 8O for firewall and other duties.

It does boot, but something is definately a miss:

Quote:
After mounting /proc: 'linux' unknown terminal type.

I am told that DEVFS support was not compiled into my kernel.

The ne module fails to load (ISA PnP 1000/2000)

modprobe: modprobe: Can't locate module char-major-10-135 (appears twice)

dhcpcd[840]: dhcpStart: ioctl SIOCGIFHWADDR: No such device
Failed to bring eth0 up


ERROR: Problem starting needed services.
"netmount" was not started.


If I login as root and try to check the kernel settings with make menuconfig, I am told:
Quote:
Error opening terminal: linux.
Your kernel configuration changes were NOT saved.


I checked the forums, not sure what's up here. I saw the compiler compiling the modules, I know they're there. What's wrong with my terminal? :(

insmod ne io=0x280 gives a whole bunch of unresolved symbols (depmod -a shows nothing). I'm afraid I'm in over my head here, I can't even use nano until the terminal problem is fixed...!
_________________
Gentoo Linux * DirecTivo * Who needs heaven?
Back to top
View user's profile Send private message
fifo
Guru
Guru


Joined: 14 Jan 2003
Posts: 437

PostPosted: Tue Feb 18, 2003 11:04 pm    Post subject: Reply with quote

No sure what's wrong, sounds like it might be a kernel configuration problem. About the terminal, one obvious thing to check is that /usr/share/terminfo/l/linux exists. You could also try remerging ncurses.
Back to top
View user's profile Send private message
Donovan
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 97
Location: Halifax, NS, Canada

PostPosted: Wed Feb 19, 2003 4:33 am    Post subject: Wowzers Reply with quote

Wow, talk about hilarious. :) All my problems were figured out in a very quick succession.

Your suggestion regarding the terminal was correct. There was no /usr/share/terminfo directory at all, even though emerge claimed that ncurses was installed. Remerging ncurses solved that problem.

My networking was down because it was an ISA card that required the IO address passed to it. A simple edit to /etc/modules.autoload adding "io=0x280" to the ne module corrected that.

Since I then had a fully functional terminal, I was able to check the kernel... Gentoo complained about the lack of DEVFS support because for whatever reason, there WAS no DEVFS support enabled... :oops: Perhaps vanilla-sources actually defaults this way? I wouldn't have disabled it on purpose...

I still get the modprobe complaints about char-major-10-135, but I'm sure it's either something that I can ignore or something that is easily fixed.

Thanks!! :D
_________________
Gentoo Linux * DirecTivo * Who needs heaven?
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Thu Feb 20, 2003 2:45 pm    Post subject: Reply with quote

'char-major-10-135' is your RTC device (real time clock) enable it in the kernel and the error should vanish...
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
rtn
Guru
Guru


Joined: 15 Nov 2002
Posts: 427

PostPosted: Thu Feb 20, 2003 3:02 pm    Post subject: Re: Wowzers Reply with quote

Donovan wrote:

Since I then had a fully functional terminal, I was able to check the kernel... Gentoo complained about the lack of DEVFS support because for whatever reason, there WAS no DEVFS support enabled... :oops: Perhaps vanilla-sources actually defaults this way? I wouldn't have disabled it on purpose...


devfs is listed as an experimental driver, so it's almost always -not- enabled
by default. You need to make sure that you enable the following:

Code:

Code maturity level options -->
Prompt for development and/or incomplete code/drivers

File Systems -->
[*] /dev file system support (EXPERIMENTAL)       
[*]   Automatically mount at boot                               


--rtn
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum