Re[2]: [Comm] Большая проблема. нужна помощь!

Александр П. =?iso-8859-1?q?22468_=CE=C1_mail=2Eru?=
Сб Фев 28 19:19:14 MSK 2004


Здравствуйте, Eugene.

Вы писали 28 февраля 2004 г., 17:26:21:

EO> Александр П. пишет:

>>Здравствуйте, уважаемое и всеведущее ALT Linux-сообщество!!!
>>
>>Помогите, кто чем может, пожалуйста!
>>Проблема такова: Поставил ALT Linux Master 2.2
>>Система: Motherboard EPOX-8K9A (KT 400), Athlon XP 2200+  512 RAM.
>>Монитор - SAMTRON 76BDF 17"
>>Видеокарта - NVIDIA GeForce4 MX440 128 Mb 128 bit AGP-8x TV-out+DVI
>>Система стала "на УРА", после перезагрузки при запуске X появился
>>черный экран и ничего сделать не возможно...
>>
>>  
>>
EO> Более точно можно будет ответить только при наличии 
EO> /etc/X11/XF86Config-4 и логах загрузки,

а логи загрузки в какой месте хранятся?  ;) я пока еще не знаю
такого...

начало /etc/X11/XF86Config-4   -----------------------------------------

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "ru"
    Option "XkbVariant"  "winkeys"
    Option "XkbOptions"  "grp:ctrl_shift_toggle"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.

    Load        "dbe"

# This loads the Video for Linux module.
    Load        "v4l"

# This loads the NVIDIA GLX extension module.
# IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE
# IT WILL LOAD XFree86 glx module and the server will crash.

    Load        "/usr/X11R6/lib/modules/extensions/libglx.so"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"
        #Option "omit xfree86-dga"

    EndSubSection

# This loads the Type1 and FreeType font modules

    Load        "type1"
    Load        "freetype"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "monitor1"
    VendorName "Unknown"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-85


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "NVIDIA GeForce (fbdev)"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "nvidia"
#    VideoRam    131072
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

    Option      "DPMS"  "on"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "screen1"
    Device      "NVIDIA GeForce (fbdev)"
    Monitor     "monitor1"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

конец-----------------------------------------------------------------------------------


Кроме всего я скачал драйвер с сайта НВИДИА для Линукс и пытался
устанавливать... Ничего не вышло... Инсталлер сформировал такой лог:

начало --------------------------------------------------------

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sat Feb 28 16:44:20 2004

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  no precompiled interface: false
  no ncurses color        : false
  query latest driver ver : false
  OpenGL header files     : false
  no questions            : false
  silent                  : false
  XFree86 install prefix  : /usr/X11R6
  OpenGL install prefix   : /usr
  Installer install prefix: /usr
  kernel include path     : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp site                : ftp://download.nvidia.com

Using: nvidia-installer ncurses user interface
ERROR: Unable to find the system utility `ld`; please make sure you have the
       package 'binutils' installed.  If you do have binutils installed, then
       please check that `ld` is in your PATH.

конец     ------------------------------------------------------------

EO> но из старых грабель советую
EO> посмотреть в БИОСЕ опцию "Use irq for VGA" - она должна быть в значении
EO> "Yes" или "On".
У меня в БИОСе стоит и стояла Assign IRQ for VGA - Enabled

в var/log/kernel  лежат следующие файлики:

начало ERRORS ---------------------------------------------------

Feb 28 08:17:24 localhost kernel: agpgart: unable to determine aperture size.

конец  --------------------------------------


начало WARNINGS ------------------------------------------------------

Feb 28 08:16:45 localhost kernel: Linux version 2.4.20-alt5-up (rider на skif.office.altlinux.ru) (gcc version 2.96 20000731 (ALT Linux, build 2.96-alt3)) #1 Sun Feb 16 16:46:13 MSK 2003
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Feb 28 08:16:45 localhost kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Feb 28 08:16:45 localhost kernel:  user: 0000000000000000 - 000000000009fc00 (usable)
Feb 28 08:16:45 localhost kernel:  user: 000000000009fc00 - 00000000000a0000 (reserved)
Feb 28 08:16:45 localhost kernel:  user: 00000000000f0000 - 0000000000100000 (reserved)
Feb 28 08:16:45 localhost kernel:  user: 0000000000100000 - 000000001fff0000 (usable)
Feb 28 08:16:45 localhost kernel:  user: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
Feb 28 08:16:45 localhost kernel:  user: 000000001fff3000 - 0000000020000000 (ACPI data)
Feb 28 08:16:45 localhost kernel:  user: 00000000fec00000 - 00000000fec01000 (reserved)
Feb 28 08:16:45 localhost kernel:  user: 00000000fee00000 - 00000000fee01000 (reserved)
Feb 28 08:16:45 localhost kernel:  user: 00000000ffff0000 - 0000000100000000 (reserved)
Feb 28 08:16:45 localhost kernel: On node 0 totalpages: 131056
Feb 28 08:16:45 localhost kernel: zone(0): 4096 pages.
Feb 28 08:16:45 localhost kernel: zone(1): 126960 pages.
Feb 28 08:16:45 localhost kernel: zone(2): 0 pages.
Feb 28 08:16:45 localhost kernel: BIOS Vendor: Phoenix Technologies, LTD
Feb 28 08:16:45 localhost kernel: BIOS Version: 6.00 PG
Feb 28 08:16:45 localhost kernel: BIOS Release: 04/07/2003
Feb 28 08:16:45 localhost kernel: System Vendor: VIA Technologies, Inc.
Feb 28 08:16:45 localhost kernel: Product Name: KT400-8235
Feb 28 08:16:45 localhost kernel: Version:  
Feb 28 08:16:45 localhost kernel: Serial Number:  
Feb 28 08:16:45 localhost kernel: Board Vendor:  
Feb 28 08:16:45 localhost kernel: Board Name: KT400-8235
Feb 28 08:16:45 localhost kernel: Board Version:  
Feb 28 08:16:45 localhost kernel: Kernel command line: auto BOOT_IMAGE=linux-up ro root=309 mem=512M
Feb 28 08:16:45 localhost kernel: Detected 1804.102 MHz processor.
Feb 28 08:16:45 localhost kernel: Console: colour dummy device 80x25
Feb 28 08:16:45 localhost kernel: Calibrating delay loop... 3591.37 BogoMIPS
Feb 28 08:16:45 localhost kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Feb 28 08:16:45 localhost kernel: Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb 28 08:16:45 localhost kernel: Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
Feb 28 08:16:45 localhost kernel: CPU: AMD Athlon(tm) XP 2200+ stepping 01
Feb 28 08:16:45 localhost kernel: POSIX conformance testing by UNIFIX
Feb 28 08:16:45 localhost kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch на atnf.csiro.au)
Feb 28 08:16:45 localhost kernel: mtrr: detected mtrr type: Intel
Feb 28 08:16:45 localhost kernel: Initializing RT netlink socket
Feb 28 08:16:45 localhost kernel: Starting kswapd
Feb 28 08:16:45 localhost kernel: kinoded started
Feb 28 08:16:45 localhost kernel: Console: switching to colour frame buffer device 82x26
Feb 28 08:16:45 localhost kernel: pty: 256 Unix98 ptys configured
Feb 28 08:16:45 localhost kernel: VP_IDE: IDE controller on PCI bus 00 dev 89
Feb 28 08:16:45 localhost kernel: PCI: No IRQ known for interrupt pin A of device 00:11.1. Please try using pci=biosirq.
Feb 28 08:16:45 localhost kernel: VP_IDE: chipset revision 6
Feb 28 08:16:45 localhost kernel: VP_IDE: not 100%% native mode: will probe irqs later
Feb 28 08:16:45 localhost kernel:     ide0: BM-DMA at 0xe400-0xe407, BIOS settings: hda:DMA, hdb:pio
Feb 28 08:16:45 localhost kernel:     ide1: BM-DMA at 0xe408-0xe40f, BIOS settings: hdc:DMA, hdd:pio
Feb 28 08:16:45 localhost kernel: hda: ST3120026A, ATA DISK drive
Feb 28 08:16:45 localhost kernel: hdc: TOSHIBA DVD-ROM SD-R1312, ATAPI CD/DVD-ROM drive
Feb 28 08:16:45 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Feb 28 08:16:45 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
Feb 28 08:16:45 localhost kernel: blk: queue c02a60e4, I/O limit 4095Mb (mask 0xffffffff)
Feb 28 08:16:45 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Feb 28 08:16:45 localhost kernel: VFS: Mounted root (romfs filesystem) readonly.
Feb 28 08:16:45 localhost kernel: VFS: Mounted root (ext2 filesystem) readonly.
Feb 28 08:16:45 localhost kernel: Executing init=/sbin/init
Feb 28 08:16:45 localhost kernel:   Vendor: TOSHIBA   Model: DVD-ROM SD-R1312  Rev: X012
Feb 28 08:16:45 localhost kernel:   Type:   CD-ROM                             ANSI SCSI revision: 02
Feb 28 08:16:45 localhost kernel: usb-uhci.c: Detected 2 ports
Feb 28 08:16:45 localhost last message repeated 2 times
Feb 28 08:17:23 localhost kernel: 0: nvidia: loading NVIDIA Linux x86 nvidia.o Kernel Module  1.0-4191  Mon Dec  9 11:49:01 PST 2002
Feb 28 08:17:24 localhost kernel: 0: NVRM: AGPGART: unable to retrieve symbol table

конец  ------------------------------------------


начало  INFO  ---------------------------------------------

Feb 28 08:16:45 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Feb 28 08:16:45 localhost kernel: Inspecting /boot/System.map-2.4.20-alt5-up
Feb 28 08:16:45 localhost kernel: Loaded 15588 symbols from /boot/System.map-2.4.20-alt5-up.
Feb 28 08:16:45 localhost kernel: Symbols match kernel version 2.4.20.
Feb 28 08:16:45 localhost kernel: Loaded 577 symbols from 28 modules.
Feb 28 08:16:45 localhost kernel: BIOS-provided physical RAM map:
Feb 28 08:16:45 localhost kernel: user-defined physical RAM map:
Feb 28 08:16:45 localhost kernel: 511MB LOWMEM available.
Feb 28 08:16:45 localhost kernel: DMI 2.2 present.
Feb 28 08:16:45 localhost kernel: 37 structures occupying 959 bytes.
Feb 28 08:16:45 localhost kernel: DMI table at 0x000F0800.
Feb 28 08:16:45 localhost kernel: Initializing CPU#0
Feb 28 08:16:45 localhost kernel: Memory: 516356k/524224k available (949k kernel code, 7480k reserved, 397k data, 116k init, 0k highmem)
Feb 28 08:16:45 localhost kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Feb 28 08:16:45 localhost kernel: Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Feb 28 08:16:45 localhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Feb 28 08:16:45 localhost kernel: CPU: L2 Cache: 256K (64 bytes/line)
Feb 28 08:16:45 localhost kernel: Intel machine check architecture supported.
Feb 28 08:16:45 localhost kernel: Intel machine check reporting enabled on CPU#0.
Feb 28 08:16:45 localhost kernel: CPU:     After generic, caps: 0383fbff c1c3fbff 00000000 00000000
Feb 28 08:16:45 localhost kernel: CPU:             Common caps: 0383fbff c1c3fbff 00000000 00000000
Feb 28 08:16:45 localhost kernel: Enabling fast FPU save and restore... done.
Feb 28 08:16:45 localhost kernel: Enabling unmasked SIMD FPU exception support... done.
Feb 28 08:16:45 localhost kernel: Checking 'hlt' instruction... OK.
Feb 28 08:16:45 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb3b0, last bus=1
Feb 28 08:16:45 localhost kernel: PCI: Using configuration type 1
Feb 28 08:16:45 localhost kernel: PCI: Probing PCI hardware
Feb 28 08:16:45 localhost kernel: PCI: Using IRQ router VIA [1106/3177] at 00:11.0
Feb 28 08:16:45 localhost kernel: Linux NET4.0 for Linux 2.4
Feb 28 08:16:45 localhost kernel: Based upon Swansea University Computer Society NET3.039
Feb 28 08:16:45 localhost kernel: VFS: Disk quotas vdquot_6.5.1
Feb 28 08:16:45 localhost kernel: vesafb: framebuffer at 0xd8000000, mapped to 0xe0800000, size 131072k
Feb 28 08:16:45 localhost kernel: vesafb: mode is 800x600x16, linelength=1600, pages=2
Feb 28 08:16:45 localhost kernel: vesafb: protected mode interface info at c000:e4d0
Feb 28 08:16:45 localhost kernel: vesafb: scrolling: redraw
Feb 28 08:16:45 localhost kernel: vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Feb 28 08:16:45 localhost kernel: Looking for splash picture.... found (800x600, 15525 bytes).
Feb 28 08:16:45 localhost kernel: fb0: VESA VGA frame buffer device
Feb 28 08:16:45 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
Feb 28 08:16:45 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Feb 28 08:16:45 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Feb 28 08:16:45 localhost kernel: VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci00:11.1
Feb 28 08:16:45 localhost kernel: hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=14593/255/63, UDMA(100)
Feb 28 08:16:45 localhost kernel: Partition check:
Feb 28 08:16:45 localhost kernel:  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 >
Feb 28 08:16:45 localhost kernel: NET4: Frame Diverter 0.46
Feb 28 08:16:45 localhost kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Feb 28 08:16:45 localhost kernel: md: Autodetecting RAID arrays.
Feb 28 08:16:45 localhost kernel: md: autorun ...
Feb 28 08:16:45 localhost kernel: md: ... autorun DONE.
Feb 28 08:16:45 localhost kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Feb 28 08:16:45 localhost kernel: IP Protocols: ICMP, UDP, TCP
Feb 28 08:16:45 localhost kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Feb 28 08:16:45 localhost kernel: TCP: Hash tables configured (established 32768 bind 65536)
Feb 28 08:16:45 localhost kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Feb 28 08:16:45 localhost kernel: RAMDISK: Compressed image found at block 0
Feb 28 08:16:45 localhost kernel: Freeing initrd memory: 74k freed
Feb 28 08:16:45 localhost kernel: Trying to move old root to /initrd ... failed
Feb 28 08:16:45 localhost kernel: Unmounting old root
Feb 28 08:16:45 localhost kernel: Trying to free ramdisk memory ... okay
Feb 28 08:16:45 localhost kernel: Freeing unused kernel memory: 116k freed
Feb 28 08:16:45 localhost kernel: Real Time Clock Driver v1.10e
Feb 28 08:16:45 localhost kernel: Adding Swap: 2097136k swap-space (priority -1)
Feb 28 08:16:45 localhost kernel: SCSI subsystem driver Revision: 1.00
Feb 28 08:16:45 localhost kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Feb 28 08:16:45 localhost kernel: MSDOS FS: IO charset koi8-r
Feb 28 08:16:45 localhost kernel: MSDOS FS: Using codepage 866
Feb 28 08:16:45 localhost kernel: MSDOS FS: IO charset koi8-r
Feb 28 08:16:45 localhost kernel: MSDOS FS: Using codepage 866
Feb 28 08:16:45 localhost kernel: MSDOS FS: IO charset koi8-r
Feb 28 08:16:45 localhost kernel: MSDOS FS: Using codepage 866
Feb 28 08:16:45 localhost kernel: MSDOS FS: IO charset koi8-r
Feb 28 08:16:45 localhost kernel: MSDOS FS: Using codepage 866
Feb 28 08:16:45 localhost kernel: MSDOS FS: IO charset koi8-r
Feb 28 08:16:45 localhost kernel: MSDOS FS: Using codepage 866
Feb 28 08:16:45 localhost kernel: usb.c: registered new driver usbdevfs
Feb 28 08:16:45 localhost kernel: usb.c: registered new driver hub
Feb 28 08:16:45 localhost kernel: usb-uhci.c: $Revision: 1.275 $ time 17:12:16 Feb 16 2003
Feb 28 08:16:45 localhost kernel: usb-uhci.c: High bandwidth mode enabled
Feb 28 08:16:45 localhost kernel: PCI: Found IRQ 5 for device 00:10.0
Feb 28 08:16:45 localhost kernel: usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 5
Feb 28 08:16:45 localhost kernel: usb.c: new USB bus registered, assigned bus number 1
Feb 28 08:16:45 localhost kernel: hub.c: USB hub found
Feb 28 08:16:45 localhost kernel: hub.c: 2 ports detected
Feb 28 08:16:45 localhost kernel: PCI: Found IRQ 11 for device 00:10.1
Feb 28 08:16:45 localhost kernel: PCI: Sharing IRQ 11 with 00:09.0
Feb 28 08:16:45 localhost kernel: usb-uhci.c: USB UHCI at I/O 0xdc00, IRQ 11
Feb 28 08:16:45 localhost kernel: usb.c: new USB bus registered, assigned bus number 2
Feb 28 08:16:45 localhost kernel: hub.c: USB hub found
Feb 28 08:16:45 localhost kernel: hub.c: 2 ports detected
Feb 28 08:16:45 localhost kernel: PCI: Found IRQ 10 for device 00:10.2
Feb 28 08:16:45 localhost kernel: PCI: Sharing IRQ 10 with 00:0a.0
Feb 28 08:16:45 localhost kernel: PCI: Sharing IRQ 10 with 00:0c.0
Feb 28 08:16:45 localhost kernel: usb-uhci.c: USB UHCI at I/O 0xe000, IRQ 10
Feb 28 08:16:45 localhost kernel: usb.c: new USB bus registered, assigned bus number 3
Feb 28 08:16:45 localhost kernel: hub.c: USB hub found
Feb 28 08:16:45 localhost kernel: hub.c: 2 ports detected
Feb 28 08:16:45 localhost kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Feb 28 08:16:45 localhost kernel: isapnp: Scanning for PnP cards...
Feb 28 08:16:45 localhost kernel: isapnp: No Plug & Play device found
Feb 28 08:16:45 localhost kernel: Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
Feb 28 08:16:45 localhost kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Feb 28 08:16:45 localhost kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Feb 28 08:16:45 localhost kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE]
Feb 28 08:16:45 localhost kernel: parport0: irq 7 detected
Feb 28 08:16:45 localhost kernel: inserting floppy driver for 2.4.20-alt5-up
Feb 28 08:16:45 localhost kernel: Floppy drive(s): fd0 is 1.44M
Feb 28 08:16:45 localhost kernel: FDC 0 is a post-1991 82077
Feb 28 08:16:45 localhost kernel: 8139too Fast Ethernet driver 0.9.26
Feb 28 08:16:45 localhost kernel: PCI: Found IRQ 11 for device 00:0b.0
Feb 28 08:16:45 localhost kernel: PCI: Sharing IRQ 11 with 00:10.3
Feb 28 08:16:45 localhost kernel: divert: allocating divert_blk for eth0
Feb 28 08:16:45 localhost kernel: eth0: RealTek RTL8139 Fast Ethernet at 0xe8806000, 00:50:22:e1:7e:ab, IRQ 11
Feb 28 08:16:45 localhost kernel: eth0:  Identified 8139 chip type 'RTL-8139C'
Feb 28 08:16:45 localhost kernel: PCI: Found IRQ 11 for device 00:09.0
Feb 28 08:16:45 localhost kernel: PCI: Sharing IRQ 11 with 00:10.1
Feb 28 08:16:45 localhost kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)
Feb 28 08:17:18 localhost kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE]
Feb 28 08:17:18 localhost kernel: parport0: irq 7 detected
Feb 28 08:17:24 localhost kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
Feb 28 08:17:24 localhost kernel: agpgart: Maximum main memory to use for agp memory: 439M
Feb 28 08:17:24 localhost kernel: agpgart: Detected Via Apollo Pro KT400 chipset 

конец ----------------------------------------------------------


Думаю, что-то из этого может быть полезным...  :))

-- 
С уважением,
 Александр                          mailto:22468 на mail.ru




Подробная информация о списке рассылки community