Frage zu CC's Kernel

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Frage zu CC's Kernel

Post by theomega »

hallo Leute,
CC hat auf seinem Server (http://linux.roothell.org/kernel/ ) ja einen Debian-Kernel liegen. Jetzt ein kleine Frage zur installation: ich würde folgendermaßen forgehen:
1. Runterladen
2. dpkg -i Dateiname
3. lilo -v
4. reboot

Wäre das richtig? Muß ich irgendwas beachten (modules.conf, libs irgendwas). Meine NIC wird unterstüzt, zumindest laut der beschreibung.

Ich bitte um ein Paar Hinweise.

Danke
TO
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Frage zu CC's Kernel

Post by captaincrunch »

Mit den NICs musst du höchstens dann aufpassen, wenn du bislang einen steinalten Kernel verwendest, der auf das olle rtl8139-Modul zugreift. Der Name hat sich (mittlerweile wschon etwas her) in 8139too geändert. Sollte dem so sein, müsstest du das noch in der /etc/modules anpassen.

Die Probleme bei Upgrade, die ich bislang gehört habe, waren bislang aber immer durch das Problem vor der Tastatur verursacht. ;) Ernsthaft: bisher sind die Kisten immer wieder hochgekommen, sofern nicht irgendwas händisch "verkonfiguriert" wurde.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Frage zu CC's Kernel

Post by chris76 »

CaptainCrunch wrote:Ernsthaft: bisher sind die Kisten immer wieder hochgekommen, sofern nicht irgendwas händisch "verkonfiguriert" wurde.
Davon fühl ich mich nicht angesprochen :wink:
*unschuldig pfeiff*
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Frage zu CC's Kernel

Post by theomega »

So, habe das Update heute gemacht, ist so gelaufen wie ich es mir vorgestellt habe: ziemlich kacke, server kam nicht hoch. Glücklicherweise hat der Support den alten Kernel wieder einspielen können. Der Server geht jetzt wieder, dummerweise wieder mit altem Kernel.

Hier nocheinmal meine vorgehensweise:
1. Pkg-runtergeladen
2. dpkg -i dateiname
3. erste frage nach bootdisk mit nein beantwortet, die zweite mit lilo.conf mit ja
4. lilo.conf betrachtet. Dort zeigt der erste Eintrag, der auch default ist auf /boot/bzImage. Dieses wiederrum ist ein Symlink auf den alten Kernel. Habe dann den Symlink gelöscht und auf die vmlinuz aus dem neuen Kernel gelinkt.
5. lilo -v
6. Reboot
7. Server hängt.
8. Support teilt mir mit:
Beim Boot Ihres Kernels mkommt erst BOOT OK dann hängt der Server sich
auf daher die Aussage "faslch compiliert".
9. Support repariert den Kernel und ich komme wieder an den Server

Ich kann hier jetzt nocheinmal den aktuellen stand posten, also nachdem der support den Server wieder gerettet hat:

1. l /boo/

Code: Select all

insgesamt 6454
-rw-r--r--    1 root     root          512 20. Jan 2003  boot.0300
-rw-r--r--    1 root     root          512 26. Sep 18:05 boot.0340
-rw-r--r--    1 root     root          512 24. Feb 2003  boot.0800
lrwxrwxrwx    1 root     root           11 17. Mär 2004  boot.b -> boot-menu.b
-rw-r--r--    1 root     root            0 27. Sep 13:01 boot-menu.b
-rw-r--r--    1 root     root      2270404 20. Feb 2004  bzImage-2.4.25-nosmp-scsi
-rw-r--r--    1 root     root         4594 20. Jan 2003  config-2.2.20-compact
-rw-r--r--    1 root     root        37062 14. Apr 2002  config-2.4.18-686-smp
lrwxrwxrwx    1 root     root           34 23. Mär 2004  debian.bmp -> /usr/share/lilo/contrib/debian.bmp
lrwxrwxrwx    1 root     root           38 23. Mär 2004  debianlilo.bmp -> /usr/share/lilo/contrib/debianlilo.bmp
-rw-r--r--    1 root     root            0 24. Feb 2003  initrd.img
-rw-r--r--    1 root     root       214863 20. Jan 2003  initrd.suse
drwx------    2 root     root         1024 20. Jan 2003  lost+found
-rw-------    1 root     root        44544  7. Okt 11:11 map
drwxr-xr-x    2 root     root         1024  7. Okt 11:22 old.1
-rw-------    1 root     root         7860 26. Mär 2003  restoresymtable
lrwxrwxrwx    1 root     root           33 23. Mär 2004  sarge.bmp -> /usr/share/lilo/contrib/sarge.bmp
lrwxrwxrwx    1 root     root           31 23. Mär 2004  sid.bmp -> /usr/share/lilo/contrib/sid.bmp
-rw-r--r--    1 root     root       637531 11. Apr 2003  System.map
-rw-r--r--    1 root     root      2163684 24. Jun 2003  update
-rw-r--r--    1 root     root      1185401 26. Mär 2003  vmlinuz
2. cat /etc/lilo.conf

Code: Select all

lba32
boot=/dev/hda
install=/boot/boot-menu.b
map=/boot/map
delay=100
prompt
vga=normal
default=Linuxsmpscsi
timeout=3

image = /boot/bzImage
        root=/dev/hda3
        label=Linux
        read-only

image = /boot/bzImage-2.4.25-nosmp-scsi
        root=/dev/hda3
        label=Linuxsmpscsi
        read-only
diese Datei war vorher anders: default war "linux" und die datei bzImage zeigte auf die image-datei vom zweiten eintrag. Im endeffekt aber das gleiche.

3. uname -a (jetzt)

Code: Select all

Linux can152.can152.de 2.4.25 #8 Fri Feb 20 15:42:31 CET 2004 i686 unknown

Jetzt meine Frage: Was habe ich falsch gemacht. Mir tut es echt leid, dass ich keine weiteren Ausgaben posten kann, aber der Support kann keine rausrücken (wiso weis ich auchnicht).
Was ich nicht verstanden habe: ist vmLinuz und bzImage das gleiche? War es ok den Symlink so umzuändern?

Danke für alle HInweise
TO
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Frage zu CC's Kernel

Post by theomega »

habe dochnoch ein Paar Meldungen herausbekommen:
aus der kern.log:

Code: Select all

Sep 11 19:10:16 can152 kernel: eth0: Too much work at interrupt, IntrStatus=0x0001.
Oct  7 10:16:51 can152 kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
Oct  7 10:16:52 can152 kernel: Inspecting /boot/System.map-2.4.27-grsec
Oct  7 10:16:52 can152 kernel: Loaded 15419 symbols from /boot/System.map-2.4.27-grsec.
Oct  7 10:16:52 can152 kernel: Symbols match kernel version 2.4.27.
Oct  7 10:16:52 can152 kernel: Loaded 12 symbols from 1 module.
Oct  7 10:16:52 can152 kernel: Linux version 2.4.27-grsec (root@debian) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 Wed Sep 8 09:44:10 CEST 2004
Oct  7 10:16:52 can152 kernel: BIOS-provided physical RAM map:
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 0000000000100000 - 000000001f7f0000 (usable)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 000000001f7f0000 - 000000001f7f8000 (ACPI data)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 000000001f7f8000 - 000000001f800000 (ACPI NVS)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Oct  7 10:16:52 can152 kernel:  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Oct  7 10:16:52 can152 kernel: 503MB LOWMEM available.
Oct  7 10:16:52 can152 kernel: On node 0 totalpages: 129008
Oct  7 10:16:52 can152 kernel: zone(0): 4096 pages.
Oct  7 10:16:52 can152 kernel: zone(1): 124912 pages.
Oct  7 10:16:52 can152 kernel: zone(2): 0 pages.
Oct  7 10:16:52 can152 kernel: Kernel command line: auto BOOT_IMAGE=Linux ro root=303
Oct  7 10:16:52 can152 kernel: Found and enabled local APIC!
Oct  7 10:16:52 can152 kernel: Initializing CPU#0
Oct  7 10:16:52 can152 kernel: Detected 1665.053 MHz processor.
Oct  7 10:16:52 can152 kernel: Calibrating delay loop... 3322.67 BogoMIPS
Oct  7 10:16:52 can152 kernel: Memory: 508168k/516032k available (1119k kernel code, 7476k reserved, 79k data, 236k init, 0k highmem)
Oct  7 10:16:52 can152 kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Oct  7 10:16:52 can152 kernel: Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct  7 10:16:52 can152 kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Oct  7 10:16:52 can152 kernel: Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Oct  7 10:16:52 can152 kernel: Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct  7 10:16:52 can152 kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Oct  7 10:16:52 can152 kernel: CPU: L2 Cache: 256K (64 bytes/line)
Oct  7 10:16:52 can152 kernel: Intel machine check architecture supported.
Oct  7 10:16:52 can152 kernel: Intel machine check reporting enabled on CPU#0.
Oct  7 10:16:52 can152 kernel: CPU:     After generic, caps: 0383fbff c1c3fbff 00000000 00000000
Oct  7 10:16:52 can152 kernel: CPU:             Common caps: 0383fbff c1c3fbff 00000000 00000000
Oct  7 10:16:52 can152 kernel: CPU: AMD Athlon(tm) XP 2000+ stepping 01
Oct  7 10:16:52 can152 kernel: Enabling fast FPU save and restore... done.
Oct  7 10:16:52 can152 kernel: Enabling unmasked SIMD FPU exception support... done.
Oct  7 10:16:52 can152 kernel: Checking 'hlt' instruction... OK.
Oct  7 10:16:52 can152 kernel: POSIX conformance testing by UNIFIX
Oct  7 10:16:52 can152 kernel: enabled ExtINT on CPU#0
Oct  7 10:16:52 can152 kernel: ESR value before enabling vector: 00000000
Oct  7 10:16:52 can152 kernel: ESR value after enabling vector: 00000000
Oct  7 10:16:52 can152 kernel: Using local APIC timer interrupts.
Oct  7 10:16:52 can152 kernel: calibrating APIC timer ...
Oct  7 10:16:52 can152 kernel: ..... CPU clock speed is 1664.9709 MHz.
Oct  7 10:16:52 can152 kernel: ..... host bus clock speed is 266.3952 MHz.
Oct  7 10:16:52 can152 kernel: cpu: 0, clocks: 2663952, slice: 1331976
Oct  7 10:16:52 can152 kernel: CPU0<T0:2663952,T1:1331968,D:8,S:1331976,C:2663952>
Oct  7 10:16:52 can152 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfdae1, last bus=1
Oct  7 10:16:52 can152 kernel: PCI: Using configuration type 1
Oct  7 10:16:52 can152 kernel: PCI: Probing PCI hardware
Oct  7 10:16:52 can152 kernel: PCI: Probing PCI hardware (bus 00)
Oct  7 10:16:52 can152 kernel: PCI: Using IRQ router default [1106/3177] at 00:11.0
Oct  7 10:16:52 can152 kernel: PCI: Hardcoded IRQ 14 for device 00:11.1
Oct  7 10:16:52 can152 kernel: Linux NET4.0 for Linux 2.4
Oct  7 10:16:52 can152 kernel: Based upon Swansea University Computer Society NET3.039
Oct  7 10:16:52 can152 kernel: Initializing RT netlink socket
Oct  7 10:16:52 can152 kernel: Starting kswapd
Oct  7 10:16:52 can152 kernel: VFS: Disk quotas vdquot_6.5.1
Oct  7 10:16:52 can152 kernel: Journalled Block Device driver loaded
Oct  7 10:16:52 can152 kernel: pty: 256 Unix98 ptys configured
Oct  7 10:16:52 can152 kernel: Real Time Clock Driver v1.10f
Oct  7 10:16:52 can152 kernel: keyboard: Timeout - AT keyboard not present?(ed)
Oct  7 10:16:52 can152 kernel: keyboard: Timeout - AT keyboard not present?(f4)
Oct  7 10:16:52 can152 kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
Oct  7 10:16:52 can152 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Oct  7 10:16:52 can152 kernel: VP_IDE: IDE controller at PCI slot 00:11.1
Oct  7 10:16:52 can152 kernel: PCI: Hardcoded IRQ 14 for device 00:11.1
Oct  7 10:16:52 can152 kernel: VP_IDE: chipset revision 6
Oct  7 10:16:52 can152 kernel: VP_IDE: not 100%% native mode: will probe irqs later
Oct  7 10:16:52 can152 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Oct  7 10:16:52 can152 kernel: VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci00:11.1
Oct  7 10:16:52 can152 kernel:     ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
Oct  7 10:16:52 can152 kernel:     ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
Oct  7 10:16:52 can152 kernel: hda: Maxtor 6E040L0, ATA DISK drive
Oct  7 10:16:52 can152 kernel: hdb: Maxtor 6E040L0, ATA DISK drive
Oct  7 10:16:52 can152 kernel: blk: queue c0136c60, I/O limit 4095Mb (mask 0xffffffff)
Oct  7 10:16:52 can152 kernel: blk: queue c0136da8, I/O limit 4095Mb (mask 0xffffffff)
Oct  7 10:16:52 can152 kernel: hdc: LTN526D, ATAPI CD/DVD-ROM drive
Oct  7 10:16:52 can152 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Oct  7 10:16:52 can152 kernel: ide1 at 0x170-0x177,0x376 on irq 15
Oct  7 10:16:52 can152 kernel: hda: attached ide-disk driver.
Oct  7 10:16:52 can152 kernel: hda: host protected area => 1
Oct  7 10:16:52 can152 kernel: hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=4998/255/63, UDMA(133)
Oct  7 10:16:52 can152 kernel: hdb: attached ide-disk driver.
Oct  7 10:16:52 can152 kernel: hdb: host protected area => 1
Oct  7 10:16:52 can152 kernel: hdb: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=4998/255/63, UDMA(133)
Oct  7 10:16:52 can152 kernel: Partition check:
Oct  7 10:16:52 can152 kernel:  hda: hda1 hda2 hda3
Oct  7 10:16:52 can152 kernel:  hdb: hdb1
Oct  7 10:16:52 can152 kernel: Initializing Cryptographic API
Oct  7 10:16:52 can152 kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Oct  7 10:16:52 can152 kernel: IP Protocols: ICMP, UDP, TCP
Oct  7 10:16:52 can152 kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Oct  7 10:16:52 can152 kernel: TCP: Hash tables configured (established 32768 bind 32768)
Oct  7 10:16:52 can152 kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Oct  7 10:16:52 can152 kernel: kjournald starting.  Commit interval 5 seconds
Oct  7 10:16:52 can152 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Oct  7 10:16:52 can152 kernel: VFS: Mounted root (ext3 filesystem) readonly.
Oct  7 10:16:52 can152 kernel: Freeing unused kernel memory: 236k freed
Oct  7 10:16:52 can152 kernel: Warning: unable to open an initial console.
Oct  7 10:16:52 can152 kernel: Adding Swap: 530136k swap-space (priority -1)
Oct  7 10:16:52 can152 kernel: spurious 8259A interrupt: IRQ7.
Oct  7 10:16:52 can152 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
Oct  7 10:16:52 can152 kernel: kjournald starting.  Commit interval 5 seconds
Oct  7 10:16:52 can152 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal
Oct  7 10:16:52 can152 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Oct  7 10:16:52 can152 kernel: kjournald starting.  Commit interval 5 seconds
Oct  7 10:16:52 can152 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,65), internal journal
Oct  7 10:16:52 can152 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Oct  7 10:16:52 can152 kernel: ip_tables: (C) 2000-2002 Netfilter core team
Oct  7 10:16:57 can152 kernel: ip_conntrack version 2.1 (4031 buckets, 32248 max) - 152 bytes per conntrack
hoffe das bietet einen anhaltspunkt
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Frage zu CC's Kernel

Post by captaincrunch »

Sieht schwer danach aus, als würde kein Modul für die verbaute Netzwerkkarte gefunden.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Frage zu CC's Kernel

Post by theomega »

darf ich fragen, woran du das siehst? Würde aber einiges erklären.
Hier zum Nachhelfen noch folgende Ausgaben:

lspci:

Code: Select all

0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
0000:00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
cat /etc/modules.conf

Code: Select all

### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/0keep
# DO NOT MODIFY THIS FILE!
# This file is not marked as conffile to make sure if you upgrade modutils
# it will be restored in case some modifications have been made.
#
# The keep command is necessary to prevent insmod and friends from ignoring
# the builtin defaults of a path-statement is encountered. Until all other
# packages use the new `add path'-statement this keep-statement is essential
# to keep your system working
keep

### update-modules: end processing /etc/modutils/0keep

### update-modules: start processing /etc/modutils/actions
# Special actions that are needed for some modules

# The BTTV module does not load the tuner module automatically,
# so do that in here
post-install bttv insmod tuner
post-remove bttv rmmod tuner


### update-modules: end processing /etc/modutils/actions

### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off            # Unix
# alias net-pf-2 off            # IPv4
# alias net-pf-3 off            # Amateur Radio AX.25
# alias net-pf-4 off            # IPX
# alias net-pf-5 off            # DDP / appletalk
# alias net-pf-6 off            # Amateur Radio NET/ROM
# alias net-pf-9 off            # X.25
# alias net-pf-10 off           # IPv6
# alias net-pf-11 off           # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off           # Acorn Econet

alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81     bttv
alias char-major-108    ppp_generic
alias /dev/ppp          ppp_generic
alias tty-ldisc-3       ppp_async
alias tty-ldisc-14      ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0   loop_gen
alias loop-xfer-3       loop_fish2
alias loop-xfer-gen-10  loop_gen
alias cipher-2          des
alias cipher-3          fish2
alias cipher-4          blowfish
alias cipher-6          idea
alias cipher-7          serp6f
alias cipher-8          mars6
alias cipher-11         rc62
alias cipher-15         dfc2
alias cipher-16         rijndael
alias cipher-17         rc5


### update-modules: end processing /etc/modutils/aliases

### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the ones that are compiled into the modutils tools
# themselves.


### update-modules: end processing /etc/modutils/paths

### update-modules: start processing /etc/modutils/ppp
alias /dev/ppp          ppp_generic
alias char-major-108    ppp_generic
alias tty-ldisc-3       ppp_async
alias tty-ldisc-14      ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

### update-modules: end processing /etc/modutils/ppp

### update-modules: start processing /etc/modutils/setserial
#
# This is what I wanted to do, but logger is in /usr/bin, which isn't loaded
# when the module is first loaded into the kernel at boot time!
#
#post-install serial /etc/init.d/setserial start | logger -p daemon.info -t "setserial-module reload"
#pre-remove serial /etc/init.d/setserial stop | logger -p daemon.info -t "setserial-module uload"
#
alias /dev/tts          serial
alias /dev/tts/0        serial
alias /dev/tts/1        serial
alias /dev/tts/2        serial
alias /dev/tts/3        serial
post-install serial /etc/init.d/setserial modload > /dev/null 2> /dev/null
pre-remove serial /etc/init.d/setserial modsave  > /dev/null 2> /dev/null

### update-modules: end processing /etc/modutils/setserial

### update-modules: start processing /etc/modutils/arch/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc

### update-modules: end processing /etc/modutils/arch/i386
wie könnte ich das ändern? Das ist doch eine Standart-Karte oder? Laut deinem Post hier oben sollte der Kernel ja die Karte untestzützen. Oder muß ich irgendwo noch hinschreiben, damit der der Treiber geladen wird?

Gruß und Danke
TO
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Frage zu CC's Kernel

Post by captaincrunch »

cat /etc/modules

Da sollte dann 8139too drinstehen.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Frage zu CC's Kernel

Post by theomega »

hm, ist auskommentiert. Und du sagst, dass ich, wenn ich es einkommentiere alles wieder geht? *hoffnunghab*
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Frage zu CC's Kernel

Post by captaincrunch »

So die graue Theorie. ;) Bei zig anderen Rechnern tut's jedenfalls problemlos.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
theomega
Userprojekt
Userprojekt
Posts: 696
Joined: 2003-01-27 14:36
 

Re: Frage zu CC's Kernel

Post by theomega »

oki, morgen mittag probier ich es aus. Danke für deine Hilfe!