News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

md not starting

Started by poyon, September 27, 2009, 08:13:45 PM

Previous topic - Next topic

poyon

Hello,

I have installed LMCE710 and I am trying to boot a diskless MD (micro ATX shuttle PC)

The TFTPBOOT is ok. I can see booting but after I see ETH0 : Link down and nothing happened anymore.

Can someone help me please?

Thanks.
Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2

pigdog


poyon

My eth0 is a Realteck RTL 8680? I think but not sure.
It is a Shuttly X27D without HDD.
Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2

pigdog

Hi,

Run a Live-CD on the MD and use the lspci -nn command to determine the make and model of your NIC.

seth

".....Because Once you've LinuxMCE'd....."
System stats located at my user page:

[url="http://wiki.linuxmce.org/index.php/User:Seth"]http://wiki.linuxmce.org/index.php/User:Seth[/url]

poyon

thanks I will try the wiki guide.
Why is the Realtek 8168 causing problem? Is it because I am under 710? under kubuntu 9.04 it is ok.

Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2

tkmedia

QuoteIs it because I am under 710? under kubuntu 9.04 it is ok.

Yes,  0710 has an older kernel that does not support that chip




hth

Tim
My Setup [url="http://wiki.linuxmce.org/index.php/User:Tkmedia"]http://wiki.linuxmce.org/index.php/User:Tkmedia[/url]

For LinuxMce compatible  systems and accessories
[url="http://lmcecompatible.com/"]http://lmcecompatible.com/[/url]

poyon

ah ok thanks.

did someone know when the 810 will be avalaible.
Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2

poyon

I have follow the Wiki for r8168 but now when I am booting the MD I have a message :

Kernel Panic .... nothing to configure
unable to open /tmp/eth0......

Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2

poyon

When I am following the WIKI I am blocked here :

Apply this patch:
patch < r8168.diff

--- drivers/net/r8169.c.orig   2008-09-05 17:07:29.000000000 +0300
+++ drivers/net/r8169.c        2008-09-04 23:49:51.000000000 +0300
@@ -162,7 +162,7 @@
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8129), 0, 0, RTL_CFG_0 },
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8136), 0, 0, RTL_CFG_2 },
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8167), 0, 0, RTL_CFG_0 },
-      { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8168), 0, 0, RTL_CFG_1 },
+      //{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,   0x8168), 0, 0, RTL_CFG_1 },
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8169), 0, 0, RTL_CFG_0 },
        { PCI_DEVICE(PCI_VENDOR_ID_DLINK,       0x4300), 0, 0, RTL_CFG_0 },
        { PCI_DEVICE(0x1259,                    0xc107), 0, 0, RTL_CFG_0 },


I have this error :

Apply this patch:
patch < r8168.diff

--- drivers/net/r8169.c.orig   2008-09-05 17:07:29.000000000 +0300
+++ drivers/net/r8169.c        2008-09-04 23:49:51.000000000 +0300
@@ -162,7 +162,7 @@
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8129), 0, 0, RTL_CFG_0 },
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8136), 0, 0, RTL_CFG_2 },
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8167), 0, 0, RTL_CFG_0 },
-      { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8168), 0, 0, RTL_CFG_1 },
+      //{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,   0x8168), 0, 0, RTL_CFG_1 },
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8169), 0, 0, RTL_CFG_0 },
        { PCI_DEVICE(PCI_VENDOR_ID_DLINK,       0x4300), 0, 0, RTL_CFG_0 },
        { PCI_DEVICE(0x1259,                    0xc107), 0, 0, RTL_CFG_0 },
Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2

poyon

Ok it is working a little better after editing the r8169.c manually

but now I have this message :

Diskless setup failed but maybe is it because the core detected on AMD64 structure and my CORE is i386?
I will search in the wiki...

Thanks all for your help
Mb AsRock P4VM900
P4 intel 2.6G
1G mem
hdd SATA 250 Gb MAXTOR STM325031
VGA ASUS 7300GS 256Mo - Driver NVIDIA-Linux-x86-100.14.23-pkg1
SONY DVD RW DW-U14A
Carte Tv Hauppage wintv -  Bt878 Video Capture
usb dongle bluetooth
usb webcam Creative NX2