LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2004, 03:20 PM   #1
rApT0r
LQ Newbie
 
Registered: Mar 2004
Location: cali
Distribution: Mandrake 10 Community
Posts: 26

Rep: Reputation: 15
internet problems with mandrake 10, eth problems


when i start mandrake 10, while its going through loading everything it says "bringing up interface: eth0 : FAILED" everything else passes though, and i cant access the internet with KDE, i cant even access my routers page through the internet browser. in the config menus i put LAN as my access, ive tried cable also. i put it all on auto like the DHCP, ip and gateway. i checked these option and they are all right, my ip, the router's ip as the gateway, but it cant get a hostname or get online, any help? eth0 is built into my mother board. gigabyte GA-7VT600-L
 
Old 04-09-2004, 04:30 PM   #2
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
what is the output of lsmod? lspci? Perhaps the module didn't load correctly. What version of 10 is it? Community edition? Or RC1 or earlier?
 
Old 04-09-2004, 05:36 PM   #3
rApT0r
LQ Newbie
 
Registered: Mar 2004
Location: cali
Distribution: Mandrake 10 Community
Posts: 26

Original Poster
Rep: Reputation: 15
i have no idea wat ismod or ispci is sorry, can u explain how 2 get output? its community, thanks for replying
 
Old 04-09-2004, 08:13 PM   #4
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
Sorry. The font in the forum looks like an i, but I typed a lower case "L". You open a terminal window and become root (type "su" and put in your root password when prompted). type LSMOD (in lower case) and that will tell you what modules (linux equivalent term for drivers) are loaded. If your ethernet adaptor isn't listed there, we start with that. LSPCI (in lower case) will tell you what controller cards you have (vid, ethernet, pci bridge, etc). Good to know what the system thinks your eternet model# is.
 
Old 04-10-2004, 02:09 AM   #5
rApT0r
LQ Newbie
 
Registered: Mar 2004
Location: cali
Distribution: Mandrake 10 Community
Posts: 26

Original Poster
Rep: Reputation: 15
ok its not listed in LSMOD, bah. i found the drivers for it though, realtek! which one should i DL and how do install? tks! im using mandrake 10 btw

Unixware 7.1.x 2.10
Linux driver for kernel 2.4.x (RedHat 7.2/ 7.3/ 8.0/ 9.0) 1.60
FreeBSD 1.10
Packet driver 3.40
Solaris 7 and 8 1.05
Slackware 8.0 (kernel 2.2.19 and 2.4.5)
SCO Unix 5.0.X 5.00 2001/12/20 28k Go Go Go
Linux driver for kernel 2.2.X (RedHat 6.2)
Linux driver for kernel 1.2.0-2.2
SCO Unix 3.14
 
Old 04-10-2004, 04:18 PM   #6
rApT0r
LQ Newbie
 
Registered: Mar 2004
Location: cali
Distribution: Mandrake 10 Community
Posts: 26

Original Poster
Rep: Reputation: 15
ok well im downloading and installing the linux driver for kernel 2.4.x, ill see if i can do it without any help
 
Old 04-10-2004, 04:51 PM   #7
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
I'm thinking that your ethernet is probably already supported. You've got kernel 2.6 under the hood if you're running Mandy 10 (that's why its zippier). Try to insert the module manually. modprobe <modulename_without_.so_at_the_end:-)> What does lspci call your ethernet adaptor? is it rtl8139? Or another model?
 
Old 04-10-2004, 05:33 PM   #8
rApT0r
LQ Newbie
 
Registered: Mar 2004
Location: cali
Distribution: Mandrake 10 Community
Posts: 26

Original Poster
Rep: Reputation: 15
hey vectordrake i cant get into KDE right now, i already posted something for help, waiting for a reply, once i get KDE working ill try that, thanks! just check back later and see if i posted, my card is a realtek8139 ill check to see if lspci says its the same
 
Old 04-10-2004, 07:10 PM   #9
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
k. you can fix from terminal, BTW.

try
Code:
modprobe 8139too
Is it KDE, you can't get into? Or, is it all of "X"? Can you get to the login prompt?
 
Old 04-11-2004, 03:28 PM   #10
rApT0r
LQ Newbie
 
Registered: Mar 2004
Location: cali
Distribution: Mandrake 10 Community
Posts: 26

Original Poster
Rep: Reputation: 15
its KDE, i accidently set the wrong permission on the partitions and now i cant load KDE, its like PERMISSION DENIED on the screen where it usually says FAIL and OK... it sucks heh im trying to get help rite now
 
Old 04-11-2004, 06:44 PM   #11
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
Try logging in as root (from a console, obviously) and deleting the username you have.
Code:
userdel <username>
and making up another for now. That way you can probably get back into it. If you have files you care about in the user folder (under /home) then you can try to retrieve them as root later when you know what you have done (or forget about deleting the user and just create another)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet problems with Mandrake 6.5 Rafiki Linux - Networking 10 07-23-2005 05:16 PM
Mandrake 10 and internet problems ahmedFox Linux - Networking 0 05-18-2004 11:27 AM
usb-eth problems tekn0phile Linux - Laptop and Netbook 0 09-22-2003 06:10 AM
mandrake internet problems. linuxnoobie Linux - Newbie 6 08-15-2003 03:29 AM
mandrake 8.2 and internet problems djj Linux - Distributions 9 07-21-2002 10:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration