Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Facundo Curti
I have news... I boot from USB, and a lspci -v says: 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 09) Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard Flags: bus master, fast devsel, latency 0, IRQ 43

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Canek Peláez Valdés
On Sun, Mar 9, 2014 at 2:18 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip] First of all, you should not need to run any script. udev should handle everything by itself. http://bpaste.net/show/186711/ Second of all: could not open /proc/modules: No such file or directory How is that

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Facundo Curti
2014-03-09 5:28 GMT-03:00 Canek Peláez Valdés can...@gmail.com: On Sun, Mar 9, 2014 at 2:18 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip] First of all, you should not need to run any script. udev should handle everything by itself. http://bpaste.net/show/186711/ Second of all:

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Canek Peláez Valdés
On Sun, Mar 9, 2014 at 2:38 AM, Facundo Curti facu.cu...@gmail.com wrote: 2014-03-09 5:28 GMT-03:00 Canek Peláez Valdés can...@gmail.com: On Sun, Mar 9, 2014 at 2:18 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip] First of all, you should not need to run any script. udev should

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Matti Nykyri
On Mar 9, 2014, at 10:43, Canek Peláez Valdés can...@gmail.com wrote: On Sun, Mar 9, 2014 at 2:38 AM, Facundo Curti facu.cu...@gmail.com wrote: 2014-03-09 5:28 GMT-03:00 Canek Peláez Valdés can...@gmail.com: On Sun, Mar 9, 2014 at 2:18 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip]

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Facundo Curti
I suggest you to try r8168 module. The realtek RTL8111/8168 chip is buggy. The in-kernel module r8169 failed to work with the chip. When i used r8169 and booted to windows or the other way around the network card was hard locked. It required a complete power out for a minute to reset the

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Matti Nykyri
On Mar 9, 2014, at 11:35, Facundo Curti facu.cu...@gmail.com wrote: I suggest you to try r8168 module. The realtek RTL8111/8168 chip is buggy. The in-kernel module r8169 failed to work with the chip. When i used r8169 and booted to windows or the other way around the network card was hard

Re: [gentoo-user] ethernet dont use kernel module

2014-03-09 Thread Stroller
On Sun, 9 March 2014, at 4:28 am, Facundo Curti facu.cu...@gmail.com wrote: This dont show anything ._. Here my dmseg complete: bpaste.net/show/186667 And my .config from kernel: http://bpaste.net/show/186668 Hi there, I'm sorry you're getting all these messages unrelated to your

[gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Facundo Curti
Hi all. I'm again :P (I'm becoming an annoying). I have a realtek 8111F ethernet. I boot from a live-usb, make an lspci -v and says ethernet uses r8169 module. I compiled my kernel with this module, and when I start the system eth0 does not exist (Just lo), and a lspci -v says anything about

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Canek Peláez Valdés
On Sat, Mar 8, 2014 at 6:12 PM, Facundo Curti facu.cu...@gmail.com wrote: Hi all. I'm again :P (I'm becoming an annoying). I have a realtek 8111F ethernet. I boot from a live-usb, make an lspci -v and says ethernet uses r8169 module. I compiled my kernel with this module, and when I start

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Facundo Curti
This dont show anything ._. Here my dmseg complete: bpaste.net/show/186667 And my .config from kernel: http://bpaste.net/show/186668 2014-03-08 21:53 GMT-03:00 Canek Peláez Valdés can...@gmail.com: On Sat, Mar 8, 2014 at 6:12 PM, Facundo Curti facu.cu...@gmail.com wrote: Hi all. I'm

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Canek Peláez Valdés
On Sat, Mar 8, 2014 at 10:28 PM, Facundo Curti facu.cu...@gmail.com wrote: This dont show anything ._. Here my dmseg complete: bpaste.net/show/186667 And my .config from kernel: http://bpaste.net/show/186668 Please don't top-post. You have the module compiled in the kernel. That should not

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Facundo Curti
2014-03-09 1:50 GMT-03:00 Canek Peláez Valdés can...@gmail.com: On Sat, Mar 8, 2014 at 10:28 PM, Facundo Curti facu.cu...@gmail.com wrote: This dont show anything ._. Here my dmseg complete: bpaste.net/show/186667 And my .config from kernel: http://bpaste.net/show/186668 Please

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Canek Peláez Valdés
On Sun, Mar 9, 2014 at 12:08 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip] Sorry about top posting, My bad. Gmail jaja. I need to find a email client :P No prob. Thank you for help. I'm trying to install firmware as you sugest. But now I have the problem, when I do modprobe r8168 it

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Dale
Facundo Curti wrote: But now I have the problem, when I do modprobe r8168 it says: Error: Could not insert 'r8168': Function not implemented Typo maybe? It should be r8169. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Facundo Curti
2014-03-09 3:25 GMT-03:00 Dale rdalek1...@gmail.com: Facundo Curti wrote: But now I have the problem, when I do modprobe r8168 it says: Error: Could not insert 'r8168': Function not implemented Typo maybe? It should be r8169. Dale :-) :-) -- I am only responsible for what I said

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Canek Peláez Valdés
On Sun, Mar 9, 2014 at 12:39 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip] After install firmware, now I can see on my lspci -v http://bpaste.net/show/186693 Well, that's progress, I suppose. So, how you can see, now I have a kernel module. But I still cannot see a eth0 device :/

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Facundo Curti
2014-03-09 3:59 GMT-03:00 Canek Peláez Valdés can...@gmail.com: On Sun, Mar 9, 2014 at 12:39 AM, Facundo Curti facu.cu...@gmail.com wrote: [snip] After install firmware, now I can see on my lspci -v http://bpaste.net/show/186693 Well, that's progress, I suppose. So, how you can

Re: [gentoo-user] ethernet dont use kernel module

2014-03-08 Thread Facundo Curti
Sorry, bad paste. I still don't recognize the error. What does lsmod | grep 816[89] says? It says: [0.190299] pci :03:00.0: [10ec:8168] type 00 class 0x02 [0.816810] sd 0:0:0:0: [sda] 4096-byte physical blocks ^ I'm writing this by hand because I cant