View previous topic :: View next topic |
Author |
Message |
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Mon Mar 15, 2004 10:58 pm Post subject: |
|
|
1. Ok...woher weißt Du denn, das es deaktiviert ist? Stört das erstmal? Hdparm kann helfen: Code: | hdparm -d1 /dev/hda |
2. Code: | <*> PCI NE2000 and clones support (see help) |
Die Suchfunktion ist cool! |
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Mon Mar 15, 2004 11:03 pm Post subject: |
|
|
1. Der Kernel meldet das beim hochfahren.
obs nervt, muss sich herausstellen, ist auf jeden Fall unelegant, und das mag ich nicht.
2. Definitiv ja. |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Mon Mar 15, 2004 11:10 pm Post subject: |
|
|
horstenpeter wrote: | 1. Der Kernel meldet das beim hochfahren.
obs nervt, muss sich herausstellen, ist auf jeden Fall unelegant, und das mag ich nicht. | Unelegant ist es, die Kernelmeldung für sich zu behalten
Code: | cerebella root # dmesg|grep DMA
DMA zone: 4096 pages, LIFO batch:1
NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: 156301488 sectors (80026 MB) w/2000KiB Cache, CHS=65535/16/63, UDMA(100)
hdd: 80043264 sectors (40982 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdb: ATAPI 50X CD-ROM drive, 128kB Cache, UDMA(33)
hdc: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
| So sieht das bei mir aus. Hast Du im BIOS denn DMA an? |
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Mon Mar 15, 2004 11:27 pm Post subject: |
|
|
OK ich meld mich morgen mit den Details, aber die Kernelmeldung sagt nicht wirklich viel mehr aus....jetzt muss ich mal pennen, vielen Dank für die Hilfe soweit! |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Mon Mar 15, 2004 11:29 pm Post subject: |
|
|
Ich hoffe, Dein Kopf raucht und braucht die Ruhe Guts Nächtle! |
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Tue Mar 16, 2004 10:33 am Post subject: |
|
|
Sodele!
Hier die vielsagende Kernel-Meldung:
The DMA on your primary harddisk is turned off.
This may really slow down the fsck process.
Im BIOS ist DMA mal zumindest nicht ausgeschaltet (steht auf Auto) |
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Wed Mar 17, 2004 10:34 am Post subject: |
|
|
.(bump) |
|
Back to top |
|
|
Sas Veteran
Joined: 05 Jul 2003 Posts: 1229 Location: Germany
|
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Thu Mar 18, 2004 8:59 pm Post subject: |
|
|
OK soweit wieder alles eingestellt und würde gerne kompilieren...Will er aber nicht:
Code: |
bash-2.05b# make && make modules_install
HOSTCC scripts/modpost.o
HOSTLD scripts/modpost
make[2]: `scripts/fixdep' is up to date.
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/i386/Kconfig
optimize && ?
optimize && ?
optimize && ?
optimize && ?
#
# using defaults found in .config
#
SPLIT include/linux/autoconf.h -> include/config/*
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CC drivers/ide/pci/amd74xx.o
LD drivers/ide/pci/built-in.o
LD drivers/ide/built-in.o
CC drivers/net/ne2k-pci.o
CC drivers/net/8390.o
LD drivers/net/built-in.o
LD drivers/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
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD vmlinux
AS arch/i386/boot/setup.o
arch/i386/boot/setup.S: Assembler messages:
arch/i386/boot/setup.S:167: Warning: value 0x37ffffff truncated to 0x37ffffff
LD arch/i386/boot/setup
OBJCOPY arch/i386/boot/compressed/vmlinux.bin
GZIP arch/i386/boot/compressed/vmlinux.bin.gz
LD arch/i386/boot/compressed/piggy.o
LD arch/i386/boot/compressed/vmlinux
OBJCOPY arch/i386/boot/vmlinux.bin
BUILD arch/i386/boot/bzImage
Root device is (3, 4)
Boot sector 512 bytes.
Setup is 2538 bytes.
System is 2010 kB
Kernel: arch/i386/boot/bzImage is ready
Building modules, stage 2.
MODPOST
INSTALL drivers/net/dummy.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.4; fi |
|
|
Back to top |
|
|
Sas Veteran
Joined: 05 Jul 2003 Posts: 1229 Location: Germany
|
Posted: Thu Mar 18, 2004 10:04 pm Post subject: |
|
|
Was denn? Hat doch geklappt. _________________ 42 |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Thu Mar 18, 2004 10:58 pm Post subject: |
|
|
Ein bisschen kurz, hast du vielleicht den Kernel nicht konfiguriert bzw die alte .config mit make oldconfig importiert? |
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Sat Mar 20, 2004 11:45 am Post subject: |
|
|
Habe meine Änderungen gemacht, gespeichert und make && make modules_install. auch kein make oldconfig gemacht. Komisch. |
|
Back to top |
|
|
horstenpeter Tux's lil' helper
Joined: 01 Mar 2004 Posts: 133 Location: Hamburg, Germany
|
Posted: Sat Mar 20, 2004 11:52 am Post subject: |
|
|
Ich hab das Ding jetzt einfach mal installiert. Funktioniert, eth0 geht und DMA ist auch an. Tausend Dank an alle Helfer ! |
|
Back to top |
|
|
|