Mailinglist
2007-Nov-22 10:49 UTC
[Xen-users] XEN 3.1 - eth0 Device Problems during booting
Hello, I''m facing some problems with the eth0 Device. I''ve just used used the "make world" command to build a kernel and the binaries. The System comes up and the prompt on the console (TTY) is there. But the network card is not working. All the important drivers should be available. I will always get the following message in log: Eth0: Device not found I''ve added almost all thing into the config and have compiled it several times without any success. The network card is: Realtek RTL8169/8110 Family Gigabit Ethernet NIC Is there any bug with that Driver in the XEN version?? What can I do. Any hints???? Cheers, Maik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mailinglist
2007-Nov-22 10:55 UTC
[Xen-users] XEN 3.1 - eth0 Device Problems during booting
Hello, I''m facing some problems with the eth0 Device. I''ve just used used the "make world" command to build a kernel and the binaries. The System comes up and the prompt on the console (TTY) is there. But the network card is not working. All the important drivers should be available. I will always get the following message in log: Eth0: Device not found I''ve added almost all thing into the config and have compiled it several times without any success. The network card is: Realtek RTL8169/8110 Family Gigabit Ethernet NIC Is there any bug with that Driver in the XEN version?? What can I do. Any hints???? Cheers, Maik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2007-Nov-27 23:08 UTC
Re: [Xen-users] XEN 3.1 - eth0 Device Problems during booting
> I''m facing some problems with the eth0 Device. > I''ve just used used the "make world" command to build a kernel and the > binaries. > The System comes up and the prompt on the console (TTY) is there. > But the network card is not working. All the important drivers should > be available. > > I will always get the following message in log: > Eth0: Device not found > > I''ve added almost all thing into the config and have compiled it > several times without any success. > The network card is: Realtek RTL8169/8110 Family Gigabit Ethernet NIC > > Is there any bug with that Driver in the XEN version?? > What can I do. Any hints????Can you please post the output of dmesg and of ifconfig? Have you done lsmod to check that the module you built has loaded successfully? Cheers, Mark -- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maik Brauer
2007-Nov-28 09:44 UTC
Re: [Xen-users] XEN 3.1 - eth0 Device Problems during booting
Hi Mark, sure I will give as much as I can if someone can help me ;-) Attached you will find the dmesg log files from a normal boot. One dmesg from a boot sequence with a normal debian kernel without xen: --> Logfile: ("dmesg.2.6.18-5-686-bigmem") One dmesg from a boot sequence with XEN-Kernel: --> LogFile: ("dmesg.2.6.18-xen") Then we''ve tried it to via command "INSMOD": With Debian normal: See attachement ("r8169-working.jpg") And with XEN-Kernel: See attachement ("r8169-NOT-working.jpg") For all we''ve used the Kernel 2.6.18. You will find the whole bunch of Files in the attached ZIP-File: ("XEN3.1_r8169.zip"). Next to that we''ve tried the following as well: We''ve done the lspci -vvv. The results are in the files lspci........ in the Archive.zip. We did it once for the normal Debian-Kernel and for the XEN-Kernel, for you to see maybe some differences. Last but not least, we tried to build a new world in XEN, with copying the r8169.c from the debian-source folder to the XEN-source folder and compile it again. But without success. This was just a try with the other source-file from the debian source. The BugReport under URL: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1109 ist still new and not assigned, so we don''t know up to now if there''ll something happen or not. Many Thanks and nice Regards, Maik Brauer On Nov 28, 2007, at 12:08 AM, Mark Williamson wrote:>> I''m facing some problems with the eth0 Device. >> I''ve just used used the "make world" command to build a kernel and >> the >> binaries. >> The System comes up and the prompt on the console (TTY) is there. >> But the network card is not working. All the important drivers should >> be available. >> >> I will always get the following message in log: >> Eth0: Device not found >> >> I''ve added almost all thing into the config and have compiled it >> several times without any success. >> The network card is: Realtek RTL8169/8110 Family Gigabit Ethernet NIC >> >> Is there any bug with that Driver in the XEN version?? >> What can I do. Any hints???? > > Can you please post the output of dmesg and of ifconfig? > > Have you done lsmod to check that the module you built has loaded > successfully? > > Cheers, > Mark > > -- > Dave: Just a question. What use is a unicyle with no seat? And no > pedals! > Mark: To answer a question with a question: What use is a skateboard? > Dave: Skateboards have wheels. > Mark: My wheel has a wheel! > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mark Williamson
2007-Nov-30 18:51 UTC
Re: [Xen-users] XEN 3.1 - eth0 Device Problems during booting
> sure I will give as much as I can if someone can help me ;-) > Attached you will find the dmesg log files from a normal boot. > > One dmesg from a boot sequence with a normal debian kernel without xen: > --> Logfile: ("dmesg.2.6.18-5-686-bigmem") > One dmesg from a boot sequence with XEN-Kernel: > --> LogFile: ("dmesg.2.6.18-xen") > > Then we''ve tried it to via command "INSMOD": > With Debian normal: See attachement ("r8169-working.jpg") > And with XEN-Kernel: See attachement ("r8169-NOT-working.jpg") > > For all we''ve used the Kernel 2.6.18. > You will find the whole bunch of Files in the attached ZIP-File: > ("XEN3.1_r8169.zip"). > > Next to that we''ve tried the following as well: > We''ve done the lspci -vvv. The results are in the files lspci........ > in the Archive.zip. > We did it once for the normal Debian-Kernel and for the XEN-Kernel, > for you to see maybe some differences. > > Last but not least, we tried to build a new world in XEN, with copying > the r8169.c from the debian-source folder to the > XEN-source folder and compile it again. But without success. This was > just a try with the other source-file from the debian source.Well, this is strange! For some reason, your system is not activating the ethernet driver when under Xen. When you boot under Xen do you see anything in /sys/bus/pci/devices/0000:02:00.0 ? My guess would be that there must be something different in Xen''s PCI handling, but I''m afraid I don''t have a more specific idea, so we might have to muddle through a bit! Cheers, Mark> > > > The BugReport under URL: > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1109 ist still new > and not assigned, so we don''t know up to now if there''ll something happen > or not. > > > Many Thanks and nice Regards, > Maik Brauer > > On Nov 28, 2007, at 12:08 AM, Mark Williamson wrote: > >> I''m facing some problems with the eth0 Device. > >> I''ve just used used the "make world" command to build a kernel and > >> the > >> binaries. > >> The System comes up and the prompt on the console (TTY) is there. > >> But the network card is not working. All the important drivers should > >> be available. > >> > >> I will always get the following message in log: > >> Eth0: Device not found > >> > >> I''ve added almost all thing into the config and have compiled it > >> several times without any success. > >> The network card is: Realtek RTL8169/8110 Family Gigabit Ethernet NIC > >> > >> Is there any bug with that Driver in the XEN version?? > >> What can I do. Any hints???? > > > > Can you please post the output of dmesg and of ifconfig? > > > > Have you done lsmod to check that the module you built has loaded > > successfully? > > > > Cheers, > > Mark > > > > -- > > Dave: Just a question. What use is a unicyle with no seat? And no > > pedals! > > Mark: To answer a question with a question: What use is a skateboard? > > Dave: Skateboards have wheels. > > Mark: My wheel has a wheel! > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users-- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users