Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

[solved] eth0 does not exist - netmount - Realtek 8139

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
1 post • Page 1 of 1
Author
Message
simulacra
n00b
n00b
User avatar
Posts: 9
Joined: Wed Apr 21, 2004 7:30 pm

[solved] eth0 does not exist - netmount - Realtek 8139

  • Quote

Post by simulacra » Tue Jan 17, 2006 4:36 am

Greetings,

I spent about 3 hours attempting to get my Realtek 8139 to work, ultimately adding it to automount. I would get 'eth0 does not exist' and 'netmount failed'. I could not manually start the device with /etc/init.d/net.eth0 either. For some reason, although the driver was compiled into the kernel, it refused to load.

[UPDATE] The driver was not compiled into the kernel properly. I forgot to 'make && make modules_install' when I added the driver. That solved the issue without adding to the autoload script.

The magic happened when I realized that doing a 'modprobe 8139too' (which is the driver name) I was able to then manually start the device with /etc/init.d/net.eth0. That could only mean that the module wasn't loading during boot. A few gentoo quick searches later I found this page:

http://forums.gentoo.org/viewtopic-t-41 ... probe.html

Thank you so much to 'NeddySeagoon' for instruction on how to autoload the driver. Simply:

nano -w /etc/modules.autoload.d/kernel-2.6
then add a line that says: 8139too
ctrl-X and y and you should be good to go.

If you're still having trouble with dhcp, which I did. You have probably forgotten to emerge dhcpcd. Reboot with the liveCD, remount the /mnt/gentoo partition and do an 'emerge dhcpcd'

I pray this help all who journey through Gentoo

Simulacra
Top
Post Reply
1 post • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic