Hi guys,
I am using Debian woody 3.0 and I experience problem in recompiling. I try
to recompile my kernel with the old configuration from Debian. The
configuration can be found under the directory "/boot". I follow the step
used by "Linux Kernel HOWTO" but I fail to use my network cards with my new
kernel image. Can anybody tell me what's going wrong with me!?
They are the commands I have used.
***************
make clean
make mrproper
cp /boot/config(old config by Debian Installation) /usr/src/linux/.config
make dep
make modules
make modules_install
make bzImage
cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage(new)
(edit /etc/lilo.conf for the new kernel)
(reboot my comp.)
*************
Below are the messages I've copied down from the display during
booting.....unfortunately they are not found from the /var/log
folder....sigh
(...) are messages that looks fine to me
**************
(...)
cleaning: /etc/network/ifstate.
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces:
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
modprobe: modprobe: Can't locate module eth1
SIOCSIFADDR: No such device
modprobe: modprobe: Can't locate module eth1
eth1: ERROR while getting interface flags: No such device
modprobe: modprobe: Can't locate module eth1
SIOCSIFNETMASK: No such device
modprobe: modprobe: Can't locate module eth1
SIOCSIFBRDADDR: No such device
modprobe: modprobe: Can't locate module eth1
eth1: ERROR while getting interface flags: No such device
modprobe: modprobe: Can't locate module eth1
eth1: ERROR while getting interface flags: No such device
modprobe: modprobe: Can't locate module eth1
done.
Starting portmap daemon: portmap.
(...)
(...)
Starting domain name service: namedhda: dma_intr: status=0x51 {DriveReady
SeekCompete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
.
Starting domain name service: lwresd.
Starting NFS common utilities: statd.
Starting internet superserver: inetd.
(...)
(...)
Starting innd.
hda: dma_intr: status=0x51 {DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 {DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 {DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 {DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide0: reset: success
(...)
(...)
**********
Thank you!!!
Jones