Rolf Siebrecht wrote: > Hi! > > On Sat, 15 Dec 2001, Sergey Dolgopolov wrote: > >> > Are they present there? /boot/System.map must be that one created during >> > last kernel compilation. >> >>[boot]# pwd >>/boot >>[boot]# ls -al Sys* >>lrwxrwxrwx 1 root root 19 Dec 12 20:26 System.map -> >>System.map-2.4.7-10 >>-rw-r--r-- 1 root root 435039 Sep 6 19:39 System.map-2.4.7-10 >> > > No, I meant if those missing symbols (without trailing "wild" characters) > have each got an entry within /boot/System.map. I get here > > root:<~> # grep -w skb_over_panic /boot/System.map > c01477b4 T skb_over_panic > root:<~> # grep -w register_netdev /boot/System.map > c0186a50 T register_netdev > root:<~> # grep -w netif_rx /boot/System.map > c01490ac T netif_rx > ... and so on > > I.e., all those symbols missed by dvb_net.o in your case _are_ contained > in /boot/Symbol.map here. > > Maybe you forgot to update System.map after your last kernel compilation. > If your /usr/src/linux/System.map is of newer date/time than > /boot/System.map-2.4.7-10 do something like this > > rm -f /boot/Symbol.map > cp /usr/src/linux/Symbol.map /boot/Symbol.map-<date/time-of-this-file> > ln -s /boot/Symbol.map-<date/time-of-this-file> System.map > > > Bye, > Rolf > [virgo]# cd /boot [boot]# grep -w skb_over_panic /boot/System.map c01bbe60 T skb_over_panic [boot]# grep -w register_netdev /boot/System.map c018a820 T register_netdev [boot]# grep -w netif_rx /boot/System.map c01bfee0 T netif_rx
Thank for the commentaries. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
