* Cannot boot after new Kernel Build
@ 2004-01-10 8:21 Alex
2004-01-10 9:37 ` Bongani Hlope
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Alex @ 2004-01-10 8:21 UTC (permalink / raw)
To: linux-kernel
Hi,
I am trying to build a new kernel but what ever version 2.4.24, 2.6.0,
2.6.1 i am trying to build I come across the same problem.
when doing a "make install" i get the following error.
/dev/mapper/control: open failed: No such file or directlry
Is device-mapper driver missing from kernel?
Comman failed.
I have installed the lates packages
device mapper 1.00.07
initscripts 7.28.1
modutils, lvm2.2.00.08
mkinitrd-3.5.15.1-2
If I just ignore the message and try to boot the machine with the new
kernel then I get a Kernel Panic.
VFS: Cannot open root device "LABEL=/" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic: VFS: Unapble to mount root fs on unknown-block(0,0).
The boot command in grub is
root (hd0,0)
kernel /vmlinuz-2.6.1 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.6.1.img
It is basically the same (except the version) as I use for 2.4.20-28 so
I assume the label is correct.
I saw quite a few messages of similar type but no real answer to the
problem. Any Ideas what it could be ? I am using RH9.0
Thanks
Alex
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Cannot boot after new Kernel Build 2004-01-10 8:21 Cannot boot after new Kernel Build Alex @ 2004-01-10 9:37 ` Bongani Hlope 2004-01-10 15:08 ` Christian Kivalo 2004-01-11 5:34 ` Joseph Fannin 2 siblings, 0 replies; 8+ messages in thread From: Bongani Hlope @ 2004-01-10 9:37 UTC (permalink / raw) To: Alex; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 1378 bytes --] On Sat, 10 Jan 2004 17:21:32 +0900 Alex <alex@meerkatsoft.com> wrote: > Hi, > I am trying to build a new kernel but what ever version 2.4.24, 2.6.0, > 2.6.1 i am trying to build I come across the same problem. > > when doing a "make install" i get the following error. > > /dev/mapper/control: open failed: No such file or directlry > Is device-mapper driver missing from kernel? > Comman failed. > > I have installed the lates packages > device mapper 1.00.07 > initscripts 7.28.1 > modutils, lvm2.2.00.08 > mkinitrd-3.5.15.1-2 > > If I just ignore the message and try to boot the machine with the new > kernel then I get a Kernel Panic. > > VFS: Cannot open root device "LABEL=/" or unknown-block(0,0) > Please append a correct "root=" boot option > Kernel panic: VFS: Unapble to mount root fs on unknown-block(0,0). > > The boot command in grub is > root (hd0,0) > kernel /vmlinuz-2.6.1 ro root=LABEL=/ hdc=ide-scsi > initrd /initrd-2.6.1.img > > It is basically the same (except the version) as I use for 2.4.20-28 so > I assume the label is correct. ^^^^^^^^^ The label is the problem update your /etc/fstab file to something like /dev/hda1 / ext3 defaults 1 1 instead of / / ext3 default 1 1 (IIRC) > > I saw quite a few messages of similar type but no real answer to the > problem. Any Ideas what it could be ? I am using RH9.0 > > Thanks > Alex [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Cannot boot after new Kernel Build 2004-01-10 8:21 Cannot boot after new Kernel Build Alex 2004-01-10 9:37 ` Bongani Hlope @ 2004-01-10 15:08 ` Christian Kivalo 2004-01-10 15:43 ` Alex 2004-01-11 5:34 ` Joseph Fannin 2 siblings, 1 reply; 8+ messages in thread From: Christian Kivalo @ 2004-01-10 15:08 UTC (permalink / raw) To: Alex; +Cc: linux-kernel > Hi, > I am trying to build a new kernel but what ever version 2.4.24, 2.6.0, > 2.6.1 i am trying to build I come across the same problem. > > when doing a "make install" i get the following error. > > /dev/mapper/control: open failed: No such file or directlry > Is device-mapper driver missing from kernel? > Comman failed. > > I have installed the lates packages > device mapper 1.00.07 > initscripts 7.28.1 > modutils, lvm2.2.00.08 > mkinitrd-3.5.15.1-2 > > If I just ignore the message and try to boot the machine with the new > kernel then I get a Kernel Panic. > > VFS: Cannot open root device "LABEL=/" or unknown-block(0,0) > Please append a correct "root=" boot option > Kernel panic: VFS: Unapble to mount root fs on unknown-block(0,0). > > The boot command in grub is > root (hd0,0) > kernel /vmlinuz-2.6.1 ro root=LABEL=/ hdc=ide-scsi > initrd /initrd-2.6.1.img > > It is basically the same (except the version) as I use for > 2.4.20-28 so > I assume the label is correct. > > I saw quite a few messages of similar type but no real answer to the > problem. Any Ideas what it could be ? I am using RH9.0 hi! as mentioned in this thread (http://marc.theaimsgroup.com/?l=linux-kernel&m=107330398724534&w=2) a few days ago, christophe saout wrote: "LABEL= is a RedHat extension. Please use the normal root options that is described in the Grub or kernel documentation." rik van riel mentioned: "It's not even a Red Hat extension. The LABEL= stuff is done entirely in userspace, on the initrd. If you do not want to use an initrd, you need to use the normal root options instead, something like root=/dev/hda3" that thread also offers some information to the problem." have you created an initrd? if not, comment that line out of your grub config. you can leave your fstab like it is, using labels in fstab is ok. hth christian > Thanks > Alex ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Cannot boot after new Kernel Build 2004-01-10 15:08 ` Christian Kivalo @ 2004-01-10 15:43 ` Alex 2004-01-10 16:10 ` Christian Kivalo 0 siblings, 1 reply; 8+ messages in thread From: Alex @ 2004-01-10 15:43 UTC (permalink / raw) To: Christian Kivalo; +Cc: linux-kernel Hi, I tried changing the fstab, removing the LABLE from the grub.conf, removing initrd from it and also tried to boot with /dev/hda3. Nothing works, still the same problem. Alex Christian Kivalo wrote: >>Hi, >>I am trying to build a new kernel but what ever version 2.4.24, 2.6.0, >>2.6.1 i am trying to build I come across the same problem. >> >>when doing a "make install" i get the following error. >> >>/dev/mapper/control: open failed: No such file or directlry >>Is device-mapper driver missing from kernel? >>Comman failed. >> >>I have installed the lates packages >>device mapper 1.00.07 >>initscripts 7.28.1 >>modutils, lvm2.2.00.08 >>mkinitrd-3.5.15.1-2 >> >>If I just ignore the message and try to boot the machine with the new >>kernel then I get a Kernel Panic. >> >>VFS: Cannot open root device "LABEL=/" or unknown-block(0,0) >>Please append a correct "root=" boot option >>Kernel panic: VFS: Unapble to mount root fs on unknown-block(0,0). >> >>The boot command in grub is >>root (hd0,0) >>kernel /vmlinuz-2.6.1 ro root=LABEL=/ hdc=ide-scsi >>initrd /initrd-2.6.1.img >> >>It is basically the same (except the version) as I use for >>2.4.20-28 so >>I assume the label is correct. >> >>I saw quite a few messages of similar type but no real answer to the >>problem. Any Ideas what it could be ? I am using RH9.0 >> >> > >hi! > >as mentioned in this thread >(http://marc.theaimsgroup.com/?l=linux-kernel&m=107330398724534&w=2) a >few days ago, christophe saout wrote: "LABEL= is a RedHat extension. >Please use the normal root options that is described in the Grub or >kernel documentation." >rik van riel mentioned: "It's not even a Red Hat extension. The LABEL= >stuff is done entirely in userspace, on the initrd. > >If you do not want to use an initrd, you need to use the normal root >options instead, something like root=/dev/hda3" that thread also offers >some information to the problem." > >have you created an initrd? if not, comment that line out of your grub >config. > >you can leave your fstab like it is, using labels in fstab is ok. > >hth >christian > > > >>Thanks >>Alex >> >> > >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Cannot boot after new Kernel Build 2004-01-10 15:43 ` Alex @ 2004-01-10 16:10 ` Christian Kivalo 2004-01-10 16:19 ` Alex 0 siblings, 1 reply; 8+ messages in thread From: Christian Kivalo @ 2004-01-10 16:10 UTC (permalink / raw) To: Alex; +Cc: linux-kernel > Hi, > I tried changing the fstab, removing the LABLE from the grub.conf, > removing initrd from it and also tried to boot with > /dev/hda3. Nothing > works, still the same problem. hi! you don't have to change your fstab, there should everything ok with you fstab. you should change the root= entry in your grub configuration to your actual root partition. if you don't know what partition your root is on, do a 'df' and look where '/' is mounted on. the second line of df output should read somewhat similar to: /dev/sda2 4806936 1611232 2951516 36% / that's my fileserver where /dev/sda2 is mounted as '/'. your root= in grub config should read somewhat like this: root=/dev/hda1) hth christian > > Alex > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Cannot boot after new Kernel Build 2004-01-10 16:10 ` Christian Kivalo @ 2004-01-10 16:19 ` Alex 0 siblings, 0 replies; 8+ messages in thread From: Alex @ 2004-01-10 16:19 UTC (permalink / raw) To: Christian Kivalo; +Cc: linux-kernel Hi, yes I already tried /dev/hda3 but still get the same errors when booting. Alex Christian Kivalo wrote: >>Hi, >>I tried changing the fstab, removing the LABLE from the grub.conf, >>removing initrd from it and also tried to boot with >>/dev/hda3. Nothing >>works, still the same problem. >> >> > >hi! > >you don't have to change your fstab, there should everything ok with you >fstab. > >you should change the root= entry in your grub configuration to your >actual root partition. if you don't know what partition your root is on, >do a 'df' and look where '/' is mounted on. > >the second line of df output should read somewhat similar to: >/dev/sda2 4806936 1611232 2951516 36% / > >that's my fileserver where /dev/sda2 is mounted as '/'. > >your root= in grub config should read somewhat like this: >root=/dev/hda1) > >hth >christian > > > >>Alex >> >> >> > >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Cannot boot after new Kernel Build 2004-01-10 8:21 Cannot boot after new Kernel Build Alex 2004-01-10 9:37 ` Bongani Hlope 2004-01-10 15:08 ` Christian Kivalo @ 2004-01-11 5:34 ` Joseph Fannin 2004-01-11 6:04 ` Kernel 2.4.20 RH Cannot set DMA Alex 2 siblings, 1 reply; 8+ messages in thread From: Joseph Fannin @ 2004-01-11 5:34 UTC (permalink / raw) To: Alex; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 2216 bytes --] On Sat, Jan 10, 2004 at 05:21:32PM +0900, Alex wrote: > Hi, > I am trying to build a new kernel but what ever version 2.4.24, 2.6.0, > 2.6.1 i am trying to build I come across the same problem. > > when doing a "make install" i get the following error. > > /dev/mapper/control: open failed: No such file or directlry > Is device-mapper driver missing from kernel? > Comman failed. > > I have installed the lates packages > device mapper 1.00.07 > initscripts 7.28.1 > modutils, lvm2.2.00.08 > mkinitrd-3.5.15.1-2 > > If I just ignore the message and try to boot the machine with the new > kernel then I get a Kernel Panic. > > VFS: Cannot open root device "LABEL=/" or unknown-block(0,0) > Please append a correct "root=" boot option > Kernel panic: VFS: Unapble to mount root fs on unknown-block(0,0). > > The boot command in grub is > root (hd0,0) > kernel /vmlinuz-2.6.1 ro root=LABEL=/ hdc=ide-scsi > initrd /initrd-2.6.1.img > > It is basically the same (except the version) as I use for 2.4.20-28 so > I assume the label is correct. I went through something similar with Fedora Core 1 recently. I have never used initrds before. First, be sure that the initrd is in fact getting built; my experience has been that that device-mapper error is non-fatal, but there may be other problems. The command that is generating the error is mkinitrd; if you need to, run the command manually and read the mkinitrd man page (the --omit-lvm-modules will make the d-m error go away, assuming you aren't using LVM, but again, it's not a big deal). You probably don't need to do that though. More likely, the problem is the lack of *both* initrd and ramdisk support in your kernel new kernel config. Yes, you need to explicitly select ramdisk support -- I don't know why initrd can be selected without ramdisk on, but I've been assuming there is a good reason. After that, I had a problem with the ramdisk being too big, so you may want to increase the default ramdisk size to 8192 before rebuilding your kernel, or otherwise change your kernel command line to include ramdisk_size=8192. HTH. -- Joseph Fannin jhf@rivenstone.net [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Kernel 2.4.20 RH Cannot set DMA 2004-01-11 5:34 ` Joseph Fannin @ 2004-01-11 6:04 ` Alex 0 siblings, 0 replies; 8+ messages in thread From: Alex @ 2004-01-11 6:04 UTC (permalink / raw) To: linux-kernel Hi, I am desperatly trying to enamle DMA on my HD (hdparm -d1 /dev/hda) but always get an error message saying HDIO_SET_DMA failed: Operation not permitted using_dma = 0 (off) Can anybody help me to get this working? Thanks Alex Some information about my system [root@morcote root]# uname -a Linux morcote 2.4.20-28.9custom #2 Tue Jan 6 19:25:28 JST 2004 i686 i686 i386 GNU/Linux [root@morcote root]# hdparm -tT /dev/hda /dev/hda: Timing buffer-cache reads: 128 MB in 0.19 seconds =673.68 MB/sec Timing buffered disk reads: 64 MB in 22.30 seconds = 2.87 MB/sec [root@morcote root]# hdparm -i /dev/hda /dev/hda: Model=ST3120026A, FwRev=3.06, SerialNo=3JT28LX6 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=8192kB, MaxMultSect=16, MultSect=16 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=234441648 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2: 1 2 3 4 5 6 [root@morcote root]# hdparm -v /dev/hda /dev/hda: multcount = 16 (on) IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 0 (off) keepsettings = 0 (off) readonly = 0 (off) readahead = 8 (on) geometry = 14593/255/63, sectors = 234441648, start = 0 [root@morcote root]# dmesg Linux version 2.4.20-28.9custom (root@localhost) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #2 Tue Jan 6 19:25:28 JST 2004 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000003bef0000 (usable) BIOS-e820: 000000003bef0000 - 000000003bef3000 (ACPI NVS) BIOS-e820: 000000003bef3000 - 000000003bf00000 (ACPI data) BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) 62MB HIGHMEM available. 896MB LOWMEM available. On node 0 totalpages: 245488 zone(0): 4096 pages. zone(1): 225280 pages. zone(2): 16112 pages. Kernel command line: ro root=LABEL=/ hdc=ide-scsi ide_setup: hdc=ide-scsi Initializing CPU#0 Detected 3192.624 MHz processor. Console: colour VGA+ 80x25 Calibrating delay loop... 6370.09 BogoMIPS Memory: 962280k/981952k available (1354k kernel code, 16608k reserved, 1001k data, 132k init, 64448k highmem) Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) Inode cache hash table entries: 65536 (order: 7, 524288 bytes) Mount cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes) Page-cache hash table entries: 262144 (order: 8, 1048576 bytes) CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 512K Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU: After generic, caps: bfebfbff 00000000 00000000 00000000 CPU: Common caps: bfebfbff 00000000 00000000 00000000 CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 09 Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. POSIX conformance testing by UNIFIX mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au) mtrr: detected mtrr type: Intel PCI: PCI BIOS revision 2.10 entry at 0xfb470, last bus=2 PCI: Using configuration type 1 PCI: Probing PCI hardware PCI: Ignoring BAR0-3 of IDE controller 00:14.1 Transparent bridge - PCI device 1002:4342 (ATI Technologies Inc) PCI: Using IRQ router default [1002/5833] at 00:00.0 isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16) Starting kswapd allocated 32 pages and 32 bhs reserved for the highmem bounces VFS: Disk quotas vdquot_6.5.1 pty: 2048 Unix98 ptys configured Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled ttyS0 at 0x03f8 (irq = 4) is a 16550A Real Time Clock Driver v1.10e floppy0: no floppy controllers found NET4: Frame Diverter 0.46 RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 7.00beta3-.2.4 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx hda: ST3120026A, ATA DISK drive hdc: DVD-RW IDE1004, ATAPI CD/DVD-ROM drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 ide1 at 0x170-0x177,0x376 on irq 15 hda: attached ide-disk driver. hda: host protected area => 1 hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=14593/255/63 ide-floppy driver 0.99.newide Partition check: hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 > ide-floppy driver 0.99.newide md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP, IGMP IP: routing cache hash table of 8192 buckets, 64Kbytes TCP: Hash tables configured (established 262144 bind 65536) Linux IP multicast router 0.06 plus PIM-SM NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. RAMDISK: Compressed image found at block 0 Freeing initrd memory: 146k freed VFS: Mounted root (ext2 filesystem). Journalled Block Device driver loaded kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. Freeing unused kernel memory: 132k freed usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xf884a000, IRQ 3 usb-ohci.c: usb-00:13.0, PCI device 1002:4347 (ATI Technologies Inc) usb.c: new USB bus registered, assigned bus number 1 hub.c: USB hub found hub.c: 3 ports detected usb-ohci.c: USB OHCI at membase 0xf884c000, IRQ 3 usb-ohci.c: usb-00:13.1, PCI device 1002:4348 (ATI Technologies Inc) usb.c: new USB bus registered, assigned bus number 2 hub.c: USB hub found hub.c: 3 ports detected ehci-hcd 00:13.2: PCI device 1002:4345 (ATI Technologies Inc) ehci-hcd 00:13.2: irq 3, pci mem f8854000 usb.c: new USB bus registered, assigned bus number 3 PCI: 00:13.2 PCI cache line size set incorrectly (32 bytes) by BIOS/FW. PCI: 00:13.2 PCI cache line size corrected to 128. ehci-hcd 00:13.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Jan-22 hub.c: USB hub found hub.c: 6 ports detected usb.c: registered new driver hiddev usb.c: registered new driver hid hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz> hid-core.c: USB HID support drivers mice: PS/2 mouse device common for all mice EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal Adding Swap: 2024148k swap-space (priority -1) hub.c: new USB device 00:13.2-5, assigned address 2 usb.c: USB device not accepting new address=2 (error=-71) hub.c: new USB device 00:13.2-5, assigned address 3 usb.c: USB device not accepting new address=3 (error=-71) kjournald starting. Commit interval 5 seconds EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,8), internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,6), internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,5), internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,2), internal journal EXT3-fs: mounted filesystem with ordered data mode. ohci1394: $Rev: 693 $ Ben Collins <bcollins@debian.org> ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[3] MMIO=[df003000-df0037ff] Max Packet=[2048] ieee1394: SelfID completion called outside of bus reset! ieee1394: Host added: Node[00:1023] GUID[00301bb100006be5] [Linux OHCI-1394] SCSI subsystem driver Revision: 1.00 hdc: attached ide-scsi driver. scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: DVDRW Model: IDE1004 Rev: 0040 Type: CD-ROM ANSI SCSI revision: 02 parport0: PC-style at 0x378 [PCSPP,TRISTATE] Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 sr0: scsi3-mmc drive: 1x/40x writer cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.12 ip_tables: (C) 2000-2002 Netfilter core team Broadcom 4401 Ethernet Driver bcm4400 ver. 1.0.2 (09/06/02) divert: allocating divert_blk for eth0 eth0: Broadcom BCM4401 100Base-T found at mem df000000, IRQ 10, node addr 00301bb16b81 ip_tables: (C) 2000-2002 Netfilter core team bcm4400: eth0 NIC Link is Up, 100 Mbps full duplex NETDEV WATCHDOG: eth0: transmit timed out ip_tables: (C) 2000-2002 Netfilter core team [root@morcote root]# [root@morcote log]# lspci 00:00.0 Host bridge: ATI Technologies Inc: Unknown device 5833 (rev 02) 00:01.0 PCI bridge: ATI Technologies Inc: Unknown device 5838 00:13.0 USB Controller: ATI Technologies Inc: Unknown device 4347 (rev 01) 00:13.1 USB Controller: ATI Technologies Inc: Unknown device 4348 (rev 01) 00:13.2 USB Controller: ATI Technologies Inc: Unknown device 4345 (rev 01) 00:14.0 SMBus: ATI Technologies Inc: Unknown device 4353 (rev 17) 00:14.1 IDE interface: ATI Technologies Inc: Unknown device 4349 00:14.3 ISA bridge: ATI Technologies Inc: Unknown device 434c 00:14.4 PCI bridge: ATI Technologies Inc: Unknown device 4342 00:14.5 Multimedia audio controller: ATI Technologies Inc: Unknown device 4341 01:05.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5834 02:05.0 RAID bus controller: CMD Technology Inc: Unknown device 3512 (rev 01) 02:06.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01) 02:0b.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) [root@morcote log]# cat /proc/modules iptable_filter 2444 0 (autoclean) (unused) ip_tables 15096 1 [iptable_filter] autofs 13268 0 (autoclean) (unused) bcm4400 30912 1 sg 36524 0 (autoclean) sr_mod 18168 0 (autoclean) ide-scsi 12208 0 scsi_mod 107576 3 [sg sr_mod ide-scsi] ide-cd 35680 0 cdrom 33728 0 [sr_mod ide-cd] ohci1394 20200 0 (unused) ieee1394 48780 0 [ohci1394] keybdev 2976 0 (unused) mousedev 5556 1 hid 22244 0 (unused) input 5888 0 [keybdev mousedev hid] ehci-hcd 20104 0 (unused) usb-ohci 21704 0 (unused) usbcore 79072 1 [hid ehci-hcd usb-ohci] ext3 70784 6 jbd 51924 6 [ext3] boot log Jan 7 23:49:04 morcote syslog: syslogd startup succeeded Jan 7 23:49:04 morcote syslog: klogd startup succeeded Jan 7 23:49:05 morcote portmap: portmap startup succeeded Jan 7 23:49:05 morcote nfslock: rpc.statd startup succeeded Jan 7 23:49:05 morcote keytable: Jan 7 23:49:05 morcote keytable: Loading system font: Jan 7 23:49:05 morcote keytable: Jan 7 23:49:05 morcote rc: Starting keytable: succeeded Jan 7 23:49:05 morcote random: Initializing random number generator: succeeded Jan 7 23:49:05 morcote rc: Starting pcmcia: succeeded Jan 7 23:49:05 morcote netfs: Mounting other filesystems: succeeded Jan 7 23:49:06 morcote autofs: automount startup succeeded Jan 7 23:49:02 morcote sysctl: kernel.shmall = 536870912 Jan 7 23:49:02 morcote sysctl: kernel.shmmax = 536870912 Jan 7 23:49:02 morcote network: Setting network parameters: succeeded Jan 7 23:49:02 morcote network: Bringing up loopback interface: succeeded Jan 7 23:49:07 morcote sshd: succeeded Jan 7 23:49:10 morcote xinetd: xinetd startup succeeded Jan 7 23:49:12 morcote ntpd: succeeded Jan 7 23:49:13 morcote ntpd: ntpd startup succeeded Jan 7 23:49:14 morcote sendmail: sendmail startup succeeded Jan 7 23:49:14 morcote sendmail: sm-client startup succeeded Jan 7 23:49:14 morcote gpm: gpm startup succeeded Jan 7 23:49:15 morcote canna: succeeded Jan 7 23:49:16 morcote crond: crond startup succeeded Jan 7 23:49:19 morcote xfs: xfs startup succeeded Jan 7 23:49:19 morcote anacron: anacron startup succeeded Jan 7 23:49:19 morcote atd: atd startup succeeded Jan 7 23:49:19 morcote rhnsd: rhnsd startup succeeded ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-01-11 6:04 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-01-10 8:21 Cannot boot after new Kernel Build Alex 2004-01-10 9:37 ` Bongani Hlope 2004-01-10 15:08 ` Christian Kivalo 2004-01-10 15:43 ` Alex 2004-01-10 16:10 ` Christian Kivalo 2004-01-10 16:19 ` Alex 2004-01-11 5:34 ` Joseph Fannin 2004-01-11 6:04 ` Kernel 2.4.20 RH Cannot set DMA Alex
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox