On Mar 9, 2014, at 10:43, Canek Peláez Valdés <[email protected]> wrote:
> On Sun, Mar 9, 2014 at 2:38 AM, Facundo Curti <[email protected]> wrote: >> 2014-03-09 5:28 GMT-03:00 Canek Peláez Valdés <[email protected]>: >> >>> On Sun, Mar 9, 2014 at 2:18 AM, Facundo Curti <[email protected]> >>> 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 even possible? In the first .config you posted, you had >>> CONFIG_MODULES unset, but I'm assuming you changed CONFIG_R8169 to 'm' >>> by running make menuconfig and going into the correct option, and that >>> you don't just edited your .config file. Right? >>> >>> Because if you edited your .config by hand, that *CANNOT* result in >>> anything good, unless you know precisely what are you doing, and even >>> then most people would not recommend it. >>> >> Yes, of course :) I used make menuconfig, and i put modules ON. >> >>> It looks like you don't have kernel module support. Is that so? 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 card. With r8168 module there is no problems. The code is here: r8168.googlecode.com/files/r8168-8.036.00.tar.gz I have also a nice ebuild for convenience... But you may test the card without it. -M >> >> I turned this on. >> >> Now I made an emerge --sync, and emerge --update --newuse --deep world >> >> And this give me an update of gentoo-sources (3.10 I had to 3.12). So I'm >> going to compile the new kernel to see if it works :P >> >>> >>> What does the following command prints: >>> >>> find /lib/modules -name "*r816*" >> >> >> I post it in a few secs :) Please wait I will try first compiling the new >> kernel. > > Also, remember that after you compile your kernel with modules > support, you need to do "make modules_install" so the modules get > installed into /lib/modules/${KERNEL_VERSION}. > > Regards. > -- > Canek Peláez Valdés > Posgrado en Ciencia e Ingeniería de la Computación > Universidad Nacional Autónoma de México >

