Re: [openthinclient-user] How to implement/install additional drivers?

2012-08-14 Thread Jörn Frenzel
"man linux" :-) A PXE needs to load the module inside the initrd - this is by design. Unlike this, a localboot loads the module from: /lib/modules/`uname -r`/kernel/drivers/net/ethernet/some-module The module inside the initrd is just a copy from the other one, copied by mkinitramfs or mkinitrd

Re: [openthinclient-user] How to implement/install additional drivers?

2012-08-14 Thread Klammer Ludwig
That's the strange part about it: If i boot via PXE there's no problem. Just if i use localboot and try to boot from local disc it keeps writing me that line... Maybe if i extract the initrd of pxe boot and load this into my localboot image? Best regards, Mit freundlichen Grüßen, Ludwig Klamme

Re: [openthinclient-user] How to implement/install additional drivers?

2012-08-13 Thread Julian Ohm
ient-user@lists.sourceforge.net Betreff: Re: [openthinclient-user] How to implement/install additional drivers? Hi Ludwig, yes, it looks like you're missing the driver for the network card. The driver must reside in the initrd. Unpack the initrd and add your driver (you need to build it accord

Re: [openthinclient-user] How to implement/install additional drivers?

2012-08-13 Thread Jörn Frenzel
Hi Ludwig, yes, it looks like you're missing the driver for the network card. The driver must reside in the initrd. Unpack the initrd and add your driver (you need to build it according to the otc-kernel). See: http://wiki.openvz.org/Modifying_initrd_image Once this is done, you'll be able to

[openthinclient-user] How to implement/install additional drivers?

2012-08-12 Thread Klammer Ludwig
Good Morning, after i kept hanging in boot-proccess at the line "IP-config: eth0 hardware address [MAC ADDRESS] mtu 1500 DHCP RARP" I was searching for reasons or a way to pass this and read that this is caused by missing network drivers. Is that true? And is it possibe to manually include driv