View previous topic :: View next topic |
Author |
Message |
Giuly Tux's lil' helper
Joined: 21 May 2003 Posts: 138 Location: Bremen - Germany
|
Posted: Wed Apr 21, 2004 10:09 pm Post subject: Kernel - SCSI-Sachen, obwohl ich kein SCSI hab? |
|
|
Code: |
bash-2.05b# make
SPLIT include/linux/autoconf.h -> include/config/*
make[1]: `arch/x86_64/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
IKCFG kernel/ikconfig.h
GZIP kernel/config_data.gz
IKCFG kernel/config_data.h
CC kernel/configs.o
LD kernel/built-in.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o(.text+0xc94e5): In function `mptscsih_probe':
: undefined reference to `scsi_host_alloc'
drivers/built-in.o(.text+0xc997d): In function `mptscsih_probe':
: undefined reference to `scsi_add_host'
drivers/built-in.o(.text+0xc998c): In function `mptscsih_probe':
: undefined reference to `scsi_scan_host'
drivers/built-in.o(.text+0xc99e1): In function `mptscsih_remove':
: undefined reference to `scsi_remove_host'
drivers/built-in.o(.text+0xc9b93): In function `mptscsih_remove':
: undefined reference to `scsi_host_put'
drivers/built-in.o(.text+0xcb306): In function `mptscsih_slave_configure':
: undefined reference to `scsi_adjust_queue_depth'
drivers/built-in.o(.text+0xcb352): In function `mptscsih_slave_configure':
: undefined reference to `scsi_adjust_queue_depth'
make: *** [.tmp_vmlinux1] Error 1
|
hmm, ich hab keine SCSI eincompiled, da ich IDE/SATA habe. Warum will der SCSI von mir? _________________ dunno |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Thu Apr 22, 2004 8:28 am Post subject: |
|
|
Vielleicht irgendwas im Kernel, das SCSI Unterstützung braucht? usb-storage würde mir da spontan einfallen. |
|
Back to top |
|
|
McPringle Apprentice
Joined: 19 Feb 2003 Posts: 164 Location: Aarau (Switzerland)
|
Posted: Thu Apr 22, 2004 8:33 am Post subject: Re: Kernel - SCSI-Sachen, obwohl ich kein SCSI hab? |
|
|
Giuly wrote: | hmm, ich hab keine SCSI eincompiled, da ich IDE/SATA habe. Warum will der SCSI von mir? |
SATA benötigt SCSI. _________________ Linux-User Nummer 53312 |
|
Back to top |
|
|
Enzo n00b
Joined: 13 Mar 2004 Posts: 10
|
Posted: Fri Jul 09, 2004 1:29 pm Post subject: |
|
|
Der Fehler kam bei mir auch,
schuld war der:
Device Driver/Fusion MPT device support
nach entfernen desselben ging es. |
|
Back to top |
|
|
|