Re: Linux 2.4.0test1-ac8

From: almesber@lrc.di.epfl.ch
Date: Sun Jun 04 2000 - 23:22:52 EST


There are two little problems revealed by make xconfig:

--- drivers/video/Config.in.orig Mon Jun 5 10:39:45 2000
+++ drivers/video/Config.in Mon Jun 5 10:40:02 2000
@@ -264,7 +264,7 @@
               "$CONFIG_FB_VALKYRIE" = "m" -o "$CONFIG_FB_PLATINUM" = "m" -o \
               "$CONFIG_FB_CT65550" = "m" -o "$CONFIG_FB_MATROX" = "m" -o \
               "$CONFIG_FB_PM2" = "m" -o "$CONFIG_FB_SGIVW" = "m" -o \
- "$CONFIG_FB_CYBER2000" = "m" -o "$CONFIG_FB_SIS" = "m" \
+ "$CONFIG_FB_CYBER2000" = "m" -o "$CONFIG_FB_SIS" = "m" -o \
               "$CONFIG_FB_SA1100" = "m"]; then
             define_tristate CONFIG_FBCON_CFB16 m
          fi
--- drivers/sound/Config.in.orig Mon Jun 5 10:40:20 2000
+++ drivers/sound/Config.in Mon Jun 5 10:40:36 2000
@@ -182,4 +182,4 @@
 
 fi
 
-dep_tristate ' TV card (bt848) mixer support' CONFIG_SOUND_TVMIXER $CONFIG_SOUND CONFIG_I2C
+dep_tristate ' TV card (bt848) mixer support' CONFIG_SOUND_TVMIXER $CONFIG_SOUND $CONFIG_I2C

Then linking fails if I include the bttv driver:

drivers/char/char.o: In function `i2c_init':
drivers/char/char.o(.text+0x197f1): undefined reference to `i2c_tuner_init'
drivers/char/char.o(.text+0x197f6): undefined reference to `msp3400c_init'
drivers/char/char.o(.data+0x3714): undefined reference to `i2c_tuner_init'

(.config on ftp://icaftp.epfl.ch/pub/people/almesber/junk/.config
Tried to change msp3400c_init to msp3400c_init_module and i2c_tuner_init
to tuner_init_module, but that only gave me a kernel that crashes when
touching the mixer for the first time, so it isn't that easy.)

Finally, I have some weird problems with DHCP (pump doesn't register and
I'm seeing ARPs with source IP from the wrong interface, though this may
be "normal"). They may have crept in somewhere since 2.3.99-pre3, though.

I guess I'll just wait and see what ac9 does ;-)

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, ICA, EPFL, CH       werner.almesberger@ica.epfl.ch /
/_IN_N_032__Tel_+41_21_693_6621__Fax_+41_21_693_6610_____________________/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:20 EST