Results 1 to 10 of 18
HI IM FROM MEXICO CITY
Hi i tried everything to start up my network connection in gentoo. I can emerge and ping in the installation without a problem, but when ...
- 05-11-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Mexico City
- Posts
- 8
Gentoo netmount was not started, network unreachable
HI IM FROM MEXICO CITY
Hi i tried everything to start up my network connection in gentoo. I can emerge and ping in the installation without a problem, but when i go to the new enviroment the first error it appers is netmount was not started, then when i try to ping somewhere the error is network is unreachable, and another error that i see is that eth0 unknwon device. I tried everythig than i could find in the web.
My ip is static and my network card is a Broadcom Corporation NetXtreme BCM5782.
I DONT WANT TO CONNECTED BY MODEM
ANY HELP I REALLY APPRECIATE I TRIED TO SOLV THIS FOR OVER A WEEK.
THANKS
- 05-11-2005 #2
Boot up with the livecd, do "lsmod" to find out which module is being loaded for your Broadcomm.
Then make sure that that module is in /etc/modules.autoload.d-kernel-2.6.
You can do that by chrooting into your system.
Reboot, see if you still get the error.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-11-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
After the "lsmod", you can compile the desired module into the kernel.
- 05-11-2005 #4Just Joined!
- Join Date
- May 2005
- Location
- Mexico City
- Posts
- 8
OK I BOOT WITH LIVECD AND I SAW AT LEAST 4 MODULES THAT I DONT SEE WHEN I STARTED WITHOUT THE CD BUT I CAN make sure that that module is in /etc/modules.autoload.d-kernel-2.6. BECAUSE I DONT KNOW HOW TO SEE IT SORRY COULD YOU TELL ME THE CODE TO DO THAT.
Originally Posted by budman7
THANKS
- 05-11-2005 #5Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
This one you edit the module-file:
Or if you just want to see the file:Code:nano -w /etc/modules.autoload.d/kernel-2.6
Code:less /etc/modules.autoload.d/kernel-2.6
- 05-11-2005 #6
When you did the lsmod, did you see the column "used by"?
You might have to compile it into the kernel as jaboua suggested.
To put it into the modulesautoload file, do thisType the name of the module in.Code:nano -w /etc/modules.autoload.d-kernel-2.6
Then hit Ctrl + x to save your work.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-11-2005 #7Just Joined!
- Join Date
- May 2005
- Location
- Mexico City
- Posts
- 8
OK IM GOING TO WRITE TE MODULES AND SAVE IT THE I HAVE TO COMPILE AGAIN OR I JUS REBOOT? THANKS FOR YOURE HELP.
Originally Posted by budman7
- 05-11-2005 #8Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Just save and reboot if you have compiled the modules. If not, you'll have to compile the modules first:
Code:su -c "cd /usr/src/linux && make menuconfig && make && make modules_install"
- 05-11-2005 #9Just Joined!
- Join Date
- May 2005
- Location
- Mexico City
- Posts
- 8
When i put the code it says to me that su(pam_unix) [6727]:sesion opened for user root by (uid=0)
Originally Posted by jaboua
/bin /bash: line1: c "cd /usr/src/linux && make menuconfig && make && make modules_install" no such file or directory
su(pam_unix) [6727]:sesion closed
What can i do? to compile the modules i jus add to nano its with emerge --emptytree system?
Thanks
- 05-11-2005 #10Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Sounds like you forgot the minus in front of the capital C... Also, make sure your kernel three is in /usr/src/linux


Reply With Quote
