Sorry, bringt auch nix
Hier mal nen paar Auszüge meines Systems, vielleicht findet ja wer den Fehler:
lspci:
Code: Alles auswählen
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)0000:00:01.0 ISA bridge: nVidia Corporation MCP2A ISA bridge (rev a3)
0000:00:01.1 SMBus: nVidia Corporation MCP2A SMBus (rev a1)
0000:00:02.0 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
0000:00:02.1 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
0000:00:02.2 USB Controller: nVidia Corporation MCP2A USB Controller (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation MCP2S AC'97 Audio Controller (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation MCP2A PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation MCP2A IDE (rev a3)
0000:00:0b.0 IDE interface: nVidia Corporation nForce2 Serial ATA Controller (rev a3)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)
0000:02:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
fstab:
Code: Alles auswählen
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 defaults,errors=remount-ro 0 1
/dev/sda2 /home ext3 defaults 0 2
/dev/sda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
menu.lst:
Code: Alles auswählen
title Debian GNU/Linux, kernel 2.6.16.11
root (hd0,0)
kernel /boot/vmlinuz-2.6.16.11 root=/dev/sda1 ro vga=791 splash=verbose
initrd /boot/initrd.img-2.6.16.11
savedefault
boot
title Debian GNU/Linux, kernel 2.6.15-1-k7
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-1-k7 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.15-1-k7
savedefault
boot
Der 2.6.15er ist der Standard-debian-Kernel und läuft.
Der 2.6.16.11 ist ein Vanilla-Kernel und hat wie oben beschrieben die alte Konfig bekommen.