Re: compiling kernel :(

From: Don (don_at_calis.blacksun.org)
Date: 03/31/04

  • Next message: Murray Taylor: "Resend of Question: Is this the right / best way of updating zoneinfo only"
    Date: Tue, 30 Mar 2004 19:41:41 -0500 (EST)
    To: "Brian G." <madcow413@msn.com>
    
    

    > whenever i try to run it i get an error and a question wheter i have added
    > USER_LDT option to my kernel
    > which brings me to my current problem
    > whenever i attempt to compile my kernel i get this after a while :
    The answer to your question is in the file you sent:

    > umass.o:/usr/src/sys/dev/usb/umass.c:2683: more undefined references to
    > `xpt_done' follow

    > device umass # Disks/Mass storage - Requires scbus and da

    You have defined umass but the driver specifically says it requires scbus
    and da which you have not defined.

    The same is true of your network cards. You have defined ethernet cards
    whcih require the miibus and yet you have not defined the miibus device in
    your config file.

    The answers are there but you need to sit down and actually read the
    kernel config file. If you randomly delete or include options without
    reading them then the kernel is not going to compile.

    -Don
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Murray Taylor: "Resend of Question: Is this the right / best way of updating zoneinfo only"

    Relevant Pages

    • ASUS A7N8X-X USB ports die w/new kernel
      ... kernel, which I have been using to access the ... but it was no longer recognised on any of the USB ports. ... config file somewhere where I may turn it back on? ...
      (comp.unix.bsd.freebsd.misc)
    • Re: RedHat 9 ... No USB? Help!
      ... I saw no usb modules have been loaded from your output. ... I was referring to the Red Hat errata for RHL9 found here; ... back-ports from the 2.4/2.6 kernel.org kernel trees along with other Red ... And I'll give you a couple of hints, in /boot you'll find a config file ...
      (comp.os.linux.hardware)
    • Re: threshold_init_device/kobject_uevent_env oops
      ... BUG: unable to handle kernel NULL pointer dereference at 0000000000000040 ... Does this happen on just Linus's tree? ... Can you send me a .config file for this? ... will look at AMD64 Bios and kernel porting guide for Fam 10h again.. ...
      (Linux-Kernel)
    • Re: 2.6.14.2 detects only one processor (out of 2)
      ... > I recently compiled the new 2.6.14.2 kernel and ran into a problem. ... > I've tried turning on and off hyperthreading (in the .config file and the ... > # ACPI (Advanced Configuration and Power Interface) Support ...
      (Linux-Kernel)
    • Re: Configuring FreeBSD 6.2 for use with Garmin GPS 18 LVC
      ... I would like to set up FreeBSD 6.2 to use my ... Garmin GPS 18 LVC as a refclock. ... 'options PPS_SYNC' needs to be added to the kernel config file, ... kernel then needs to be recompiled. ...
      (comp.protocols.time.ntp)