LinuxQuestions.org
Help answer threads with 0 replies.
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 01-23-2007, 08:25 PM   #16
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141

Quote:
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:01.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
The only thing in your machine that's Nvidia is the video card. No amount of banging on Nvidia drivers is going to help your ethernet. You have two Realtek ethernet ports. The one you plugged in is controlled by 8139too and that's loaded, so OK. The other one is RTL8111/8168B which I'm not familiar with. It might be controlled by the r8169 ("modprobe r8169") module, but I can't promise that as I don't have to experiment with.
 
Old 01-23-2007, 08:28 PM   #17
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Ahh, look here for your driver: http://www.realtek.com.tw/downloads/...etDown=false#2

Be sure to look at the README. We may still have to help you with kernel headers and stuff, but at least you'll be working on the right driver.
 
Old 01-23-2007, 08:29 PM   #18
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
Ok Virtuality

I'm not sure here, but I get the impression you have some sort of combo card, graphics/ethernet which I know nothing about, no need to respond to this post. But for my Nvidia gforce 6800, those scripts from Nvidia's site did not work for me, only errors. I've used the kmods from rpm.livna.org installed via yum for original kernel out of the box and was limited to 800 x 600 resolution, tried those packages with kernel 2.6.18-1.2869 (if I remember correctly) and had no access to many applications via main menu in root account (items missing). Used same method of installation for kmod-nvidia after updating kernel to last one 2.6.19-1.2895 (and kernel-devel, kernel-headers) and everything is now perfect.

http://www.linuxquestions.org/questi...d.php?t=518761

Got to go, will not be able to continue, hope this helps.

Last edited by Junior Hacker; 01-23-2007 at 08:38 PM.
 
Old 01-23-2007, 08:29 PM   #19
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian
Posts: 447

Rep: Reputation: 39
Damn ok. What about the other two?

Quote:
when this kernel module was built against the wrong or improperly configured kernel sources
It is unlikely that improperly configured sources is the problem considering it is a well known distro, could you double check what you have in /usr/include. The main directories to look for are asm, asm-generic, asm-arch etc. Then we know that the headers are installed, which is always useful. I'm gonna give you the benefit of the doubt and assume you didn't install the wrong kernel source...

Quote:
or if a driver such as rivafb/nvidiafb is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA graphics device
Unfortunately I don't know how to check this.
 
Old 01-23-2007, 08:36 PM   #20
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Daws, the issue at hand is getting his RTL8111/8168B to work, not to compile the Nvidia graphic driver. It may boil down to the same thing, since the Realtek driver must be compiled, but let's take it one step at a time.
 
Old 01-23-2007, 08:43 PM   #21
Virtuality
Member
 
Registered: Jan 2007
Distribution: Debian Etch
Posts: 193

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Quakeboy02
Daws, the issue at hand is getting his RTL8111/8168B to work, not to compile the Nvidia graphic driver. It may boil down to the same thing, since the Realtek driver must be compiled, but let's take it one step at a time.
no, it's not...

i already told you, i have an onboard nvidia network card, i put in a temporary realtek PCI card
 
Old 01-23-2007, 08:44 PM   #22
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Why don't you disable the onboard lan and use the realtek one?
 
Old 01-23-2007, 08:47 PM   #23
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"i have an onboard nvidia network card,"

It doesn't show up in the output from lspci. Did you plug in two Realtek cards or just the one? "lspci" says you have two ethernet devices and they're both Realtek devices as listed below:

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)

Added:
According to the Asus site: http://usa.asus.com/products.aspx?l1...41&modelmenu=2

The "LAN" device on your motherboard is the "RTL8111B PCI-E Gb LAN controller".

Last edited by Quakeboy02; 01-23-2007 at 08:51 PM.
 
Old 01-23-2007, 08:58 PM   #24
Virtuality
Member
 
Registered: Jan 2007
Distribution: Debian Etch
Posts: 193

Original Poster
Rep: Reputation: 30
wow... i am truly stupid, i completely forgot im using a new motherboard, yes this one has onboard REALTEK gigabit lan...

shoot me please

so how do i get it to pick up the realtek one?

@shrit i 1000ms > 100ms
 
Old 01-23-2007, 09:03 PM   #25
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
"so how do i get it to pick up the realtek one?"

You have to start by clicking on the realtek link I posted. Then you have to compile the driver. You're probably going to have to get your kernel-headers issue fixed before you can compile it, though. But, like I said, first things first. Download the driver, read the README file, and run make in whatever manner they suggest.

Driver link again:
http://www.realtek.com.tw/downloads/...etDown=false#2
 
Old 01-23-2007, 09:31 PM   #26
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Hold off on trying to compile that driver. I looked through the "r8169" driver in the linux source and it does cover the R8168B after all. So, all you should have to do to "activate" your card is to run "modprobe r8169". Do that and give us the output from "ifconfig" again to see if it worked.
 
Old 01-23-2007, 09:33 PM   #27
Virtuality
Member
 
Registered: Jan 2007
Distribution: Debian Etch
Posts: 193

Original Poster
Rep: Reputation: 30
the drivers can't be installed:

they tell me to type 'make clean modules' and i just get this...

Quote:
[root@localhost r1000_v1.05]# make clean modules
make -C src/ clean
make[1]: Entering directory `/downloads/r1000_v1.05/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions
make[1]: Leaving directory `/downloads/r1000_v1.05/src'
make -C src/ modules
make[1]: Entering directory `/downloads/r1000_v1.05/src'
make -C /lib/modules/2.6.18-1.2798.fc6xen/build SUBDIRS=/downloads/r1000_v1.05/src modules
make: Entering an unknown directory
make: *** /lib/modules/2.6.18-1.2798.fc6xen/build: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/downloads/r1000_v1.05/src'
make: *** [modules] Error 2
[root@localhost r1000_v1.05]#
 
Old 01-23-2007, 09:37 PM   #28
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Yeah, sorry about that. I don't have one of those motherboards so I'm having to figure it out as I go. See my previous post and do that.
 
Old 01-23-2007, 09:39 PM   #29
Virtuality
Member
 
Registered: Jan 2007
Distribution: Debian Etch
Posts: 193

Original Poster
Rep: Reputation: 30
Quote:
[root@localhost ~]# modprobe r8169
[root@localhost ~]# ifconfig
eth1 Link encap:Ethernet HWaddr 00:0E:2E:70:6C:8B
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20e:2eff:fe70:6c8b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4401 errors:0 dropped:0 overruns:0 frame:0
TX packets:3705 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4423463 (4.2 MiB) TX bytes:448200 (437.6 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2341 errors:0 dropped:0 overruns:0 frame:0
TX packets:2341 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2825164 (2.6 MiB) TX bytes:2825164 (2.6 MiB)

peth1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:4408 errors:0 dropped:0 overruns:0 frame:0
TX packets:3758 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4425731 (4.2 MiB) TX bytes:457762 (447.0 KiB)
Interrupt:20 Base address:0xcc00

vif0.1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:3707 errors:0 dropped:0 overruns:0 frame:0
TX packets:4403 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:448332 (437.8 KiB) TX bytes:4425121 (4.2 MiB)

xenbr1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:47 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11050 (10.7 KiB) TX bytes:0 (0.0 b)

[root@localhost ~]#
ty for the help so far
 
Old 01-23-2007, 09:44 PM   #30
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Hmmm, try "ifconfig eth0 up" and then "ifconfig" and see if that does it. Also, do "dmesg | grep eth" to see if there's anything in there to help. If this doesn't get us anywhere, we may have to take a look at the udev file to see if that's wrong for some reason.

By the way, I got nothing else to do until about 2:00AM Eastern, so let me know when you've had enough.

Last edited by Quakeboy02; 01-23-2007 at 09:49 PM.
 
  


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
run mail from terminal kg4ysy Linux - Software 7 04-04-2006 11:07 AM
How to run MP3 file thru Terminal in K.D.E or Terminal itz2000 Linux - Newbie 5 08-04-2005 09:49 PM
How do I run a browser in a terminal? Ultwe Linux - Newbie 5 06-30-2005 04:55 PM
How to run a program on another terminal SharpyWarpy Linux - General 2 02-10-2005 02:09 PM
I'm using Mandrake 9.1 and I'm a newbie, how do I install and run programs; Terminal? sirquixote Mandriva 5 10-20-2003 06:52 PM

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

All times are GMT -5. The time now is 02:19 AM.

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