
Флинт
Members-
Постов
17 -
Зарегистрирован
-
Посещение
Никогда
Достижения Флинт
Newbie (1/14)
0
Репутация
-
Кстати что делает команда lsmods? показыввет какие модули загружены? Значит что-то грузится все-таки...
-
"modprobe имя модуля" говорит что модуля нет. Например в случае со звуковой картой хотя я драйвер включил в ядро может в этом проблема но тогда почему не работает звук? С модемом тоже трабла настраивал полностью через yast со старым ядрос все нормально было а в новом установилось но модуль ltmodem не грузится и модпроб говорит что его нет фигня короче какая-то. Кстати драйвер дисплея от Нвидии грузится нормально хотя мож он по другому принципу. Symbols match kernel version 2.6.4. No module symbols loaded - kernel modules not enabled. Вот одна из первых строчек в приведенном мной логе загрузки что за символы модулей мож в этом трабла? cp arch/i386/boot/bzImage /boot/vmlinuz-new echo 'image = /boot/vmlinuz-new'>>/etc/lilo.conf echo ' root = /dev/hdXY '>>/etc/lilo.conf echo ' label = Linux-new '>>/etc/lilo.conf echo ' read-only '>>/etc/lilo.conf lilo В моем случае make install делает все что вы привели выше даже симлинк на vmlinuz заменяет. Загрузчик у меня Grub правда. Ядро кстати прекрасно работает, не работает звук и модем и еще там что-то он подгрузить не может (см. лог) хотя не исключено что я эти опции просто из ядра убрал а он пытается их загрузить. Насчет того какая версия ядра то это то ядро что было в дистре я его даже не патчил просто перекомпилил.
-
Лдно вечером попробую думаю это не решение ведь до перекомпиляции это дело как-то грузилось...
-
MODULES_LOADED_ON_BOOT={} пусто там. То есть нужно указывать модули здесь? А ошибки были, когда yast пытался подгрузить модуль звука для настройки, выдавал ошибку, это конечно не вручную но думаю что эффект тот же.
-
boot.local весь закоментирован то есть пуст фактически. Какой файл на нужен? boot.loadmodules? вот он ничего особенного #! /bin/sh # # Copyright © 2002 SuSE Linux AG, Nuernberg, Germany. All rights reserved. # # File: /etc/init.d/boot.loadmodules # Author: Jiri Srain <jsrain@suse.cz> # ### BEGIN INIT INFO # Provides: boot.loadmodules # Required-Start: boot.localfs # X-UnitedLinux-Should-Start: # Required-Stop: # Default-Start: B # Default-Stop: # Description: load modules required to be loaded in specific order ### END INIT INFO . /etc/rc.status rc_reset case "$1" in start|restart) # Read variable for sysconfig and load all mentioned modules echo Loading required kernel modules . /etc/sysconfig/kernel for I in $MODULES_LOADED_ON_BOOT ; do modprobe $I; done rc_status -v1 -r ;; stop) # skip / nothing to do ;; status) rc_failed 4 rc_status -v ;; *) echo "Usage: $0 {start|stop|status|restart}" exit 1 ;; esac rc_exit
-
Значит в конфиге вайна надо что-то указать у меня все работало сразу в Мандрэйке 10 при загрузке соундфонта.
-
Я успешно запускал под вайн Guitar Pro с миди как положено. В случае с Sblive и более новыми картами этой ветки проблема вообще в миди а не в вайне. Просто чтобы миди работало надо загрузить в память соундфонт со звуками потому что без него драйверу просто неоткуда их брать. Поэ тому берем оригинальный диск с драйверами надодим там файли 8что-тотам.sf2 или другой там еще есть на 2 начинается по вкусу короче вроде там звуки разные. Идем на rpmfind.net набираем sfxload (если у вас нет такой команды сразу в дистре) загружаем соотв пакет устанавливаем и далее в консоли набираем sfxload /путь/8что-тотам.sf2 Все миди должно заработать теперь загружаем через вайн Гитар про и выбираем правильное миди устройствонасколько я помню второе в списке. меня все заработало правда тормозит собака машинка старая.
-
да прочитал что для того чтобы модули грузились надо что-то править в /etc/rc.d/rc.sysinit Но у меня в Сусе нет такого файла любят они все по-своему делать млин
-
Делали делали и даже никаких ошибок замечено не было.
-
Система Suse 9.1 после перекомпиляции ядра оно не грузит модули хотя поддержку модулей в ядро включал. Вот логг загрузки Inspecting /boot/System.map-2.6.4flint Loaded 26307 symbols from /boot/System.map-2.6.4flint. Symbols match kernel version 2.6.4. No module symbols loaded - kernel modules not enabled. klogd 1.4.1, log source = ksyslog started. <4>Linux version 2.6.4flint (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #2 Wed Apr 27 10:59:58 MSD 2005 <6>BIOS-provided physical RAM map: <4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) <4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) <4> BIOS-e820: 0000000000100000 - 0000000013ff0000 (usable) <4> BIOS-e820: 0000000013ff0000 - 0000000013ff3000 (ACPI NVS) <4> BIOS-e820: 0000000013ff3000 - 0000000014000000 (ACPI data) <4> BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) <5>693MB vmalloc/ioremap area available. <5>319MB LOWMEM available. <4>On node 0 totalpages: 81904 <4> DMA zone: 4096 pages, LIFO batch:1 <4> Normal zone: 77808 pages, LIFO batch:16 <4> HighMem zone: 0 pages, LIFO batch:1 <6>DMI 2.2 present. <6>ACPI: RSDP (v000 GBT ) @ 0x000f6a00 <6>ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x13ff3000 <6>ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x13ff3040 <6>ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000 <6>ACPI: PM-Timer IO Port: 0x4008 <6>ACPI: local apic disabled <4>Built 1 zonelists <4>Kernel command line: root=/dev/hda5 vga=0x317 desktop resume=/dev/hda6 splash=silent <6>bootsplash: silent mode. <6>Initializing CPU#0 <4>PID hash table entries: 2048 (order 11: 16384 bytes) <4>CKRM Initialized <4>Detected 800.286 MHz processor. <6>Using pmtmr for high-res timesource <4>Console: colour dummy device 80x25 <6>Memory: 320444k/327616k available (2522k kernel code, 6408k reserved, 823k data, 172k init, 0k highmem) <4>Checking if this processor honours the WP bit even in supervisor mode... Ok. <4>Calibrating delay loop... 1585.15 BogoMIPS <6>Security Scaffold v1.0.0 initialized <6>SELinux: Initializing. <6>SELinux: Starting in permissive mode <6>There is already a security framework initialized, register_security failed. <6>Failure registering capabilities with the kernel <6>selinux_register_security: Registering secondary module capability <6>Capability LSM initialized <6>Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) <4>Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) <4>Mount-cache hash table entries: 512 (order: 0, 4096 bytes) <7>CPU: After generic identify, caps: 0387f9ff 00000000 00000000 00000000 <7>CPU: After vendor identify, caps: 0387f9ff 00000000 00000000 00000000 <6>CPU: L1 I cache: 16K, L1 D cache: 16K <6>CPU: L2 cache: 256K <5>CPU serial number disabled. <7>CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 <6>Intel machine check architecture supported. <6>Intel machine check reporting enabled on CPU#0. <4>CPU: Intel Pentium III (Coppermine) stepping 0a <6>Enabling fast FPU save and restore... done. <6>Enabling unmasked SIMD FPU exception support... done. <6>Checking 'hlt' instruction... OK. <4>POSIX conformance testing by UNIFIX <4>do_initcalls <4>init_elf_binfmt <6>NET: Registered protocol family 16 <6>PCI: PCI BIOS revision 2.10 entry at 0xfb380, last bus=1 <6>PCI: Using configuration type 1 <6>mtrr: v2.0 (20020519) <6>ACPI: Subsystem revision 20040326 <4>ACPI: IRQ9 SCI: Level Trigger. <6>ACPI: Interpreter enabled <6>ACPI: Using PIC for interrupt routing <6>ACPI: PCI Root Bridge [PCI0] (00:00) <4>PCI: Probing PCI hardware (bus 00) <4> ... the first call_usermodehelper: pci_bus <7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] <4>ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15) <4>ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 10 11 12 14 15) <4>ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 11 *12 14 15) <4>ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *10 11 12 14 15) <6>drivers/usb/core/usb.c: registered new driver usbfs <6>drivers/usb/core/usb.c: registered new driver hub <4>ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 <4>ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 12 <4>ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 <6>PCI: Using ACPI for IRQ routing <6>PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off' <6>vesafb: framebuffer at 0xd8000000, mapped to 0xd4808000, size 16384k <6>vesafb: mode is 1024x768x16, linelength=2048, pages=0 <6>vesafb: protected mode interface info at c000:0a15 <6>vesafb: scrolling: redraw <6>vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0 <6>fb0: VESA VGA frame buffer device <6>ikconfig 0.7 with /proc/config* <5>VFS: Disk quotas dquot_6.5.1 <5>udf: registering filesystem <6>SELinux: Registering netfilter hooks <6>Initializing Cryptographic API <6>Activating ISA DMA hang workarounds. <6>ACPI: Power Button (FF) [PWRF] <6>ACPI: Sleep Button (CM) [sLPB] <6>ACPI: Processor [CPU0] (supports C1 C2, 2 throttling states) <4>Console: switching to colour frame buffer device 128x48 <6>Real Time Clock Driver v1.12 <6>Linux agpgart interface v0.100 © Dave Jones <6>agpgart: Detected VIA Apollo Pro 133 chipset <6>agpgart: Maximum main memory to use for agp memory: 262M <6>agpgart: AGP aperture is 64M @ 0xe0000000 <4>Hangcheck: starting hangcheck timer 0.5.0 (tick is 180 seconds, margin is 60 seconds). <6>Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled <4>ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A <4>ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A <4>Using anticipatory io scheduler <6>Floppy drive(s): fd0 is 1.44M <6>FDC 0 is a post-1991 82077 <6>PPP generic driver version 2.4.2 <6>Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 <6>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx <6>VP_IDE: IDE controller at PCI slot 0000:00:07.1 <6>VP_IDE: chipset revision 16 <6>VP_IDE: not 100%% native mode: will probe irqs later <6>VP_IDE: VIA vt82c596b (rev 23) IDE UDMA66 controller on pci0000:00:07.1 <6> ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA <6> ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:DMA, hdd:DMA <4>hda: WDC WD800BB-00CAA1, ATA DISK drive <4>hdb: ST3160023A, ATA DISK drive <4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 <4>hdc: Pioneer DVD-ROM ATAPIModel DVD-115 0133, ATAPI CD/DVD-ROM drive <4>hdd: LITE-ON LTR-40125W, ATAPI CD/DVD-ROM drive <4>ide1 at 0x170-0x177,0x376 on irq 15 <4>hda: max request size: 128KiB <6>hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(33) <6> hda: hda1 hda2 < hda5 hda6 > <4>hdb: max request size: 1024KiB <6>hdb: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(33) <6> hdb: hdb1 <4>hdc: ATAPI 40X DVD-ROM drive, 512kB Cache, UDMA(33) <6>Uniform CD-ROM driver Revision: 3.20 <4>hdd: ATAPI 48X CD-ROM CD-R/RW drive, 1984kB Cache, UDMA(33) <4>ide-floppy driver 0.99.newide <6>drivers/usb/core/usb.c: registered new driver usblp <6>drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver <6>drivers/usb/core/usb.c: registered new driver hid <6>drivers/usb/input/hid-core.c: v2.0:USB HID core driver <6>mice: PS/2 mouse device common for all mice <6>gameport: pci0000:00:0a.1 speed 1242 kHz <6>serio: i8042 AUX port at 0x60,0x64 irq 12 <6>serio: i8042 KBD port at 0x60,0x64 irq 1 <6>input: AT Translated Set 2 keyboard on isa0060/serio0 <6>Advanced Linux Sound Architecture Driver Version 1.0.3 (Mon Mar 01 10:12:14 2004 UTC). <6>ALSA device list: <6> #0: Dummy 1 <6> #1: Sound Blaster Live! (rev.7) at 0xd800, irq 12 <6>NET: Registered protocol family 2 <6>IP: routing cache hash table of 2048 buckets, 16Kbytes <6>TCP: Hash tables configured (established 32768 bind 65536) <6>NET: Registered protocol family 1 <6>NET: Registered protocol family 17 <6>NET: Registered protocol family 15 <6>kjournald starting. Commit interval 5 seconds <6>EXT3-fs: mounted filesystem with ordered data mode. <4>VFS: Mounted root (ext3 filesystem) readonly. <6>Freeing unused kernel memory: 172k freed <6>Adding 514040k swap on /dev/hda6. Priority:42 extents:1 <6>EXT3 FS on hda5, internal journal <6>NTFS driver 2.1.6 [Flags: R/O MODULE]. <6>NTFS volume version 3.1. <4>Unable to load NLS charset cp437 <4>Unable to load NLS charset utf-8 Kernel logging (ksyslog) stopped. Kernel log daemon terminating. Boot logging started on /dev/tty1(/dev/console) at Thu Apr 28 13:29:40 2005 <notice>run boot scripts (setserial boot.proc) Configuring serial ports... /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A /dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A Configured serial ports done<notice>exit status of (setserial boot.proc) is (0 0) <notice>run boot scripts (boot.shm) Mounting shared memory FS on /dev/shmdone <notice>exit status of (boot.shm) is (0) <notice>run boot scripts (boot.rootfsck) Activating swap-devices in /etc/fstab... doneFile systems are NOT being checked. <notice>exit status of (boot.rootfsck) is (0) <notice>run boot scripts (boot.md boot.device-mapper) Activating device mapper... FATAL: Module dm_mod not found. device-mapper kernel module not loaded: can't create /dev/mapper/control. failed <notice>exit status of (boot.md boot.device-mapper) is (0 0) <notice>run boot scripts (boot.localfs) Checking file systems... fsck 1.34 (25-Jul-2003) doneSetting updone Mounting local file systems... proc on /proc type proc (rw) tmpfs on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hda1 on /windows/C type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/hdb1 on /windows/D type vfat (rw,noexec,nosuid,nodev,gid=100,umask=0002,iocharset=utf8) mount: fs type subfs not supported by kernel mount: fs type subfs not supported by kernel mount: fs type subfs not supported by kernel failed<notice>exit status of (boot.localfs) is (0) <notice>run boot scripts (boot.crypto) <notice>exit status of (boot.crypto) is (0) <notice>run boot scripts (boot.swap boot.scpm boot.restore_permissions boot.loadmodules) Loading required kernel modules doneRestore device permissionsdone Activating remaining swap-devices in /etc/fstab... done<notice>exit status of (boot.swap boot.scpm boot.restore_permissions boot.loadmodules) is (0 0 0 0) <notice>run boot scripts (boot.idedma boot.clock) Setting up the CMOS clockdone <notice>exit status of (boot.idedma boot.clock) is (0 0) <notice>run boot scripts (boot.ldconfig) Setting up timezone datadone <notice>exit status of (boot.ldconfig) is (0) <notice>run boot scripts (boot.sched boot.localnet boot.isapnp) Setting scheduling timeslices unused Setting up hostname 'linux'done Setting up loopback interface lo lo IP address: 127.0.0.1/8 done <notice>exit status of (boot.sched boot.localnet boot.isapnp) is (6 0 0) <notice>run boot scripts (boot.klog boot.ipconfig) Enabling syn flood protectiondone Disabling IP forwardingdone Creating /var/log/boot.msg done<notice>killproc: kill(177,29) <notice>exit status of (boot.klog boot.ipconfig) is (0 0) System Boot Control: The system has been set up Skipped features: boot.sched System Boot Control: Running /etc/init.d/boot.local done<notice>killproc: kill(177,3) INIT: Entering runlevel: 5 Boot logging started on /dev/tty1(/dev/console) at Thu Apr 28 09:29:50 2005 Master Resource Control: previous runlevel: N, switching to runlevel: 5 <notice>start services (random isdn hotplug) Hotplug is already active (disable with NOHOTPLUG=1 at the boot prompt)done Initializing random number generatordone <notice>exit status of (random isdn hotplug) is (0 0 0) <notice>start services (coldplug) coldplug scanning input: done scanning pci: .**.**W.WWdone scanning usb: done . . . . . . . . . . . . . . . . . . . . . . . .done <notice>exit status of (coldplug) is (0) <notice>start services (network) Setting up network interfaces: lo lo IP address: 127.0.0.1/8 done ppp0 ppp0 Startmode is 'manual' skippedSetting up service network . . . . . . . . . . . . . . . .done <notice>exit status of (network) is (0) <notice>start services (syslog) Starting syslog services<notice>startproc: execve (/sbin/syslogd) [ /sbin/syslogd -a /var/lib/ntp/dev/log ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=25 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/syslogd ] <notice>startproc: execve (/sbin/klogd) [ /sbin/klogd -c 1 -2 ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=25 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/klogd ] done <notice>exit status of (syslog) is (0) <notice>start services (smbfs) Mount SMB File System unused <notice>exit status of (smbfs) is (6) <notice>start services (splash_early resmgr portmap) <notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=27 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/portmap ] Starting RPC portmap daemondone Starting resource manager<notice>startproc: execve (/sbin/resmgrd) [ /sbin/resmgrd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=27 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/resmgrd ] done <notice>exit status of (splash_early resmgr portmap) is (0 0 0) <notice>start services (nfsboot) Starting nfsboot (sm-notify) Backgrounding to notify hosts... done <notice>exit status of (nfsboot) is (0) <notice>start services (sshd smpppd running-kernel powersaved fbset alsasound) <notice>startproc: execve (/usr/sbin/smpppd) [ /usr/sbin/smpppd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=31 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/smpppd ] <notice>startproc: execve (/usr/sbin/sshd) [ /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=31 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/sshd ] Starting sound driver: already runningdone Starting SMPPPDdone Starting SSH daemondone loading ACPI modules () Starting powersaved <notice>startproc: execve (/usr/sbin/powersaved) [ /usr/sbin/powersaved -d -e /etc/powersave.conf -a resmgr -v 3 ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=31 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/powersaved ] done <notice>exit status of (sshd smpppd running-kernel powersaved fbset alsasound) is (0 0 0 0 0 0) <notice>start services (splash postfix kbd cups) <notice>startproc: execve (/usr/sbin/cupsd) [ /usr/sbin/cupsd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=37 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/cupsd ] Starting cupsddone Starting mail service (Postfix)done Loading keymap qwerty/uk.map.gz doneLoading compose table latin1.adddone Start Unicode mode doneLoading console font Cyr_a8x16.psfu -m trivial (K done<notice>exit status of (splash postfix kbd cups) is (0 0 0 0) <notice>start services (nscd hwscan cron) <notice>startproc: execve (/usr/sbin/cron) [ /usr/sbin/cron ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=41 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/cron ] Starting hardware scan on boot<notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=41 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/nscd ] Starting CRON daemondone Starting Name Service Cache Daemondone <notice>exit status of (nscd hwscan cron) is (0 0 0) <notice>start services (xdm splash_late) Starting service kdm<notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ LC_MONETARY= CONSOLE=/dev/console TERM=linux SHELL=/bin/sh LC_NUMERIC= QTDIR=/usr/lib/qt3 LC_ALL= progress=44 INIT_VERSION=sysvinit-2.85 KDEROOTHOME=/root/.kdm REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:. LC_MESSAGES= vga=0x317 RUNLEVEL=5 LC_COLLATE= resume=/dev/hda6 PWD=/ LANG=ru_RU.UTF-8 PREVLEVEL=N LINES=48 SHLVL=2 XCURSOR_THEME=crystalwhite no_proxy=localhost WINDOWMANAGER=/usr/X11R6/bin/kde LC_CTYPE=ru_RU.UTF-8 splash=silent sscripts=45 LC_TIME= _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ] done <notice>exit status of (xdm splash_late) is (0 0) Master Resource Control: runlevel 5 has been reached Skipped services in runlevel 5: smbfs <notice>killproc: kill(710,3) В чем проблема по идее не в ядре а в скриптах загрузочных.
-
Система Suse 9.1 после перекомпиляции ядра оно не грузит модули хотя поддержку модулей в ядро включал. Вот логг загрузки Inspecting /boot/System.map-2.6.4flint Loaded 26307 symbols from /boot/System.map-2.6.4flint. Symbols match kernel version 2.6.4. No module symbols loaded - kernel modules not enabled. klogd 1.4.1, log source = ksyslog started. <4>Linux version 2.6.4flint (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #2 Wed Apr 27 10:59:58 MSD 2005 <6>BIOS-provided physical RAM map: <4> BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) <4> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) <4> BIOS-e820: 0000000000100000 - 0000000013ff0000 (usable) <4> BIOS-e820: 0000000013ff0000 - 0000000013ff3000 (ACPI NVS) <4> BIOS-e820: 0000000013ff3000 - 0000000014000000 (ACPI data) <4> BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) <5>693MB vmalloc/ioremap area available. <5>319MB LOWMEM available. <4>On node 0 totalpages: 81904 <4> DMA zone: 4096 pages, LIFO batch:1 <4> Normal zone: 77808 pages, LIFO batch:16 <4> HighMem zone: 0 pages, LIFO batch:1 <6>DMI 2.2 present. <6>ACPI: RSDP (v000 GBT ) @ 0x000f6a00 <6>ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x13ff3000 <6>ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x13ff3040 <6>ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000 <6>ACPI: PM-Timer IO Port: 0x4008 <6>ACPI: local apic disabled <4>Built 1 zonelists <4>Kernel command line: root=/dev/hda5 vga=0x317 desktop resume=/dev/hda6 splash=silent <6>bootsplash: silent mode. <6>Initializing CPU#0 <4>PID hash table entries: 2048 (order 11: 16384 bytes) <4>CKRM Initialized <4>Detected 800.286 MHz processor. <6>Using pmtmr for high-res timesource <4>Console: colour dummy device 80x25 <6>Memory: 320444k/327616k available (2522k kernel code, 6408k reserved, 823k data, 172k init, 0k highmem) <4>Checking if this processor honours the WP bit even in supervisor mode... Ok. <4>Calibrating delay loop... 1585.15 BogoMIPS <6>Security Scaffold v1.0.0 initialized <6>SELinux: Initializing. <6>SELinux: Starting in permissive mode <6>There is already a security framework initialized, register_security failed. <6>Failure registering capabilities with the kernel <6>selinux_register_security: Registering secondary module capability <6>Capability LSM initialized <6>Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) <4>Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) <4>Mount-cache hash table entries: 512 (order: 0, 4096 bytes) <7>CPU: After generic identify, caps: 0387f9ff 00000000 00000000 00000000 <7>CPU: After vendor identify, caps: 0387f9ff 00000000 00000000 00000000 <6>CPU: L1 I cache: 16K, L1 D cache: 16K <6>CPU: L2 cache: 256K <5>CPU serial number disabled. <7>CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 <6>Intel machine check architecture supported. <6>Intel machine check reporting enabled on CPU#0. <4>CPU: Intel Pentium III (Coppermine) stepping 0a <6>Enabling fast FPU save and restore... done. <6>Enabling unmasked SIMD FPU exception support... done. <6>Checking 'hlt' instruction... OK. <4>POSIX conformance testing by UNIFIX <4>do_initcalls <4>init_elf_binfmt <6>NET: Registered protocol family 16 <6>PCI: PCI BIOS revision 2.10 entry at 0xfb380, last bus=1 <6>PCI: Using configuration type 1 <6>mtrr: v2.0 (20020519) <6>ACPI: Subsystem revision 20040326 <4>ACPI: IRQ9 SCI: Level Trigger. <6>ACPI: Interpreter enabled <6>ACPI: Using PIC for interrupt routing <6>ACPI: PCI Root Bridge [PCI0] (00:00) <4>PCI: Probing PCI hardware (bus 00) <4> ... the first call_usermodehelper: pci_bus <7>ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] <4>ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15) <4>ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 10 11 12 14 15) <4>ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 11 *12 14 15) <4>ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *10 11 12 14 15) <6>drivers/usb/core/usb.c: registered new driver usbfs <6>drivers/usb/core/usb.c: registered new driver hub <4>ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 <4>ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 12 <4>ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 <6>PCI: Using ACPI for IRQ routing <6>PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off' <6>vesafb: framebuffer at 0xd8000000, mapped to 0xd4808000, size 16384k <6>vesafb: mode is 1024x768x16, linelength=2048, pages=0 <6>vesafb: protected mode interface info at c000:0a15 <6>vesafb: scrolling: redraw <6>vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0 <6>fb0: VESA VGA frame buffer device <6>ikconfig 0.7 with /proc/config* <5>VFS: Disk quotas dquot_6.5.1 <5>udf: registering filesystem <6>SELinux: Registering netfilter hooks <6>Initializing Cryptographic API <6>Activating ISA DMA hang workarounds. <6>ACPI: Power Button (FF) [PWRF] <6>ACPI: Sleep Button (CM) [sLPB] <6>ACPI: Processor [CPU0] (supports C1 C2, 2 throttling states) <4>Console: switching to colour frame buffer device 128x48 <6>Real Time Clock Driver v1.12 <6>Linux agpgart interface v0.100 © Dave Jones <6>agpgart: Detected VIA Apollo Pro 133 chipset <6>agpgart: Maximum main memory to use for agp memory: 262M <6>agpgart: AGP aperture is 64M @ 0xe0000000 <4>Hangcheck: starting hangcheck timer 0.5.0 (tick is 180 seconds, margin is 60 seconds). <6>Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled <4>ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A <4>ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A <4>Using anticipatory io scheduler <6>Floppy drive(s): fd0 is 1.44M <6>FDC 0 is a post-1991 82077 <6>PPP generic driver version 2.4.2 <6>Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 <6>ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx <6>VP_IDE: IDE controller at PCI slot 0000:00:07.1 <6>VP_IDE: chipset revision 16 <6>VP_IDE: not 100%% native mode: will probe irqs later <6>VP_IDE: VIA vt82c596b (rev 23) IDE UDMA66 controller on pci0000:00:07.1 <6> ide0: BM-DMA at 0xd000-0xd007, BIOS settings: hda:DMA, hdb:DMA <6> ide1: BM-DMA at 0xd008-0xd00f, BIOS settings: hdc:DMA, hdd:DMA <4>hda: WDC WD800BB-00CAA1, ATA DISK drive <4>hdb: ST3160023A, ATA DISK drive <4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 <4>hdc: Pioneer DVD-ROM ATAPIModel DVD-115 0133, ATAPI CD/DVD-ROM drive <4>hdd: LITE-ON LTR-40125W, ATAPI CD/DVD-ROM drive <4>ide1 at 0x170-0x177,0x376 on irq 15 <4>hda: max request size: 128KiB <6>hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(33) <6> hda: hda1 hda2 < hda5 hda6 > <4>hdb: max request size: 1024KiB <6>hdb: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(33) <6> hdb: hdb1 <4>hdc: ATAPI 40X DVD-ROM drive, 512kB Cache, UDMA(33) <6>Uniform CD-ROM driver Revision: 3.20 <4>hdd: ATAPI 48X CD-ROM CD-R/RW drive, 1984kB Cache, UDMA(33) <4>ide-floppy driver 0.99.newide <6>drivers/usb/core/usb.c: registered new driver usblp <6>drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver <6>drivers/usb/core/usb.c: registered new driver hid <6>drivers/usb/input/hid-core.c: v2.0:USB HID core driver <6>mice: PS/2 mouse device common for all mice <6>gameport: pci0000:00:0a.1 speed 1242 kHz <6>serio: i8042 AUX port at 0x60,0x64 irq 12 <6>serio: i8042 KBD port at 0x60,0x64 irq 1 <6>input: AT Translated Set 2 keyboard on isa0060/serio0 <6>Advanced Linux Sound Architecture Driver Version 1.0.3 (Mon Mar 01 10:12:14 2004 UTC). <6>ALSA device list: <6> #0: Dummy 1 <6> #1: Sound Blaster Live! (rev.7) at 0xd800, irq 12 <6>NET: Registered protocol family 2 <6>IP: routing cache hash table of 2048 buckets, 16Kbytes <6>TCP: Hash tables configured (established 32768 bind 65536) <6>NET: Registered protocol family 1 <6>NET: Registered protocol family 17 <6>NET: Registered protocol family 15 <6>kjournald starting. Commit interval 5 seconds <6>EXT3-fs: mounted filesystem with ordered data mode. <4>VFS: Mounted root (ext3 filesystem) readonly. <6>Freeing unused kernel memory: 172k freed <6>Adding 514040k swap on /dev/hda6. Priority:42 extents:1 <6>EXT3 FS on hda5, internal journal <6>NTFS driver 2.1.6 [Flags: R/O MODULE]. <6>NTFS volume version 3.1. <4>Unable to load NLS charset cp437 <4>Unable to load NLS charset utf-8 Kernel logging (ksyslog) stopped. Kernel log daemon terminating. Boot logging started on /dev/tty1(/dev/console) at Thu Apr 28 13:29:40 2005 <notice>run boot scripts (setserial boot.proc) Configuring serial ports... /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A /dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A Configured serial ports done<notice>exit status of (setserial boot.proc) is (0 0) <notice>run boot scripts (boot.shm) Mounting shared memory FS on /dev/shmdone <notice>exit status of (boot.shm) is (0) <notice>run boot scripts (boot.rootfsck) Activating swap-devices in /etc/fstab... doneFile systems are NOT being checked. <notice>exit status of (boot.rootfsck) is (0) <notice>run boot scripts (boot.md boot.device-mapper) Activating device mapper... FATAL: Module dm_mod not found. device-mapper kernel module not loaded: can't create /dev/mapper/control. failed <notice>exit status of (boot.md boot.device-mapper) is (0 0) <notice>run boot scripts (boot.localfs) Checking file systems... fsck 1.34 (25-Jul-2003) doneSetting updone Mounting local file systems... proc on /proc type proc (rw) tmpfs on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hda1 on /windows/C type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/hdb1 on /windows/D type vfat (rw,noexec,nosuid,nodev,gid=100,umask=0002,iocharset=utf8) mount: fs type subfs not supported by kernel mount: fs type subfs not supported by kernel mount: fs type subfs not supported by kernel failed<notice>exit status of (boot.localfs) is (0) <notice>run boot scripts (boot.crypto) <notice>exit status of (boot.crypto) is (0) <notice>run boot scripts (boot.swap boot.scpm boot.restore_permissions boot.loadmodules) Loading required kernel modules doneRestore device permissionsdone Activating remaining swap-devices in /etc/fstab... done<notice>exit status of (boot.swap boot.scpm boot.restore_permissions boot.loadmodules) is (0 0 0 0) <notice>run boot scripts (boot.idedma boot.clock) Setting up the CMOS clockdone <notice>exit status of (boot.idedma boot.clock) is (0 0) <notice>run boot scripts (boot.ldconfig) Setting up timezone datadone <notice>exit status of (boot.ldconfig) is (0) <notice>run boot scripts (boot.sched boot.localnet boot.isapnp) Setting scheduling timeslices unused Setting up hostname 'linux'done Setting up loopback interface lo lo IP address: 127.0.0.1/8 done <notice>exit status of (boot.sched boot.localnet boot.isapnp) is (6 0 0) <notice>run boot scripts (boot.klog boot.ipconfig) Enabling syn flood protectiondone Disabling IP forwardingdone Creating /var/log/boot.msg done<notice>killproc: kill(177,29) <notice>exit status of (boot.klog boot.ipconfig) is (0 0) System Boot Control: The system has been set up Skipped features: boot.sched System Boot Control: Running /etc/init.d/boot.local done<notice>killproc: kill(177,3) INIT: Entering runlevel: 5 Boot logging started on /dev/tty1(/dev/console) at Thu Apr 28 09:29:50 2005 Master Resource Control: previous runlevel: N, switching to runlevel: 5 <notice>start services (random isdn hotplug) Hotplug is already active (disable with NOHOTPLUG=1 at the boot prompt)done Initializing random number generatordone <notice>exit status of (random isdn hotplug) is (0 0 0) <notice>start services (coldplug) coldplug scanning input: done scanning pci: .**.**W.WWdone scanning usb: done . . . . . . . . . . . . . . . . . . . . . . . .done <notice>exit status of (coldplug) is (0) <notice>start services (network) Setting up network interfaces: lo lo IP address: 127.0.0.1/8 done ppp0 ppp0 Startmode is 'manual' skippedSetting up service network . . . . . . . . . . . . . . . .done <notice>exit status of (network) is (0) <notice>start services (syslog) Starting syslog services<notice>startproc: execve (/sbin/syslogd) [ /sbin/syslogd -a /var/lib/ntp/dev/log ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=25 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/syslogd ] <notice>startproc: execve (/sbin/klogd) [ /sbin/klogd -c 1 -2 ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=25 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/klogd ] done <notice>exit status of (syslog) is (0) <notice>start services (smbfs) Mount SMB File System unused <notice>exit status of (smbfs) is (6) <notice>start services (splash_early resmgr portmap) <notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=27 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/portmap ] Starting RPC portmap daemondone Starting resource manager<notice>startproc: execve (/sbin/resmgrd) [ /sbin/resmgrd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=27 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/sbin/resmgrd ] done <notice>exit status of (splash_early resmgr portmap) is (0 0 0) <notice>start services (nfsboot) Starting nfsboot (sm-notify) Backgrounding to notify hosts... done <notice>exit status of (nfsboot) is (0) <notice>start services (sshd smpppd running-kernel powersaved fbset alsasound) <notice>startproc: execve (/usr/sbin/smpppd) [ /usr/sbin/smpppd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=31 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/smpppd ] <notice>startproc: execve (/usr/sbin/sshd) [ /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=31 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/sshd ] Starting sound driver: already runningdone Starting SMPPPDdone Starting SSH daemondone loading ACPI modules () Starting powersaved <notice>startproc: execve (/usr/sbin/powersaved) [ /usr/sbin/powersaved -d -e /etc/powersave.conf -a resmgr -v 3 ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=31 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/powersaved ] done <notice>exit status of (sshd smpppd running-kernel powersaved fbset alsasound) is (0 0 0 0 0 0) <notice>start services (splash postfix kbd cups) <notice>startproc: execve (/usr/sbin/cupsd) [ /usr/sbin/cupsd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=37 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/cupsd ] Starting cupsddone Starting mail service (Postfix)done Loading keymap qwerty/uk.map.gz doneLoading compose table latin1.adddone Start Unicode mode doneLoading console font Cyr_a8x16.psfu -m trivial (K done<notice>exit status of (splash postfix kbd cups) is (0 0 0 0) <notice>start services (nscd hwscan cron) <notice>startproc: execve (/usr/sbin/cron) [ /usr/sbin/cron ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=41 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/cron ] Starting hardware scan on boot<notice>startproc: execve (/usr/sbin/nscd) [ /usr/sbin/nscd ], [ CONSOLE=/dev/console TERM=linux SHELL=/bin/sh progress=41 INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin vga=0x317 RUNLEVEL=5 resume=/dev/hda6 PWD=/ PREVLEVEL=N LINES=48 SHLVL=2 splash=silent sscripts=45 _=/sbin/startproc DAEMON=/usr/sbin/nscd ] Starting CRON daemondone Starting Name Service Cache Daemondone <notice>exit status of (nscd hwscan cron) is (0 0 0) <notice>start services (xdm splash_late) Starting service kdm<notice>startproc: execve (/opt/kde3/bin/kdm) [ /opt/kde3/bin/kdm ], [ LC_MONETARY= CONSOLE=/dev/console TERM=linux SHELL=/bin/sh LC_NUMERIC= QTDIR=/usr/lib/qt3 LC_ALL= progress=44 INIT_VERSION=sysvinit-2.85 KDEROOTHOME=/root/.kdm REDIRECT=/dev/tty1 COLUMNS=128 PATH=/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:. LC_MESSAGES= vga=0x317 RUNLEVEL=5 LC_COLLATE= resume=/dev/hda6 PWD=/ LANG=ru_RU.UTF-8 PREVLEVEL=N LINES=48 SHLVL=2 XCURSOR_THEME=crystalwhite no_proxy=localhost WINDOWMANAGER=/usr/X11R6/bin/kde LC_CTYPE=ru_RU.UTF-8 splash=silent sscripts=45 LC_TIME= _=/sbin/startproc DAEMON=/opt/kde3/bin/kdm ] done <notice>exit status of (xdm splash_late) is (0 0) Master Resource Control: runlevel 5 has been reached Skipped services in runlevel 5: smbfs <notice>killproc: kill(710,3) В чем проблема по идее не в ядре а в скриптах загрузочных.
-
Поставил себе звуковю карту M-Audio Audiophile 2496 мой Мандрэйк 10 ее определил но звука не было я кое как разобрался звук сделал правда без полного дуплекса и артс запускаться ни в какую не хочет но дело не в этом страшные вещ начали твориться: после каждой перезагрузки в файле /etc/modprobe.conf куда-то исчезает информация о графической плате и модеме соответственно ничего из этого не работает иксы не грузятся пока вручную не добавляю нужные строки че за фигня?
-
И все таки кривовато работает полного дуплекса нет в кде не пойму почему arts не запускается я так понимаю что он за дуплекс отвечает.
-
Да не успел еще протестить но работать должно вообще для миди и всего остального ИМХО лучше винда мне надо было только чтоб обычные файлы играло vpk спасибо буду знать вдруг придется столкнуться снова
-
В общем зря я разработчикам поверил в Алсе она тоже работает и геммороя меньше надо было сразу разобраться