Hi everyone,
Recently I've downloaded and compiled kernel 2.6.18.1. After installing
modules and kernel and updating Grub I rebooted my box and tried to
launch new kernel. Everything was launching nicely, but while loading
GDM the screen went black and I was unable to switch console (using
ctrl+alt+Fn). I've rebooted using single user mode and logged in as
root. What I've discovered is the fact that I cannot mount any
filesystem from /dev/hdb. All filesystems from /dev/hda work as they
ought to, but when I try to mount something from the second hard disk I
get:
# mount -t ext3 /dev/hdb1 /home
/dev/hdb1 already mounted or /home is busy
# umount /home
/home not mounted
Here you've got my /etc/fstab:
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0
1
/dev/hda1 /boot ext3 defaults 0 2
/dev/hdb1 /home ext3 defaults 0 2
/dev/hda5 /usr ext3 defaults 0 2
/dev/hda7 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sda1 /media/usbdisk vfat user,auto 0 0
Currently I am using kernel 2.6.15 from Ubuntu repositories. All
filesystems work perfectly. Have you got any ideas what might be going
on?
Kind regards,
Jano
--
Mail jano at stepien.com.pl
Jabber jano at jabber.aster.pl
GG 1894343
Web stepien.com.pl
Jano wrote:
> Hi everyone,
>
> Recently I've downloaded and compiled kernel 2.6.18.1. After installing
> modules and kernel and updating Grub I rebooted my box and tried to
> launch new kernel. Everything was launching nicely, but while loading
> GDM the screen went black and I was unable to switch console (using
> ctrl+alt+Fn). I've rebooted using single user mode and logged in as
> root. What I've discovered is the fact that I cannot mount any
> filesystem from /dev/hdb. All filesystems from /dev/hda work as they
> ought to, but when I try to mount something from the second hard disk I
> get:
>
> # mount -t ext3 /dev/hdb1 /home
> /dev/hdb1 already mounted or /home is busy
> # umount /home
> /home not mounted
>
> Here you've got my /etc/fstab:
>
> proc /proc proc defaults 0 0
> /dev/hda3 / ext3 defaults,errors=remount-ro 0
> 1
> /dev/hda1 /boot ext3 defaults 0 2
> /dev/hdb1 /home ext3 defaults 0 2
> /dev/hda5 /usr ext3 defaults 0 2
> /dev/hda7 none swap sw 0 0
> /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
> /dev/sda1 /media/usbdisk vfat user,auto 0 0
>
> Currently I am using kernel 2.6.15 from Ubuntu repositories. All
> filesystems work perfectly. Have you got any ideas what might be going
> on?
dmesg >2.6.15
reboot
dmesg >2.6.18
diff -u 2.6.15 2.6.18 >post_this_to_lkml
might help us. Also attach /proc/mounts.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
On 6 Lis, 19:00, Jiri Slaby <[email protected]> wrote:
> Jano wrote:
> > Hi everyone,
>
> > Recently I've downloaded and compiled kernel 2.6.18.1. After installing
> > modules and kernel and updating Grub I rebooted my box and tried to
> > launch new kernel. Everything was launching nicely, but while loading
> > GDM the screen went black and I was unable to switch console (using
> > ctrl+alt+Fn). I've rebooted using single user mode and logged in as
> > root. What I've discovered is the fact that I cannot mount any
> > filesystem from /dev/hdb. All filesystems from /dev/hda work as they
> > ought to, but when I try to mount something from the second hard disk I
> > get:
>
> > # mount -t ext3 /dev/hdb1 /home
> > /dev/hdb1 already mounted or /home is busy
> > # umount /home
> > /home not mounted
>
> > Here you've got my /etc/fstab:
>
> > proc /proc proc defaults 0 0
> > /dev/hda3 / ext3 defaults,errors=remount-ro 0
> > 1
> > /dev/hda1 /boot ext3 defaults 0 2
> > /dev/hdb1 /home ext3 defaults 0 2
> > /dev/hda5 /usr ext3 defaults 0 2
> > /dev/hda7 none swap sw 0 0
> > /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
> > /dev/sda1 /media/usbdisk vfat user,auto 0 0
>
> > Currently I am using kernel 2.6.15 from Ubuntu repositories. All
> > filesystems work perfectly. Have you got any ideas what might be going
> > on?dmesg >2.6.15
> reboot
> dmesg >2.6.18
> diff -u 2.6.15 2.6.18 >post_this_to_lkml
> might help us. Also attach /proc/mounts.
>
> regards,
Thank you for your feedback. Here you've got my /proc/mount on 2.6.18.1
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,data=ordered 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
/dev/root /dev/.static/dev ext3 rw,data=ordered 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
tmpfs /var/run tmpfs rw 0 0
tmpfs /var/lock tmpfs rw 0 0
/dev/hda1 /boot ext3 rw,data=ordered 0 0
/dev/hda5 /usr ext3 rw,data=ordered 0 0
And dmesg diff, exactly as you suggested:
--- 2.6.15 2006-11-08 18:06:16.000000000 +0100
+++ 2.6.18.1 2006-11-08 22:07:53.000000000 +0100
@@ -1,317 +1,254 @@
-[17179569.184000] Linux version 2.6.15-27-386 (buildd@terranova) (gcc
version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Sat Sep 16 01:51:59
UTC 2006
-[17179569.184000] BIOS-provided physical RAM map:
-[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
-[17179569.184000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
-[17179569.184000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
-[17179569.184000] BIOS-e820: 0000000000100000 - 000000003fffc000 (usable)
-[17179569.184000] BIOS-e820: 000000003fffc000 - 000000003ffff000 (ACPI data)
-[17179569.184000] BIOS-e820: 000000003ffff000 - 0000000040000000 (ACPI NVS)
-[17179569.184000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
-[17179569.184000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
-[17179569.184000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
-[17179569.184000] 127MB HIGHMEM available.
-[17179569.184000] 896MB LOWMEM available.
-[17179569.184000] On node 0 totalpages: 262140
-[17179569.184000] DMA zone: 4096 pages, LIFO batch:0
-[17179569.184000] DMA32 zone: 0 pages, LIFO batch:0
-[17179569.184000] Normal zone: 225280 pages, LIFO batch:31
-[17179569.184000] HighMem zone: 32764 pages, LIFO batch:7
-[17179569.184000] DMI 2.3 present.
-[17179569.184000] ACPI: RSDP (v000 ASUS
) @ 0x000f5e20
-[17179569.184000] ACPI: RSDT (v001 ASUS A7V8X-X 0x42302e31 MSFT
0x31313031) @ 0x3fffc000
-[17179569.184000] ACPI: FADT (v001 ASUS A7V8X-X 0x42302e31 MSFT
0x31313031) @ 0x3fffc0b2
-[17179569.184000] ACPI: BOOT (v001 ASUS A7V8X-X 0x42302e31 MSFT
0x31313031) @ 0x3fffc030
-[17179569.184000] ACPI: MADT (v001 ASUS A7V8X-X 0x42302e31 MSFT
0x31313031) @ 0x3fffc058
-[17179569.184000] ACPI: DSDT (v001 ASUS A7V8X-X 0x00001000 MSFT
0x0100000b) @ 0x00000000
-[17179569.184000] ACPI: PM-Timer IO Port: 0xe408
-[17179569.184000] ACPI: Local APIC address 0xfee00000
-[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
-[17179569.184000] Processor #0 6:10 APIC version 16
-[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
-[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
-[17179569.184000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
-[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl edge)
-[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
-[17179569.184000] ACPI: IRQ0 used by override.
-[17179569.184000] ACPI: IRQ2 used by override.
-[17179569.184000] ACPI: IRQ9 used by override.
-[17179569.184000] Enabling APIC mode: Flat. Using 1 I/O APICs
-[17179569.184000] Using ACPI (MADT) for SMP configuration information
-[17179569.184000] Allocating PCI resources starting at 50000000 (gap:
40000000:bec00000)
-[17179569.184000] Built 1 zonelists
-[17179569.184000] Kernel command line: root=/dev/hda3 ro quiet splash
-[17179569.184000] mapped APIC to ffffd000 (fee00000)
-[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
-[17179569.184000] Initializing CPU#0
-[17179569.184000] PID hash table entries: 4096 (order: 12, 65536 bytes)
-[17179569.184000] Detected 1840.206 MHz processor.
-[17179569.184000] Using pmtmr for high-res timesource
-[17179569.184000] Console: colour VGA+ 80x25
-[17179571.060000] Dentry cache hash table entries: 131072 (order: 7,
524288 bytes)
-[17179571.060000] Inode-cache hash table entries: 65536 (order: 6,
262144 bytes)
-[17179571.100000] Memory: 1028872k/1048560k available (1976k kernel
code, 18936k reserved, 606k data, 288k init, 131056k highmem)
-[17179571.100000] Checking if this processor honours the WP bit even
in supervisor mode... Ok.
-[17179571.180000] Calibrating delay using timer specific routine..
3683.37 BogoMIPS (lpj=7366740)
-[17179571.180000] Security Framework v1.0.0 initialized
-[17179571.180000] SELinux: Disabled at boot.
-[17179571.180000] Mount-cache hash table entries: 512
-[17179571.180000] CPU: After generic identify, caps: 0383fbff
c1c3fbff 00000000 00000000 00000000 00000000 00000000
-[17179571.180000] CPU: After vendor identify, caps: 0383fbff c1c3fbff
00000000 00000000 00000000 00000000 00000000
-[17179571.180000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K
(64 bytes/line)
-[17179571.180000] CPU: L2 Cache: 512K (64 bytes/line)
-[17179571.180000] CPU: After all inits, caps: 0383fbff c1c3fbff
00000000 00000420 00000000 00000000 00000000
-[17179571.180000] mtrr: v2.0 (20020519)
-[17179571.180000] CPU: AMD Athlon(TM) XP 3000+ stepping 00
-[17179571.180000] Enabling fast FPU save and restore... done.
-[17179571.180000] Enabling unmasked SIMD FPU exception support... done.
-[17179571.180000] Checking 'hlt' instruction... OK.
-[17179571.196000] checking if image is initramfs... it is
-[17179571.776000] Freeing initrd memory: 6616k freed
-[17179571.792000] ACPI: Looking for DSDT ... not found!
-[17179571.796000] ENABLING IO-APIC IRQs
-[17179571.796000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
-[17179571.940000] NET: Registered protocol family 16
-[17179571.940000] EISA bus registered
-[17179571.940000] ACPI: bus type pci registered
-[17179571.940000] PCI: PCI BIOS revision 2.10 entry at 0xf1960, last bus=1
-[17179571.940000] PCI: Using configuration type 1
-[17179571.940000] ACPI: Subsystem revision 20051216
-[17179571.944000] ACPI: Interpreter enabled
-[17179571.944000] ACPI: Using IOAPIC for interrupt routing
-[17179571.944000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
-[17179571.944000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9
10 11 12) *0, disabled.
-[17179571.944000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12)
-[17179571.944000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9
10 11 12) *0, disabled.
-[17179571.948000] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12)
-[17179571.948000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12)
-[17179571.948000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10
*11 12 14 15)
-[17179571.948000] ACPI: PCI Root Bridge [PCI0] (0000:00)
-[17179571.948000] PCI: Probing PCI hardware (bus 00)
-[17179571.948000] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
-[17179571.948000] PCI quirk: region e400-e47f claimed by vt8235 PM
-[17179571.948000] PCI quirk: region e800-e80f claimed by vt8235 SMB
-[17179571.952000] Boot video device is 0000:01:00.0
-[17179571.952000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
-[17179571.952000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
-[17179571.956000] Linux Plug and Play Support v0.97 (c) Adam Belay
-[17179571.956000] pnp: PnP ACPI init
-[17179571.960000] pnp: PnP ACPI: found 14 devices
-[17179571.960000] PnPBIOS: Disabled by ACPI PNP
-[17179571.960000] PCI: Using ACPI for IRQ routing
-[17179571.960000] PCI: If a device doesn't work, try "pci=routeirq".
If it helps, post a report
-[17179571.972000] pnp: 00:01: ioport range 0xe400-0xe47f could not be reserved
-[17179571.972000] pnp: 00:01: ioport range 0xe800-0xe81f could not be reserved
-[17179571.972000] pnp: 00:0d: ioport range 0x290-0x297 has been reserved
-[17179571.972000] pnp: 00:0d: ioport range 0x370-0x375 has been reserved
-[17179571.972000] PCI: Bridge: 0000:00:01.0
-[17179571.972000] IO window: d000-dfff
-[17179571.972000] MEM window: bf000000-bfffffff
-[17179571.972000] PREFETCH window: c0000000-f7ffffff
-[17179571.972000] PCI: Setting latency timer of device 0000:00:01.0 to 64
-[17179571.972000] Simple Boot Flag at 0x3a set to 0x1
-[17179571.972000] audit: initializing netlink socket (disabled)
-[17179571.972000] audit(1163006904.972:1): initialized
-[17179571.972000] highmem bounce pool size: 64 pages
-[17179571.972000] VFS: Disk quotas dquot_6.5.1
-[17179571.972000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
-[17179571.972000] Initializing Cryptographic API
-[17179571.972000] io scheduler noop registered
-[17179571.972000] io scheduler anticipatory registered
-[17179571.972000] io scheduler deadline registered
-[17179571.972000] io scheduler cfq registered
-[17179571.972000] isapnp: Scanning for PnP cards...
-[17179572.324000] isapnp: No Plug & Play device found
-[17179572.340000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at
0x60,0x64 irq 1,12
-[17179572.340000] serio: i8042 AUX port at 0x60,0x64 irq 12
-[17179572.340000] serio: i8042 KBD port at 0x60,0x64 irq 1
-[17179572.340000] Serial: 8250/16550 driver $Revision: 1.90 $ 48
ports, IRQ sharing enabled
-[17179572.340000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
-[17179572.344000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
-[17179572.344000] ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16
(level, low) -> IRQ 169
-[17179572.344000] ACPI: PCI interrupt for device 0000:00:0d.0 disabled
-[17179572.344000] RAMDISK driver initialized: 16 RAM disks of 65536K
size 1024 blocksize
-[17179572.344000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
-[17179572.344000] ide: Assuming 33MHz system bus speed for PIO modes;
override with idebus=xx
-[17179572.344000] mice: PS/2 mouse device common for all mice
-[17179572.344000] EISA: Probing bus 0 at eisa.0
-[17179572.344000] EISA: Detected 0 cards.
-[17179572.344000] NET: Registered protocol family 2
-[17179572.368000] input: AT Translated Set 2 keyboard as /class/input/input0
-[17179572.388000] IP route cache hash table entries: 65536 (order: 6,
262144 bytes)
-[17179572.388000] TCP established hash table entries: 262144 (order:
8, 1048576 bytes)
-[17179572.388000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
-[17179572.388000] TCP: Hash tables configured (established 262144 bind 65536)
-[17179572.388000] TCP reno registered
-[17179572.388000] TCP bic registered
-[17179572.388000] NET: Registered protocol family 1
-[17179572.388000] NET: Registered protocol family 8
-[17179572.388000] NET: Registered protocol family 20
-[17179572.392000] Using IPI Shortcut mode
-[17179572.392000] ACPI wakeup devices:
-[17179572.392000] PCI0 PCI1 USB0 USB1 USB2 SU20 SLAN
-[17179572.392000] ACPI: (supports S0 S1 S4 S5)
-[17179572.392000] Freeing unused kernel memory: 288k freed
-[17179572.440000] vga16fb: initializing
-[17179572.440000] vga16fb: mapped to 0xc00a0000
-[17179572.536000] Console: switching to colour frame buffer device 80x25
-[17179572.536000] fb0: VGA16 VGA frame buffer device
-[17179573.640000] Capability LSM initialized
-[17179574.088000] VP_IDE: IDE controller at PCI slot 0000:00:11.1
-[17179574.088000] ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
-[17179574.088000] PCI: Via IRQ fixup for 0000:00:11.1, from 255 to 15
-[17179574.088000] VP_IDE: chipset revision 6
-[17179574.088000] VP_IDE: not 100% native mode: will probe irqs later
-[17179574.088000] VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller
on pci0000:00:11.1
-[17179574.088000] ide0: BM-DMA at 0xa800-0xa807, BIOS settings:
hda:DMA, hdb:DMA
-[17179574.088000] ide1: BM-DMA at 0xa808-0xa80f, BIOS settings:
hdc:DMA, hdd:DMA
-[17179574.088000] Probing IDE interface ide0...
-[17179574.504000] hda: MAXTOR 6L040J2, ATA DISK drive
-[17179574.784000] hdb: SAMSUNG SP0802N, ATA DISK drive
-[17179574.840000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
-[17179574.844000] Probing IDE interface ide1...
-[17179575.712000] hdc: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
-[17179576.496000] hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
-[17179576.556000] ide1 at 0x170-0x177,0x376 on irq 15
-[17179576.568000] hda: max request size: 128KiB
-[17179576.584000] hda: 78177792 sectors (40027 MB) w/1819KiB Cache,
CHS=65535/16/63, UDMA(33)
-[17179576.584000] hda: cache flushes supported
-[17179576.584000] hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
-[17179576.632000] hdb: max request size: 1024KiB
-[17179576.632000] hdb: 156368016 sectors (80060 MB) w/2048KiB Cache,
CHS=16383/255/63, UDMA(33)
-[17179576.632000] hdb: cache flushes supported
-[17179576.632000] hdb: hdb1 hdb2 < hdb5 hdb6 >
-[17179576.676000] hdc: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
-[17179576.676000] Uniform CD-ROM driver Revision: 3.20
-[17179576.728000] hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
-[17179577.416000] usbcore: registered new driver usbfs
-[17179577.416000] usbcore: registered new driver hub
-[17179577.416000] USB Universal Host Controller Interface driver v2.3
-[17179577.416000] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21
(level, low) -> IRQ 177
-[17179577.416000] PCI: Via IRQ fixup for 0000:00:10.0, from 0 to 1
-[17179577.416000] uhci_hcd 0000:00:10.0: UHCI Host Controller
-[17179577.416000] uhci_hcd 0000:00:10.0: new USB bus registered,
assigned bus number 1
-[17179577.416000] uhci_hcd 0000:00:10.0: irq 177, io base 0x0000b800
-[17179577.416000] hub 1-0:1.0: USB hub found
-[17179577.416000] hub 1-0:1.0: 2 ports detected
-[17179577.520000] ACPI: PCI Interrupt 0000:00:10.1[B] -> GSI 21
(level, low) -> IRQ 177
-[17179577.520000] PCI: Via IRQ fixup for 0000:00:10.1, from 0 to 1
-[17179577.520000] uhci_hcd 0000:00:10.1: UHCI Host Controller
-[17179577.520000] uhci_hcd 0000:00:10.1: new USB bus registered,
assigned bus number 2
-[17179577.520000] uhci_hcd 0000:00:10.1: irq 177, io base 0x0000b400
-[17179577.520000] hub 2-0:1.0: USB hub found
-[17179577.520000] hub 2-0:1.0: 2 ports detected
-[17179577.624000] ACPI: PCI Interrupt 0000:00:10.2[C] -> GSI 21
(level, low) -> IRQ 177
-[17179577.624000] PCI: Via IRQ fixup for 0000:00:10.2, from 0 to 1
-[17179577.624000] uhci_hcd 0000:00:10.2: UHCI Host Controller
-[17179577.624000] uhci_hcd 0000:00:10.2: new USB bus registered,
assigned bus number 3
-[17179577.624000] uhci_hcd 0000:00:10.2: irq 177, io base 0x0000b000
-[17179577.624000] hub 3-0:1.0: USB hub found
-[17179577.624000] hub 3-0:1.0: 2 ports detected
-[17179577.728000] ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21
(level, low) -> IRQ 177
-[17179577.728000] PCI: Via IRQ fixup for 0000:00:10.3, from 0 to 1
-[17179577.728000] ehci_hcd 0000:00:10.3: EHCI Host Controller
-[17179577.728000] ehci_hcd 0000:00:10.3: new USB bus registered,
assigned bus number 4
-[17179577.728000] ehci_hcd 0000:00:10.3: irq 177, io mem 0xbe000000
-[17179577.728000] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00,
driver 10 Dec 2004
-[17179577.728000] hub 4-0:1.0: USB hub found
-[17179577.728000] hub 4-0:1.0: 6 ports detected
-[17179577.760000] usb 1-1: new full speed USB device using uhci_hcd
and address 2
-[17179578.020000] Attempting manual resume
-[17179578.076000] EXT3-fs: mounted filesystem with ordered data mode.
-[17179578.088000] kjournald starting. Commit interval 5 seconds
-[17179578.704000] usb 4-1: new high speed USB device using ehci_hcd
and address 2
-[17179579.376000] usb 2-2: new full speed USB device using uhci_hcd
and address 2
-[17179579.496000] usb 2-2: device descriptor read/64, error -71
-[17179579.720000] usb 2-2: device descriptor read/64, error -71
-[17179579.936000] usb 2-2: new full speed USB device using uhci_hcd
and address 3
-[17179580.056000] usb 2-2: device descriptor read/64, error -71
-[17179580.280000] usb 2-2: device descriptor read/64, error -71
-[17179580.496000] usb 2-2: new full speed USB device using uhci_hcd
and address 4
-[17179580.904000] usb 2-2: device not accepting address 4, error -71
-[17179581.016000] usb 2-2: new full speed USB device using uhci_hcd
and address 5
-[17179581.424000] usb 2-2: device not accepting address 5, error -71
-[17179585.188000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
-[17179585.200000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
-[17179585.356000] Linux agpgart interface v0.101 (c) Dave Jones
-[17179585.392000] agpgart: Detected VIA KT400/KT400A/KT600 chipset
-[17179585.400000] agpgart: AGP aperture is 64M @ 0xf8000000
-[17179585.416000] irda_init()
-[17179585.416000] NET: Registered protocol family 23
-[17179585.472000] via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written
by Donald Becker
-[17179585.472000] ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23
(level, low) -> IRQ 185
-[17179585.472000] PCI: Via IRQ fixup for 0000:00:12.0, from 0 to 9
-[17179585.476000] eth0: VIA Rhine II at 0x1a400, 00:0e:a6:8a:a6:36, IRQ 185.
-[17179585.476000] eth0: MII PHY found at address 1, status 0x786d
advertising 01e1 Link 45e1.
-[17179585.792000] gameport: EMU10K1 is pci0000:00:13.1/gameport0, io
0x9800, speed 1217kHz
-[17179585.828000] ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18
(level, low) -> IRQ 193
-[17179585.948000] Real Time Clock Driver v1.12
-[17179586.324000] input: PC Speaker as /class/input/input1
-[17179586.440000] drivers/usb/class/usblp.c: usblp0: USB
Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x2B17
-[17179586.440000] usbcore: registered new driver usblp
-[17179586.440000] drivers/usb/class/usblp.c: v0.13: USB Printer
Device Class driver
-[17179586.592000] Floppy drive(s): fd0 is 1.44M
-[17179586.604000] parport: PnPBIOS parport detected.
-[17179586.604000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3
[PCSPP,TRISTATE,COMPAT,ECP,DMA]
-[17179586.608000] FDC 0 is a post-1991 82077
-[17179586.832000] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
-[17179587.044000] input: ImExPS/2 Logitech Wheel Mouse as /class/input/input2
-[17179587.068000] ts: Compaq touchscreen protocol output
-[17179587.432000] lp0: using parport0 (interrupt-driven).
-[17179587.480000] fuse init (API version 7.3)
-[17179587.528000] fglrx: module license 'Proprietary. (C) 2002 - ATI
Technologies, Starnberg, GERMANY' taints kernel.
-[17179587.532000] [fglrx] Maximum main memory to use for locked dma
buffers: 929 MBytes.
-[17179587.532000] [fglrx] module loaded - fglrx 8.29.6 [Sep 19 2006] on minor 0
-[17179587.580000] Adding 1028120k swap on /dev/hda7. Priority:-1
extents:1 across:1028120k
-[17179587.688000] EXT3 FS on hda3, internal journal
-[17179587.892000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
-[17179587.892000] md: bitmap version 4.39
-[17179587.896000] NET: Registered protocol family 17
-[17179588.456000] device-mapper: 4.4.0-ioctl (2005-01-12)
initialised: [email protected]
-[17179589.808000] cdrom: open failed.
-[17179590.580000] kjournald starting. Commit interval 5 seconds
-[17179590.580000] EXT3 FS on hda1, internal journal
-[17179590.580000] EXT3-fs: mounted filesystem with ordered data mode.
-[17179590.584000] kjournald starting. Commit interval 5 seconds
-[17179590.584000] EXT3 FS on hdb1, internal journal
-[17179590.584000] EXT3-fs: mounted filesystem with ordered data mode.
-[17179590.592000] kjournald starting. Commit interval 5 seconds
-[17179590.592000] EXT3 FS on hda5, internal journal
-[17179590.592000] EXT3-fs: mounted filesystem with ordered data mode.
-[17179599.284000] ACPI: Power Button (FF) [PWRF]
-[17179599.284000] ACPI: Power Button (CM) [PWRB]
-[17179599.400000] ibm_acpi: ec object not found
-[17179599.436000] pcc_acpi: loading...
-[17179604.128000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16
(level, low) -> IRQ 169
-[17179604.676000] ppdev: user-space parallel port driver
-[17179606.668000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
-[17179606.668000] apm: overridden by ACPI.
-[17179606.752000] [fglrx] AGP detected, AgpState = 0x1f000a0b
(hardware caps of chipset)
-[17179606.752000] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
-[17179606.752000] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
-[17179606.752000] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
-[17179606.752000] [fglrx] AGP enabled, AgpCommand = 0x1f000302 (selected caps)
-[17179606.768000] [fglrx] total GART = 67108864
-[17179606.768000] [fglrx] free GART = 51113984
-[17179606.768000] [fglrx] max single GART = 51113984
-[17179606.768000] [fglrx] total LFB = 126873600
-[17179606.768000] [fglrx] free LFB = 116387840
-[17179606.768000] [fglrx] max single LFB = 116387840
-[17179606.768000] [fglrx] total Inv = 134217728
-[17179606.768000] [fglrx] free Inv = 134217728
-[17179606.768000] [fglrx] max single Inv = 134217728
-[17179606.768000] [fglrx] total TIM = 0
-[17179613.756000] NET: Registered protocol family 10
-[17179613.756000] lo: Disabled Privacy Extensions
-[17179613.756000] IPv6 over IPv4 tunneling driver
-[17179624.132000] eth0: no IPv6 routers present
-[17179630.484000] ISO 9660 Extensions: Microsoft Joliet Level 3
-[17179630.696000] ISOFS: changing to secondary root
-[17179679.316000] Bluetooth: Core ver 2.8
-[17179679.316000] NET: Registered protocol family 31
-[17179679.316000] Bluetooth: HCI device and connection manager initialized
-[17179679.316000] Bluetooth: HCI socket layer initialized
-[17179679.392000] Bluetooth: L2CAP ver 2.8
-[17179679.392000] Bluetooth: L2CAP socket layer initialized
-[17179679.540000] Bluetooth: RFCOMM socket layer initialized
-[17179679.540000] Bluetooth: RFCOMM TTY layer initialized
-[17179679.540000] Bluetooth: RFCOMM ver 1.7
+Linux version 2.6.18.1 (root@jano-desktop) (gcc version 4.0.3 (Ubuntu
4.0.3-1ubuntu5)) #1 Mon Nov 6 16:14:01 CET 2006
+BIOS-provided physical RAM map:
+ BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
+ BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
+ BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
+ BIOS-e820: 0000000000100000 - 000000003fffc000 (usable)
+ BIOS-e820: 000000003fffc000 - 000000003ffff000 (ACPI data)
+ BIOS-e820: 000000003ffff000 - 0000000040000000 (ACPI NVS)
+ BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
+ BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
+ BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
+Warning only 896MB will be used.
+Use a HIGHMEM enabled kernel.
+896MB LOWMEM available.
+On node 0 totalpages: 229376
+ DMA zone: 4096 pages, LIFO batch:0
+ Normal zone: 225280 pages, LIFO batch:31
+DMI 2.3 present.
+ACPI: RSDP (v000 ASUS ) @ 0x000f5e20
+ACPI: RSDT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc000
+ACPI: FADT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc0b2
+ACPI: BOOT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc030
+ACPI: MADT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc058
+ACPI: DSDT (v001 ASUS A7V8X-X 0x00001000 MSFT 0x0100000b) @ 0x00000000
+ACPI: PM-Timer IO Port: 0xe408
+ACPI: Local APIC address 0xfee00000
+ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
+Processor #0 6:10 APIC version 16
+ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
+ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
+IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
+ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl edge)
+ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
+ACPI: IRQ0 used by override.
+ACPI: IRQ2 used by override.
+ACPI: IRQ9 used by override.
+Enabling APIC mode: Flat. Using 1 I/O APICs
+Using ACPI (MADT) for SMP configuration information
+Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
+Detected 1839.975 MHz processor.
+Built 1 zonelists. Total pages: 229376
+Kernel command line: root=/dev/hda3 ro single
+mapped APIC to ffffd000 (fee00000)
+mapped IOAPIC to ffffc000 (fec00000)
+Enabling fast FPU save and restore... done.
+Enabling unmasked SIMD FPU exception support... done.
+Initializing CPU#0
+PID hash table entries: 4096 (order: 12, 16384 bytes)
+Console: colour VGA+ 80x25
+Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
+Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
+Memory: 906300k/917504k available (1813k kernel code, 10728k
reserved, 571k data, 172k init, 0k highmem)
+Checking if this processor honours the WP bit even in supervisor mode... Ok.
+Calibrating delay using timer specific routine.. 3682.73 BogoMIPS (lpj=7365468)
+Mount-cache hash table entries: 512
+CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000
00000000 00000000 00000000 00000000
+CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000
00000000 00000000 00000000
+CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
+CPU: L2 Cache: 512K (64 bytes/line)
+CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420
00000000 00000000 00000000
+Intel machine check architecture supported.
+Intel machine check reporting enabled on CPU#0.
+Compat vDSO mapped to ffffe000.
+CPU: AMD Athlon(TM) XP 3000+ stepping 00
+Checking 'hlt' instruction... OK.
+ACPI: Core revision 20060707
+ENABLING IO-APIC IRQs
+..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
+NET: Registered protocol family 16
+ACPI: bus type pci registered
+PCI: PCI BIOS revision 2.10 entry at 0xf1960, last bus=1
+PCI: Using configuration type 1
+Setting up standard PCI resources
+ACPI: Interpreter enabled
+ACPI: Using IOAPIC for interrupt routing
+ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
+ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
+ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12)
+ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
+ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12)
+ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12)
+ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
+ACPI: PCI Root Bridge [PCI0] (0000:00)
+PCI: Probing PCI hardware (bus 00)
+ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
+PCI quirk: region e400-e47f claimed by vt8235 PM
+PCI quirk: region e800-e80f claimed by vt8235 SMB
+Boot video device is 0000:01:00.0
+ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
+ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
+PCI: Using ACPI for IRQ routing
+PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
+PCI: Bridge: 0000:00:01.0
+ IO window: d000-dfff
+ MEM window: bf000000-bfffffff
+ PREFETCH window: c0000000-f7ffffff
+PCI: Setting latency timer of device 0000:00:01.0 to 64
+NET: Registered protocol family 2
+IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
+TCP established hash table entries: 131072 (order: 7, 524288 bytes)
+TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
+TCP: Hash tables configured (established 131072 bind 65536)
+TCP reno registered
+Simple Boot Flag at 0x3a set to 0x1
+VFS: Disk quotas dquot_6.5.1
+Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
+Initializing Cryptographic API
+io scheduler noop registered
+io scheduler anticipatory registered (default)
+io scheduler deadline registered
+io scheduler cfq registered
+ACPI: Power Button (FF) [PWRF]
+ACPI: Power Button (CM) [PWRB]
+Floppy drive(s): fd0 is 1.44M
+FDC 0 is a post-1991 82077
+via-rhine.c:v1.10-LK1.4.1 July-24-2006 Written by Donald Becker
+ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 16
+eth0: VIA Rhine II at 0xbd800000, 00:0e:a6:8a:a6:36, IRQ 16.
+eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link 45e1.
+Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
+ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
+Probing IDE interface ide0...
+hda: MAXTOR 6L040J2, ATA DISK drive
+hdb: SAMSUNG SP0802N, ATA DISK drive
+Probing IDE interface ide1...
+hdc: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
+hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
+ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
+ide1 at 0x170-0x177,0x376 on irq 15
+hda: max request size: 128KiB
+hda: 78177792 sectors (40027 MB) w/1819KiB Cache, CHS=65535/16/63
+hda: cache flushes supported
+ hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
+hdb: max request size: 512KiB
+hdb: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63
+hdb: cache flushes supported
+ hdb: hdb1 hdb2 < hdb5 hdb6 >
+serio: i8042 AUX port at 0x60,0x64 irq 12
+serio: i8042 KBD port at 0x60,0x64 irq 1
+mice: PS/2 mouse device common for all mice
+IPv4 over IPv4 tunneling driver
+TCP bic registered
+Using IPI Shortcut mode
+ACPI: (supports S0 S1 S4 S5)
+Time: tsc clocksource has been installed.
+input: AT Translated Set 2 keyboard as /class/input/input0
+kjournald starting. Commit interval 5 seconds
+EXT3-fs: mounted filesystem with ordered data mode.
+VFS: Mounted root (ext3 filesystem) readonly.
+Freeing unused kernel memory: 172k freed
+input: ImExPS/2 Logitech Wheel Mouse as /class/input/input1
+NET: Registered protocol family 1
+hdc: ATAPI 52X DVD-ROM drive, 256kB Cache
+Uniform CD-ROM driver Revision: 3.20
+eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
+Linux agpgart interface v0.101 (c) Dave Jones
+agpgart: Detected VIA KT400/KT400A/KT600 chipset
+agpgart: AGP aperture is 64M @ 0xf8000000
+usbcore: registered new driver usbfs
+usbcore: registered new driver hub
+ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 17
+PCI: VIA IRQ fixup for 0000:00:10.3, from 0 to 1
+ehci_hcd 0000:00:10.3: EHCI Host Controller
+ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
+ehci_hcd 0000:00:10.3: irq 17, io mem 0xbe000000
+ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
+usb usb1: configuration #1 chosen from 1 choice
+hub 1-0:1.0: USB hub found
+hub 1-0:1.0: 6 ports detected
+Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
+serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
+hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
+ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16 (level, low) -> IRQ 18
+ACPI: PCI interrupt for device 0000:00:0d.0 disabled
+usb 1-1: new high speed USB device using ehci_hcd and address 2
+usb 1-1: configuration #1 chosen from 1 choice
+ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 19
+VP_IDE: IDE controller at PCI slot 0000:00:11.1
+ACPI: Unable to derive IRQ for device 0000:00:11.1
+ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
+PCI: VIA IRQ fixup for 0000:00:11.1, from 255 to 15
+VP_IDE: chipset revision 6
+VP_IDE: not 100% native mode: will probe irqs later
+VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
+VP_IDE: port 0x01f0 already claimed by ide0
+VP_IDE: port 0x0170 already claimed by ide1
+VP_IDE: neither IDE port enabled (BIOS)
+NET: Registered protocol family 17
+drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if
0 alt 0 proto 2 vid 0x03F0 pid 0x2B17
+usbcore: registered new driver usblp
+drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
+parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
+parport0: irq 7 detected
+lp0: using parport0 (polling).
+fuse init (API version 7.7)
+Adding 1028120k swap on /dev/hda7. Priority:-1 extents:1 across:1028120k
+EXT3 FS on hda3, internal journal
+md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
+md: bitmap version 4.39
+device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: [email protected]
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+kjournald starting. Commit interval 5 seconds
+EXT3 FS on hda1, internal journal
+EXT3-fs: mounted filesystem with ordered data mode.
+kjournald starting. Commit interval 5 seconds
+EXT3 FS on hda5, internal journal
+EXT3-fs: mounted filesystem with ordered data mode.
I hope it will be helpful.
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
Please, do not remove Cc people.
Jano wrote:
> On 6 Lis, 19:00, Jiri Slaby <[email protected]> wrote:
>> Jano wrote:
>> > Hi everyone,
>>
>> > Recently I've downloaded and compiled kernel 2.6.18.1. After installing
>> > modules and kernel and updating Grub I rebooted my box and tried to
>> > launch new kernel. Everything was launching nicely, but while loading
>> > GDM the screen went black and I was unable to switch console (using
>> > ctrl+alt+Fn). I've rebooted using single user mode and logged in as
>> > root. What I've discovered is the fact that I cannot mount any
>> > filesystem from /dev/hdb. All filesystems from /dev/hda work as they
>> > ought to, but when I try to mount something from the second hard disk I
>> > get:
>>
>> > # mount -t ext3 /dev/hdb1 /home
>> > /dev/hdb1 already mounted or /home is busy
>> > # umount /home
>> > /home not mounted
>>
>> > Here you've got my /etc/fstab:
>>
>> > proc /proc proc defaults 0 0
>> > /dev/hda3 / ext3 defaults,errors=remount-ro 0
>> > 1
>> > /dev/hda1 /boot ext3 defaults 0 2
>> > /dev/hdb1 /home ext3 defaults 0 2
>> > /dev/hda5 /usr ext3 defaults 0 2
>> > /dev/hda7 none swap sw 0 0
>> > /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
>> > /dev/sda1 /media/usbdisk vfat user,auto 0 0
>>
>> > Currently I am using kernel 2.6.15 from Ubuntu repositories. All
>> > filesystems work perfectly. Have you got any ideas what might be going
>> > on?dmesg >2.6.15
>> reboot
>> dmesg >2.6.18
>> diff -u 2.6.15 2.6.18 >post_this_to_lkml
>> might help us. Also attach /proc/mounts.
>>
>> regards,
>
> Thank you for your feedback. Here you've got my /proc/mount on 2.6.18.1
>
> rootfs / rootfs rw 0 0
> /dev/root / ext3 rw,data=ordered 0 0
> proc /proc proc rw 0 0
> sysfs /sys sysfs rw 0 0
> tmpfs /var/run tmpfs rw 0 0
> tmpfs /var/lock tmpfs rw 0 0
> /dev/root /dev/.static/dev ext3 rw,data=ordered 0 0
> udev /dev tmpfs rw 0 0
> devpts /dev/pts devpts rw 0 0
> tmpfs /dev/shm tmpfs rw 0 0
> tmpfs /var/run tmpfs rw 0 0
> tmpfs /var/lock tmpfs rw 0 0
> /dev/hda1 /boot ext3 rw,data=ordered 0 0
> /dev/hda5 /usr ext3 rw,data=ordered 0 0
>
> And dmesg diff, exactly as you suggested:
Yup, but you use timestamps on the one of kernels, nevermind -- it's sed job.
> --- 2.6.15 2006-11-08 18:06:16.000000000 +0100
> +++ 2.6.18.1 2006-11-08 22:07:53.000000000 +0100
> @@ -1,317 +1,254 @@
> -[17179569.184000] Linux version 2.6.15-27-386 (buildd@terranova) (gcc
> version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Sat Sep 16 01:51:59
> UTC 2006
> -[17179569.184000] BIOS-provided physical RAM map:
> -[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
> -[17179569.184000] BIOS-e820: 000000000009fc00 - 00000000000a0000
> (reserved)
> -[17179569.184000] BIOS-e820: 00000000000f0000 - 0000000000100000
[...]
> +EXT3-fs: mounted filesystem with ordered data mode.
> +kjournald starting. Commit interval 5 seconds
> +EXT3 FS on hda5, internal journal
> +EXT3-fs: mounted filesystem with ordered data mode.
>
> I hope it will be helpful.
Ok, we have this:
@@ -1,6 +1,5 @@
-Linux version 2.6.15-27-386 (buildd@terranova) (gcc
-ersion 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Sat Sep 16 01:51:59
-TC 2006
+Linux version 2.6.18.1 (root@jano-desktop) (gcc version 4.0.3 (Ubuntu
+.0.3-1ubuntu5)) #1 Mon Nov 6 16:14:01 CET 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
@@ -11,26 +10,19 @@
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
-127MB HIGHMEM available.
+Warning only 896MB will be used.
+Use a HIGHMEM enabled kernel.
This has nothing to do with your problem, but I recommend you to enable HIGHMEM.
896MB LOWMEM available.
-On node 0 totalpages: 262140
+On node 0 totalpages: 229376
DMA zone: 4096 pages, LIFO batch:0
- DMA32 zone: 0 pages, LIFO batch:0
Normal zone: 225280 pages, LIFO batch:31
- HighMem zone: 32764 pages, LIFO batch:7
DMI 2.3 present.
-ACPI: RSDP (v000 ASUS
- ) @ 0x000f5e20
-ACPI: RSDT (v001 ASUS A7V8X-X 0x42302e31 MSFT
-x31313031) @ 0x3fffc000
-ACPI: FADT (v001 ASUS A7V8X-X 0x42302e31 MSFT
-x31313031) @ 0x3fffc0b2
-ACPI: BOOT (v001 ASUS A7V8X-X 0x42302e31 MSFT
-x31313031) @ 0x3fffc030
-ACPI: MADT (v001 ASUS A7V8X-X 0x42302e31 MSFT
-x31313031) @ 0x3fffc058
-ACPI: DSDT (v001 ASUS A7V8X-X 0x00001000 MSFT
-x0100000b) @ 0x00000000
+ACPI: RSDP (v000 ASUS ) @ 0x000f5e20
+ACPI: RSDT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc000
+ACPI: FADT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc0b2
+ACPI: BOOT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc030
+ACPI: MADT (v001 ASUS A7V8X-X 0x42302e31 MSFT 0x31313031) @ 0x3fffc058
+ACPI: DSDT (v001 ASUS A7V8X-X 0x00001000 MSFT 0x0100000b) @ 0x00000000
ACPI: PM-Timer IO Port: 0xe408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
@@ -45,67 +37,54 @@
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
-Allocating PCI resources starting at 50000000 (gap:
-0000000:bec00000)
-Built 1 zonelists
-Kernel command line: root=/dev/hda3 ro quiet splash
+Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
+Detected 1839.975 MHz processor.
+Built 1 zonelists. Total pages: 229376
+Kernel command line: root=/dev/hda3 ro single
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
+Enabling fast FPU save and restore... done.
+Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
-PID hash table entries: 4096 (order: 12, 65536 bytes)
-Detected 1840.206 MHz processor.
-Using pmtmr for high-res timesource
+PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour VGA+ 80x25
-Dentry cache hash table entries: 131072 (order: 7,
-24288 bytes)
-Inode-cache hash table entries: 65536 (order: 6,
-62144 bytes)
-Memory: 1028872k/1048560k available (1976k kernel
-ode, 18936k reserved, 606k data, 288k init, 131056k highmem)
-Checking if this processor honours the WP bit even
-n supervisor mode... Ok.
-Calibrating delay using timer specific routine..
-683.37 BogoMIPS (lpj=7366740)
-Security Framework v1.0.0 initialized
-SELinux: Disabled at boot.
+Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
+Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
+Memory: 906300k/917504k available (1813k kernel code, 10728k
+eserved, 571k data, 172k init, 0k highmem)
+Checking if this processor honours the WP bit even in supervisor mode... Ok.
+Calibrating delay using timer specific routine.. 3682.73 BogoMIPS (lpj=7365468)
Mount-cache hash table entries: 512
-CPU: After generic identify, caps: 0383fbff
-1c3fbff 00000000 00000000 00000000 00000000 00000000
-CPU: After vendor identify, caps: 0383fbff c1c3fbff
-0000000 00000000 00000000 00000000 00000000
-CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K
-64 bytes/line)
+CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000
+0000000 00000000 00000000 00000000
+CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000
+0000000 00000000 00000000
+CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
-CPU: After all inits, caps: 0383fbff c1c3fbff
-0000000 00000420 00000000 00000000 00000000
-mtrr: v2.0 (20020519)
+CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420
+0000000 00000000 00000000
+Intel machine check architecture supported.
+Intel machine check reporting enabled on CPU#0.
+Compat vDSO mapped to ffffe000.
CPU: AMD Athlon(TM) XP 3000+ stepping 00
-Enabling fast FPU save and restore... done.
-Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
-checking if image is initramfs... it is
-Freeing initrd memory: 6616k freed
-ACPI: Looking for DSDT ... not found!
+ACPI: Core revision 20060707
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
NET: Registered protocol family 16
-EISA bus registered
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf1960, last bus=1
PCI: Using configuration type 1
-ACPI: Subsystem revision 20051216
+Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
-ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9
-0 11 12) *0, disabled.
+ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12)
-ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9
-0 11 12) *0, disabled.
+ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12)
-ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10
-11 12 14 15)
+ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
@@ -114,267 +93,168 @@
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
-Linux Plug and Play Support v0.97 (c) Adam Belay
-pnp: PnP ACPI init
-pnp: PnP ACPI: found 14 devices
-PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
-PCI: If a device doesn't work, try "pci=routeirq".
-f it helps, post a report
-pnp: 00:01: ioport range 0xe400-0xe47f could not be reserved
-pnp: 00:01: ioport range 0xe800-0xe81f could not be reserved
-pnp: 00:0d: ioport range 0x290-0x297 has been reserved
-pnp: 00:0d: ioport range 0x370-0x375 has been reserved
+PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
PCI: Bridge: 0000:00:01.0
IO window: d000-dfff
MEM window: bf000000-bfffffff
PREFETCH window: c0000000-f7ffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
+NET: Registered protocol family 2
+IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
+TCP established hash table entries: 131072 (order: 7, 524288 bytes)
+TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
+TCP: Hash tables configured (established 131072 bind 65536)
+TCP reno registered
Simple Boot Flag at 0x3a set to 0x1
-audit: initializing netlink socket (disabled)
-audit(1163006904.972:1): initialized
-highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
-io scheduler anticipatory registered
+io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
-isapnp: Scanning for PnP cards...
-isapnp: No Plug & Play device found
-PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at
-x60,0x64 irq 1,12
-serio: i8042 AUX port at 0x60,0x64 irq 12
-serio: i8042 KBD port at 0x60,0x64 irq 1
-Serial: 8250/16550 driver $Revision: 1.90 $ 48
-orts, IRQ sharing enabled
-serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
-00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
-ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16
-level, low) -> IRQ 169
-ACPI: PCI interrupt for device 0000:00:0d.0 disabled
-RAMDISK driver initialized: 16 RAM disks of 65536K
-ize 1024 blocksize
+ACPI: Power Button (FF) [PWRF]
+ACPI: Power Button (CM) [PWRB]
+Floppy drive(s): fd0 is 1.44M
+FDC 0 is a post-1991 82077
+via-rhine.c:v1.10-LK1.4.1 July-24-2006 Written by Donald Becker
+ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 16
+eth0: VIA Rhine II at 0xbd800000, 00:0e:a6:8a:a6:36, IRQ 16.
+eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link 45e1.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
-ide: Assuming 33MHz system bus speed for PIO modes;
-verride with idebus=xx
-mice: PS/2 mouse device common for all mice
-EISA: Probing bus 0 at eisa.0
-EISA: Detected 0 cards.
-NET: Registered protocol family 2
-input: AT Translated Set 2 keyboard as /class/input/input0
-IP route cache hash table entries: 65536 (order: 6,
-62144 bytes)
-TCP established hash table entries: 262144 (order:
-, 1048576 bytes)
-TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
-TCP: Hash tables configured (established 262144 bind 65536)
-TCP reno registered
-TCP bic registered
-NET: Registered protocol family 1
-NET: Registered protocol family 8
-NET: Registered protocol family 20
-Using IPI Shortcut mode
-ACPI wakeup devices:
-PCI0 PCI1 USB0 USB1 USB2 SU20 SLAN
-ACPI: (supports S0 S1 S4 S5)
-Freeing unused kernel memory: 288k freed
-vga16fb: initializing
-vga16fb: mapped to 0xc00a0000
-Console: switching to colour frame buffer device 80x25
-fb0: VGA16 VGA frame buffer device
-Capability LSM initialized
-VP_IDE: IDE controller at PCI slot 0000:00:11.1
-ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
-PCI: Via IRQ fixup for 0000:00:11.1, from 255 to 15
-VP_IDE: chipset revision 6
-VP_IDE: not 100% native mode: will probe irqs later
-VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller
-n pci0000:00:11.1
- ide0: BM-DMA at 0xa800-0xa807, BIOS settings:
-da:DMA, hdb:DMA
- ide1: BM-DMA at 0xa808-0xa80f, BIOS settings:
-dc:DMA, hdd:DMA
+ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
hda: MAXTOR 6L040J2, ATA DISK drive
hdb: SAMSUNG SP0802N, ATA DISK drive
-ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
+ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
-hda: 78177792 sectors (40027 MB) w/1819KiB Cache,
-HS=65535/16/63, UDMA(33)
+hda: 78177792 sectors (40027 MB) w/1819KiB Cache, CHS=65535/16/63
hda: cache flushes supported
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
-hdb: max request size: 1024KiB
-hdb: 156368016 sectors (80060 MB) w/2048KiB Cache,
-HS=16383/255/63, UDMA(33)
+hdb: max request size: 512KiB
+hdb: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63
hdb: cache flushes supported
hdb: hdb1 hdb2 < hdb5 hdb6 >
-hdc: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
-Uniform CD-ROM driver Revision: 3.20
-hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
-usbcore: registered new driver usbfs
-usbcore: registered new driver hub
-USB Universal Host Controller Interface driver v2.3
-ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21
-level, low) -> IRQ 177
-PCI: Via IRQ fixup for 0000:00:10.0, from 0 to 1
-uhci_hcd 0000:00:10.0: UHCI Host Controller
-uhci_hcd 0000:00:10.0: new USB bus registered,
-ssigned bus number 1
-uhci_hcd 0000:00:10.0: irq 177, io base 0x0000b800
-hub 1-0:1.0: USB hub found
-hub 1-0:1.0: 2 ports detected
-ACPI: PCI Interrupt 0000:00:10.1[B] -> GSI 21
-level, low) -> IRQ 177
-PCI: Via IRQ fixup for 0000:00:10.1, from 0 to 1
-uhci_hcd 0000:00:10.1: UHCI Host Controller
-uhci_hcd 0000:00:10.1: new USB bus registered,
-ssigned bus number 2
-uhci_hcd 0000:00:10.1: irq 177, io base 0x0000b400
-hub 2-0:1.0: USB hub found
-hub 2-0:1.0: 2 ports detected
-ACPI: PCI Interrupt 0000:00:10.2[C] -> GSI 21
-level, low) -> IRQ 177
-PCI: Via IRQ fixup for 0000:00:10.2, from 0 to 1
-uhci_hcd 0000:00:10.2: UHCI Host Controller
-uhci_hcd 0000:00:10.2: new USB bus registered,
-ssigned bus number 3
-uhci_hcd 0000:00:10.2: irq 177, io base 0x0000b000
-hub 3-0:1.0: USB hub found
-hub 3-0:1.0: 2 ports detected
-ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21
-level, low) -> IRQ 177
-PCI: Via IRQ fixup for 0000:00:10.3, from 0 to 1
-ehci_hcd 0000:00:10.3: EHCI Host Controller
-ehci_hcd 0000:00:10.3: new USB bus registered,
-ssigned bus number 4
-ehci_hcd 0000:00:10.3: irq 177, io mem 0xbe000000
-ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00,
-river 10 Dec 2004
-hub 4-0:1.0: USB hub found
-hub 4-0:1.0: 6 ports detected
-usb 1-1: new full speed USB device using uhci_hcd
-nd address 2
-Attempting manual resume
-EXT3-fs: mounted filesystem with ordered data mode.
+serio: i8042 AUX port at 0x60,0x64 irq 12
+serio: i8042 KBD port at 0x60,0x64 irq 1
+mice: PS/2 mouse device common for all mice
+IPv4 over IPv4 tunneling driver
+TCP bic registered
+Using IPI Shortcut mode
+ACPI: (supports S0 S1 S4 S5)
+Time: tsc clocksource has been installed.
+input: AT Translated Set 2 keyboard as /class/input/input0
kjournald starting. Commit interval 5 seconds
-usb 4-1: new high speed USB device using ehci_hcd
-nd address 2
-usb 2-2: new full speed USB device using uhci_hcd
-nd address 2
-usb 2-2: device descriptor read/64, error -71
-usb 2-2: device descriptor read/64, error -71
-usb 2-2: new full speed USB device using uhci_hcd
-nd address 3
-usb 2-2: device descriptor read/64, error -71
-usb 2-2: device descriptor read/64, error -71
-usb 2-2: new full speed USB device using uhci_hcd
-nd address 4
-usb 2-2: device not accepting address 4, error -71
-usb 2-2: new full speed USB device using uhci_hcd
-nd address 5
-usb 2-2: device not accepting address 5, error -71
-pci_hotplug: PCI Hot Plug PCI Core version: 0.5
-shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
+EXT3-fs: mounted filesystem with ordered data mode.
+VFS: Mounted root (ext3 filesystem) readonly.
+Freeing unused kernel memory: 172k freed
+input: ImExPS/2 Logitech Wheel Mouse as /class/input/input1
+NET: Registered protocol family 1
+hdc: ATAPI 52X DVD-ROM drive, 256kB Cache
+Uniform CD-ROM driver Revision: 3.20
+eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: AGP aperture is 64M @ 0xf8000000
-irda_init()
-NET: Registered protocol family 23
-via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written
-y Donald Becker
-ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23
-level, low) -> IRQ 185
-PCI: Via IRQ fixup for 0000:00:12.0, from 0 to 9
-eth0: VIA Rhine II at 0x1a400, 00:0e:a6:8a:a6:36, IRQ 185.
-eth0: MII PHY found at address 1, status 0x786d
-dvertising 01e1 Link 45e1.
-gameport: EMU10K1 is pci0000:00:13.1/gameport0, io
-x9800, speed 1217kHz
-ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18
-level, low) -> IRQ 193
-Real Time Clock Driver v1.12
-input: PC Speaker as /class/input/input1
-drivers/usb/class/usblp.c: usblp0: USB
-idirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x2B17
+usbcore: registered new driver usbfs
+usbcore: registered new driver hub
+ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 17
+PCI: VIA IRQ fixup for 0000:00:10.3, from 0 to 1
+ehci_hcd 0000:00:10.3: EHCI Host Controller
+ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
+ehci_hcd 0000:00:10.3: irq 17, io mem 0xbe000000
+ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
+usb usb1: configuration #1 chosen from 1 choice
+hub 1-0:1.0: USB hub found
+hub 1-0:1.0: 6 ports detected
+Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
+serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
+hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
+ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16 (level, low) -> IRQ 18
+ACPI: PCI interrupt for device 0000:00:0d.0 disabled
+usb 1-1: new high speed USB device using ehci_hcd and address 2
+usb 1-1: configuration #1 chosen from 1 choice
+ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 19
+VP_IDE: IDE controller at PCI slot 0000:00:11.1
+ACPI: Unable to derive IRQ for device 0000:00:11.1
+ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
+PCI: VIA IRQ fixup for 0000:00:11.1, from 255 to 15
+VP_IDE: chipset revision 6
+VP_IDE: not 100% native mode: will probe irqs later
+VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
+VP_IDE: port 0x01f0 already claimed by ide0
+VP_IDE: port 0x0170 already claimed by ide1
+VP_IDE: neither IDE port enabled (BIOS)
Hmmm, this smells strange.
+NET: Registered protocol family 17
+drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if
+ alt 0 proto 2 vid 0x03F0 pid 0x2B17
usbcore: registered new driver usblp
-drivers/usb/class/usblp.c: v0.13: USB Printer
-evice Class driver
-Floppy drive(s): fd0 is 1.44M
-parport: PnPBIOS parport detected.
-parport0: PC-style at 0x378 (0x778), irq 7, dma 3
-PCSPP,TRISTATE,COMPAT,ECP,DMA]
-FDC 0 is a post-1991 82077
-eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
-input: ImExPS/2 Logitech Wheel Mouse as /class/input/input2
-ts: Compaq touchscreen protocol output
-lp0: using parport0 (interrupt-driven).
-fuse init (API version 7.3)
-fglrx: module license 'Proprietary. (C) 2002 - ATI
-echnologies, Starnberg, GERMANY' taints kernel.
-[fglrx] Maximum main memory to use for locked dma
-uffers: 929 MBytes.
-[fglrx] module loaded - fglrx 8.29.6 [Sep 19 2006] on minor 0
-Adding 1028120k swap on /dev/hda7. Priority:-1
-xtents:1 across:1028120k
+drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
+parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
+parport0: irq 7 detected
+lp0: using parport0 (polling).
+fuse init (API version 7.7)
+Adding 1028120k swap on /dev/hda7. Priority:-1 extents:1 across:1028120k
EXT3 FS on hda3, internal journal
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
-NET: Registered protocol family 17
-device-mapper: 4.4.0-ioctl (2005-01-12)
-nitialised: [email protected]
-cdrom: open failed.
+device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: [email protected]
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
+device-mapper: table: 253:3: linear: dm-linear: Device lookup failed
+device-mapper: ioctl: error adding target to table
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
-EXT3 FS on hdb1, internal journal
-EXT3-fs: mounted filesystem with ordered data mode.
-kjournald starting. Commit interval 5 seconds
EXT3 FS on hda5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
-ACPI: Power Button (FF) [PWRF]
-ACPI: Power Button (CM) [PWRB]
-ibm_acpi: ec object not found
-pcc_acpi: loading...
-ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16
-level, low) -> IRQ 169
-ppdev: user-space parallel port driver
-apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
-apm: overridden by ACPI.
-[fglrx] AGP detected, AgpState = 0x1f000a0b
-hardware caps of chipset)
-agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
-agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
-agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
-[fglrx] AGP enabled, AgpCommand = 0x1f000302 (selected caps)
-[fglrx] total GART = 67108864
-[fglrx] free GART = 51113984
-[fglrx] max single GART = 51113984
-[fglrx] total LFB = 126873600
-[fglrx] free LFB = 116387840
-[fglrx] max single LFB = 116387840
-[fglrx] total Inv = 134217728
-[fglrx] free Inv = 134217728
-[fglrx] max single Inv = 134217728
-[fglrx] total TIM = 0
-NET: Registered protocol family 10
-lo: Disabled Privacy Extensions
-IPv6 over IPv4 tunneling driver
-eth0: no IPv6 routers present
-ISO 9660 Extensions: Microsoft Joliet Level 3
-ISOFS: changing to secondary root
-Bluetooth: Core ver 2.8
-NET: Registered protocol family 31
-Bluetooth: HCI device and connection manager initialized
-Bluetooth: HCI socket layer initialized
-Bluetooth: L2CAP ver 2.8
-Bluetooth: L2CAP socket layer initialized
-Bluetooth: RFCOMM socket layer initialized
-Bluetooth: RFCOMM TTY layer initialized
-Bluetooth: RFCOMM ver 1.7
Sorry, it's not exact diff, but there were some line wraps.
Which ATA do you use (the prod or experimental)? Post a .config.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
On 8 Lis, 22:50, Jiri Slaby <[email protected]> wrote:
>
> -127MB HIGHMEM available.
> +Warning only 896MB will be used.
> +Use a HIGHMEM enabled kernel.
>
> This has nothing to do with your problem, but I recommend you to enable HIGHMEM.
>
Done. Thanks.
>
> Sorry, it's not exact diff, but there were some line wraps.
>
As far as I'm not mistaken disabling timestamps would allow me to make
a precise diff, however I am afraid I would have to download and
recompile kernel sources from Ubuntu repos in order to ensure that the
compiled one is exactly similar to the binary one I'm currently using.
>
> Which ATA do you use (the prod or experimental)? Post a .config.
>
.config has been attached. I hope it contains an answer to your
question, because otherwise I wouldn't know where to search for this
information.
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
On 8 Lis, 22:50, Jiri Slaby <[email protected]> wrote:
>
> -127MB HIGHMEM available.
> +Warning only 896MB will be used.
> +Use a HIGHMEM enabled kernel.
>
> This has nothing to do with your problem, but I recommend you to enable HIGHMEM.
>
Done. Thanks.
>
> Sorry, it's not exact diff, but there were some line wraps.
>
As far as I'm not mistaken disabling timestamps would allow me to make
a precise diff, however I am afraid I would have to download and
recompile kernel sources from Ubuntu repos in order to ensure that the
compiled one is exactly similar to the binary one I'm currently using.
>
> Which ATA do you use (the prod or experimental)? Post a .config.
>
.config has been attached. I hope it contains an answer to your
question, because otherwise I wouldn't know where to search for this
information.
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
I'm sorry, .config wasn't attached. Now it is.
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
I'm sorry, .config wasn't attached. Now it is.
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
Sorry, it seems that mails with attachments aren't delivered. Here's my .config:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.18.1
# Thu Nov 9 00:28:54 2006
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
#
# General setup
#
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
# CONFIG_SYSVIPC is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_RELAY is not set
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_SLAB=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
#
# Block layer
#
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
#
# Processor type and features
#
# CONFIG_SMP is not set
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_TSC=y
# CONFIG_HPET_TIMER is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
# CONFIG_HIGHPTE is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
# CONFIG_REGPARM is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set
#
# PCI Hotplug Support
#
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=m
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
CONFIG_NET_KEY=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
# CONFIG_IP_MROUTE is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_BIC=y
#
# IP: Virtual Server Configuration
#
CONFIG_IP_VS=m
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12
#
# IPVS transport protocol load balancing support
#
# CONFIG_IP_VS_PROTO_TCP is not set
# CONFIG_IP_VS_PROTO_UDP is not set
# CONFIG_IP_VS_PROTO_ESP is not set
# CONFIG_IP_VS_PROTO_AH is not set
#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
#
# IPVS application helper
#
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_IPV6_TUNNEL=m
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK is not set
# CONFIG_NETFILTER_XTABLES is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
# CONFIG_IP_NF_CT_ACCT is not set
# CONFIG_IP_NF_CONNTRACK_MARK is not set
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_TFTP=m
CONFIG_IP_NF_AMANDA=m
# CONFIG_IP_NF_PPTP is not set
CONFIG_IP_NF_QUEUE=m
#
# Bridge: Netfilter Configuration
#
# CONFIG_BRIDGE_NF_EBTABLES is not set
CONFIG_BRIDGE=m
CONFIG_VLAN_8021Q=m
CONFIG_DECNET=m
CONFIG_LLC=y
# CONFIG_LLC2 is not set
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
# CONFIG_NET_SCH_CLK_JIFFIES is not set
CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y
# CONFIG_NET_SCH_CLK_CPU is not set
#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m
#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
# CONFIG_CLS_U32_MARK is not set
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_POLICE=y
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_ESTIMATOR=y
#
# Network testing
#
CONFIG_NET_PKTGEN=m
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
CONFIG_AX25=m
# CONFIG_AX25_DAMA_SLAVE is not set
CONFIG_NETROM=m
CONFIG_ROSE=m
#
# AX.25 network device drivers
#
CONFIG_MKISS=m
CONFIG_6PACK=m
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_BAYCOM_PAR=m
CONFIG_BAYCOM_EPP=m
CONFIG_YAM=m
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
#
# Dongle support
#
CONFIG_DONGLE=y
CONFIG_ESI_DONGLE=m
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
# CONFIG_TOIM3232_DONGLE is not set
CONFIG_LITELINK_DONGLE=m
#
# Old SIR device drivers
#
CONFIG_IRPORT_SIR=m
#
# Old Serial dongle support
#
# CONFIG_DONGLE_OLD is not set
#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m
# CONFIG_VIA_FIR is not set
# CONFIG_BT is not set
# CONFIG_IEEE80211 is not set
CONFIG_WIRELESS_EXT=y
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
# CONFIG_SYS_HYPERVISOR is not set
#
# Connector - unified userspace <-> kernelspace linker
#
# CONFIG_CONNECTOR is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_NOT_PC=y
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
#
# Plug and Play support
#
# CONFIG_PNP is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_PARIDE=m
CONFIG_PARIDE_PARPORT=m
#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m
#
# Parallel IDE protocol modules
#
CONFIG_PARIDE_ATEN=m
CONFIG_PARIDE_BPCK=m
CONFIG_PARIDE_BPCK6=m
CONFIG_PARIDE_COMM=m
CONFIG_PARIDE_DSTR=m
CONFIG_PARIDE_FIT2=m
CONFIG_PARIDE_FIT3=m
CONFIG_PARIDE_EPAT=m
CONFIG_PARIDE_EPIA=m
CONFIG_PARIDE_FRIQ=m
CONFIG_PARIDE_FRPW=m
CONFIG_PARIDE_KBIC=m
CONFIG_PARIDE_KTTI=m
CONFIG_PARIDE_ON20=m
CONFIG_PARIDE_ON26=m
CONFIG_BLK_CPQ_DA=m
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_SX8=m
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=m
CONFIG_BLK_DEV_RZ1000=m
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_AEC62XX=m
CONFIG_BLK_DEV_ALI15X3=m
# CONFIG_WDC_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=m
CONFIG_BLK_DEV_ATIIXP=m
CONFIG_BLK_DEV_CMD64X=m
CONFIG_BLK_DEV_TRIFLEX=m
CONFIG_BLK_DEV_CY82C693=m
CONFIG_BLK_DEV_CS5530=m
# CONFIG_BLK_DEV_CS5535 is not set
CONFIG_BLK_DEV_HPT34X=m
CONFIG_BLK_DEV_HPT366=m
CONFIG_BLK_DEV_SC1200=m
CONFIG_BLK_DEV_PIIX=m
# CONFIG_BLK_DEV_IT821X is not set
CONFIG_BLK_DEV_NS87415=m
CONFIG_BLK_DEV_PDC202XX_OLD=m
CONFIG_PDC202XX_BURST=y
CONFIG_BLK_DEV_PDC202XX_NEW=m
CONFIG_BLK_DEV_SVWKS=m
CONFIG_BLK_DEV_SIIMAGE=m
CONFIG_BLK_DEV_SIS5513=m
CONFIG_BLK_DEV_SLC90E66=m
CONFIG_BLK_DEV_TRM290=m
CONFIG_BLK_DEV_VIA82CXXX=m
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_RAID_ATTRS=m
CONFIG_SCSI=m
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
#
# SCSI Transport Attributes
#
CONFIG_SCSI_SPI_ATTRS=m
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
CONFIG_BLK_DEV_3W_XXXX_RAID=m
# CONFIG_SCSI_3W_9XXX is not set
CONFIG_SCSI_ACARD=m
CONFIG_SCSI_AACRAID=m
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC7XXX_OLD=m
CONFIG_SCSI_AIC79XX=m
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_ENABLE_RD_STRM is not set
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_DPT_I2O=m
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
CONFIG_SCSI_SATA=m
# CONFIG_SCSI_SATA_AHCI is not set
CONFIG_SCSI_SATA_SVW=m
# CONFIG_SCSI_ATA_PIIX is not set
# CONFIG_SCSI_PDC_ADMA is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_SATA_QSTOR is not set
CONFIG_SCSI_SATA_PROMISE=m
CONFIG_SCSI_SATA_VIA=m
CONFIG_SCSI_SATA_VITESSE=m
CONFIG_SCSI_BUSLOGIC=m
# CONFIG_SCSI_OMIT_FLASHPOINT is not set
CONFIG_SCSI_DMX3191D=m
CONFIG_SCSI_EATA=m
# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
CONFIG_SCSI_FUTURE_DOMAIN=m
CONFIG_SCSI_GDTH=m
CONFIG_SCSI_IPS=m
CONFIG_SCSI_INITIO=m
CONFIG_SCSI_INIA100=m
CONFIG_SCSI_PPA=m
CONFIG_SCSI_IMM=m
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
CONFIG_SCSI_SYM53C8XX_2=m
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
CONFIG_SCSI_SYM53C8XX_MMIO=y
# CONFIG_SCSI_IPR is not set
CONFIG_SCSI_QLOGIC_1280=m
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_LPFC is not set
CONFIG_SCSI_DC390T=m
CONFIG_SCSI_NSP32=m
CONFIG_SCSI_DEBUG=m
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
# CONFIG_MD_RAID456 is not set
CONFIG_MD_MULTIPATH=m
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=m
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
#
# PHY device support
#
# CONFIG_PHYLIB is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
CONFIG_HAPPYMEAL=m
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
CONFIG_HP100=m
CONFIG_NET_PCI=y
CONFIG_PCNET32=m
CONFIG_AMD8111_ETH=m
# CONFIG_AMD8111E_NAPI is not set
CONFIG_ADAPTEC_STARFIRE=m
CONFIG_B44=m
CONFIG_FORCEDETH=m
# CONFIG_DGRS is not set
CONFIG_EEPRO100=m
CONFIG_E100=m
CONFIG_FEALNX=m
CONFIG_NATSEMI=m
CONFIG_NE2K_PCI=m
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_SIS900=m
CONFIG_EPIC100=m
CONFIG_SUNDANCE=m
# CONFIG_SUNDANCE_MMIO is not set
CONFIG_TLAN=m
CONFIG_VIA_RHINE=y
CONFIG_VIA_RHINE_MMIO=y
# CONFIG_VIA_RHINE_NAPI is not set
CONFIG_NET_POCKET=y
CONFIG_ATP=m
CONFIG_DE600=m
CONFIG_DE620=m
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
CONFIG_DL2K=m
CONFIG_E1000=m
CONFIG_E1000_NAPI=y
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
CONFIG_NS83820=m
CONFIG_HAMACHI=m
CONFIG_R8169=m
# CONFIG_R8169_VLAN is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
CONFIG_SK98LIN=m
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=m
# CONFIG_BNX2 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
#
# Token Ring devices
#
CONFIG_TR=y
CONFIG_IBMOL=m
CONFIG_IBMLS=m
CONFIG_3C359=m
CONFIG_TMS380TR=m
CONFIG_TMSPCI=m
CONFIG_ABYSS=m
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
# CONFIG_NET_WIRELESS_RTNETLINK is not set
#
# Obsolete Wireless cards support (pre-802.11)
#
CONFIG_STRIP=m
#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_AIRO=m
CONFIG_HERMES=m
CONFIG_PLX_HERMES=m
CONFIG_TMD_HERMES=m
# CONFIG_NORTEL_HERMES is not set
CONFIG_PCI_HERMES=m
# CONFIG_ATMEL is not set
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_USB_ZD1201 is not set
# CONFIG_HOSTAP is not set
CONFIG_NET_WIRELESS=y
#
# Wan interfaces
#
CONFIG_WAN=y
CONFIG_DSCC4=m
# CONFIG_DSCC4_PCISYNC is not set
# CONFIG_DSCC4_PCI_RST is not set
CONFIG_LANMEDIA=m
CONFIG_HDLC=m
CONFIG_HDLC_RAW=y
CONFIG_HDLC_RAW_ETH=y
CONFIG_HDLC_CISCO=y
CONFIG_HDLC_FR=y
CONFIG_HDLC_PPP=y
#
# X.25/LAPB support is disabled
#
CONFIG_PCI200SYN=m
# CONFIG_WANXL is not set
CONFIG_PC300=m
#
# Cyclades-PC300 MLPPP support is disabled.
#
#
# Refer to the file README.mlppp, provided by PC300 package.
#
CONFIG_FARSYNC=m
CONFIG_DLCI=m
CONFIG_DLCI_COUNT=24
CONFIG_DLCI_MAX=8
CONFIG_SBNI=m
# CONFIG_SBNI_MULTILINE is not set
# CONFIG_FDDI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_SLIP is not set
CONFIG_NET_FC=y
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
#
# ISDN subsystem
#
CONFIG_ISDN=m
#
# Old ISDN4Linux
#
# CONFIG_ISDN_I4L is not set
#
# CAPI subsystem
#
CONFIG_ISDN_CAPI=m
CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y
CONFIG_ISDN_CAPI_CAPI20=m
#
# CAPI hardware drivers
#
#
# Active AVM cards
#
# CONFIG_CAPI_AVM is not set
#
# Active Eicon DIVA Server cards
#
# CONFIG_CAPI_EICON is not set
#
# Telephony Support
#
CONFIG_PHONE=m
CONFIG_PHONE_IXJ=m
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_PCI=m
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=m
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
CONFIG_TIPAR=m
#
# IPMI
#
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
# CONFIG_IPMI_SI is not set
CONFIG_IPMI_WATCHDOG=m
# CONFIG_IPMI_POWEROFF is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_GEODE=y
CONFIG_HW_RANDOM_VIA=y
CONFIG_NVRAM=m
CONFIG_RTC=m
# CONFIG_GEN_RTC is not set
CONFIG_DTLK=m
CONFIG_R3964=m
CONFIG_APPLICOM=m
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
CONFIG_AGP_ALI=m
CONFIG_AGP_ATI=m
CONFIG_AGP_AMD=m
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
CONFIG_AGP_NVIDIA=m
CONFIG_AGP_SIS=m
CONFIG_AGP_SWORKS=m
CONFIG_AGP_VIA=m
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_I810=m
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_MWAVE=m
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
#
# TPM devices
#
#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
# CONFIG_I2C_ALGOPCA is not set
#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
CONFIG_I2C_PARPORT=m
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
CONFIG_SCx200_ACB=m
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set
#
# Miscellaneous I2C Chip support
#
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
#
# Dallas's 1-wire bus
#
#
# Hardware Monitoring support
#
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
#
# Misc devices
#
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
CONFIG_VIDEO_V4L2=y
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
# CONFIG_USB_DABUSB is not set
#
# Graphics support
#
CONFIG_FIRMWARE_EDID=y
CONFIG_FB=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
# CONFIG_FB_CIRRUS is not set
CONFIG_FB_PM2=m
# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
CONFIG_FB_CYBER2000=m
# CONFIG_FB_ARC is not set
CONFIG_FB_VGA16=m
CONFIG_FB_HGA=m
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
CONFIG_FB_RIVA=m
# CONFIG_FB_RIVA_I2C is not set
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
# CONFIG_FB_MATROX_G is not set
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MULTIHEAD=y
# CONFIG_FB_RADEON is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
CONFIG_FB_ATY_GX=y
CONFIG_FB_SIS=m
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=m
# CONFIG_FB_KYRO is not set
CONFIG_FB_3DFX=m
CONFIG_FB_VOODOO1=m
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set
#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
CONFIG_SND_EMU10K1=m
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#
#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
# CONFIG_USB_LIBUSUAL is not set
#
# USB Input Devices
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
CONFIG_USB_AIPTEK=m
CONFIG_USB_WACOM=m
# CONFIG_USB_ACECAD is not set
CONFIG_USB_KBTAB=m
CONFIG_USB_POWERMATE=m
# CONFIG_USB_TOUCHSCREEN is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_ATI_REMOTE2 is not set
# CONFIG_USB_APPLETOUCH is not set
#
# USB Imaging devices
#
CONFIG_USB_MICROTEK=m
#
# USB Network Adapters
#
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=m
# CONFIG_USB_NET_CDC_SUBSET is not set
CONFIG_USB_NET_ZAURUS=m
CONFIG_USB_MON=y
#
# USB port drivers
#
CONFIG_USB_USS720=m
#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRPRIME is not set
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_EMPEG=m
# CONFIG_USB_SERIAL_FUNSOFT is not set
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
# CONFIG_USB_SERIAL_GARMIN is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_TI is not set
CONFIG_USB_SERIAL_XIRCOM=m
# CONFIG_USB_SERIAL_OPTION is not set
CONFIG_USB_EZUSB=y
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
CONFIG_USB_EMI26=m
CONFIG_USB_LCD=m
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
#
# USB DSL modem support
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# MMC/SD Card support
#
# CONFIG_MMC is not set
#
# LED devices
#
# CONFIG_NEW_LEDS is not set
#
# LED drivers
#
#
# LED Triggers
#
#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set
#
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
#
#
# Real Time Clock
#
#
# DMA Engine support
#
# CONFIG_DMA_ENGINE is not set
#
# DMA Clients
#
#
# DMA Devices
#
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-2"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
CONFIG_HFSPLUS_FS=m
CONFIG_CRAMFS=m
CONFIG_VXFS_FS=m
CONFIG_HPFS_FS=m
CONFIG_QNX4FS_FS=m
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m
# CONFIG_UFS_DEBUG is not set
#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-2"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=y
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=m
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_FS is not set
# CONFIG_UNWIND_INFO is not set
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=m
# CONFIG_CRYPTO_AES_586 is not set
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_CRC32C is not set
CONFIG_CRYPTO_TEST=m
#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set
#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_PLIST=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
On 11/8/06, Jano <[email protected]> wrote:
> On 8 Lis, 22:50, Jiri Slaby <[email protected]> wrote:
>
> >
> > Which ATA do you use (the prod or experimental)? Post a .config.
> >
>
> .config has been attached. I hope it contains an answer to your
> question, because otherwise I wouldn't know where to search for this
> information.
Aah, sorry for the question, you use 2.6.18.1 and there is no such option yet.
Despite you have ide-generic built-in and other drivers have as a
module and you don't use initrd. If I was you, I'll try to disable
ide-generic and choose your ide chipset as built-in in
ATA/ATAPI/MFM/RLL support under Device drivers.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
Ubuntu uses an initramfs, so unless he has rebuilt his kernel to get
around that, he should still be using one.
OP, please check dmesg for any new errors after you attempt to mount
something on hdb. Also what is the output of a mount command with no
options?
Jiri Slaby wrote:
> Aah, sorry for the question, you use 2.6.18.1 and there is no such
> option yet.
>
> Despite you have ide-generic built-in and other drivers have as a
> module and you don't use initrd. If I was you, I'll try to disable
> ide-generic and choose your ide chipset as built-in in
> ATA/ATAPI/MFM/RLL support under Device drivers.
>
> regards,
Phillip: please, so not top-post
Jano: please, do not remove Cc people, when replying (i.e. reply to all)
Phillip Susi wrote:
> Ubuntu uses an initramfs, so unless he has rebuilt his kernel to get
> around that, he should still be using one.
He has his own kernel with explicitly initrd disabled by config option (i.e. not
even supported by the kernel):
http://lkml.org/lkml/2006/11/09/11
> OP, please check dmesg for any new errors after you attempt to mount
> something on hdb. Also what is the output of a mount command with no
> options?
There is a proc/mounts here:
http://lkml.org/lkml/2006/11/08/322
> Jiri Slaby wrote:
>> Aah, sorry for the question, you use 2.6.18.1 and there is no such
>> option yet.
>>
>> Despite you have ide-generic built-in and other drivers have as a
>> module and you don't use initrd. If I was you, I'll try to disable
>> ide-generic and choose your ide chipset as built-in in
>> ATA/ATAPI/MFM/RLL support under Device drivers.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
2006/11/9, Jiri Slaby <[email protected]>:
> Jano: please, do not remove Cc people, when replying (i.e. reply to all)
>
Oops, apologise, I'm getting used to a different mail client
interface. I'll try to do my best to follow the etiquette.
>
> Phillip Susi wrote:
> > Ubuntu uses an initramfs, so unless he has rebuilt his kernel to get
> > around that, he should still be using one.
>
I've compiled it into the kernel, but it doesn't work.
> > OP, please check dmesg for any new errors after you attempt to mount
> > something on hdb. Also what is the output of a mount command with no
> > options?
Mount haven't changed. And here's my dmesg acquired after the last
compilation. It's a diff from the previous version I posted, which can
be found here: http://lkml.org/lkml/2006/11/08/322
--- 2.6.18.1 2006-11-08 22:07:53.000000000 +0100
+++ 2.6.18.1b 2006-11-09 18:32:26.000000000 +0100
@@ -51,7 +51,7 @@
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 906300k/917504k available (1813k kernel code, 10728k
reserved, 571k data, 172k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
-Calibrating delay using timer specific routine.. 3682.73 BogoMIPS (lpj=7365468)
+Calibrating delay using timer specific routine.. 3682.72 BogoMIPS (lpj=7365441)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000
00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000
00000000 00000000 00000000
@@ -150,31 +150,16 @@
Freeing unused kernel memory: 172k freed
input: ImExPS/2 Logitech Wheel Mouse as /class/input/input1
NET: Registered protocol family 1
-hdc: ATAPI 52X DVD-ROM drive, 256kB Cache
-Uniform CD-ROM driver Revision: 3.20
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: AGP aperture is 64M @ 0xf8000000
-usbcore: registered new driver usbfs
-usbcore: registered new driver hub
-ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 17
-PCI: VIA IRQ fixup for 0000:00:10.3, from 0 to 1
-ehci_hcd 0000:00:10.3: EHCI Host Controller
-ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
-ehci_hcd 0000:00:10.3: irq 17, io mem 0xbe000000
-ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
-usb usb1: configuration #1 chosen from 1 choice
-hub 1-0:1.0: USB hub found
-hub 1-0:1.0: 6 ports detected
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
-hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
-ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16 (level, low) -> IRQ 18
+ACPI: PCI Interrupt 0000:00:0d.0[A] -> GSI 16 (level, low) -> IRQ 17
ACPI: PCI interrupt for device 0000:00:0d.0 disabled
-usb 1-1: new high speed USB device using ehci_hcd and address 2
-usb 1-1: configuration #1 chosen from 1 choice
-ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 19
+hdc: ATAPI 52X DVD-ROM drive, 256kB Cache
+Uniform CD-ROM driver Revision: 3.20
VP_IDE: IDE controller at PCI slot 0000:00:11.1
ACPI: Unable to derive IRQ for device 0000:00:11.1
ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
@@ -185,10 +170,25 @@
VP_IDE: port 0x01f0 already claimed by ide0
VP_IDE: port 0x0170 already claimed by ide1
VP_IDE: neither IDE port enabled (BIOS)
+hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache
+usbcore: registered new driver usbfs
+usbcore: registered new driver hub
+ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 18
+PCI: VIA IRQ fixup for 0000:00:10.3, from 0 to 2
+ehci_hcd 0000:00:10.3: EHCI Host Controller
+ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
+ehci_hcd 0000:00:10.3: irq 18, io mem 0xbe000000
+ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
+usb usb1: configuration #1 chosen from 1 choice
+hub 1-0:1.0: USB hub found
+hub 1-0:1.0: 6 ports detected
NET: Registered protocol family 17
+usb 1-1: new high speed USB device using ehci_hcd and address 2
+usb 1-1: configuration #1 chosen from 1 choice
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if
0 alt 0 proto 2 vid 0x03F0 pid 0x2B17
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
+ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 19
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
Below I've attach diff of my current .config in comparison to the one
posted over here: http://lkml.org/lkml/2006/11/09/11
--- config_old 2006-11-09 18:50:59.000000000 +0100
+++ /usr/src/linux-2.6.18.1/.config 2006-11-09 18:25:25.000000000 +0100
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.18.1
-# Thu Nov 9 00:28:54 2006
+# Thu Nov 9 18:25:25 2006
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
@@ -187,6 +187,7 @@
CONFIG_PHYSICAL_START=0x100000
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
+
#
# Power management options (ACPI, APM)
#
@@ -592,8 +593,11 @@
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_SX8=m
# CONFIG_BLK_DEV_UB is not set
-# CONFIG_BLK_DEV_RAM is not set
-# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_COUNT=16
+CONFIG_BLK_DEV_RAM_SIZE=4096
+CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
+CONFIG_BLK_DEV_INITRD=y
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
@@ -607,7 +611,7 @@
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
-# CONFIG_BLK_DEV_HD_IDE is not set
+CONFIG_BLK_DEV_HD_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=m
@@ -618,7 +622,7 @@
#
# IDE chipset support/bugfixes
#
-CONFIG_IDE_GENERIC=y
+CONFIG_IDE_GENERIC=m
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
@@ -658,7 +662,7 @@
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
-# CONFIG_BLK_DEV_HD is not set
+CONFIG_BLK_DEV_HD=y
#
# SCSI device support
@@ -758,6 +762,7 @@
CONFIG_SCSI_DC390T=m
CONFIG_SCSI_NSP32=m
CONFIG_SCSI_DEBUG=m
+
#
# Multi-device support (RAID and LVM)
#
@@ -882,6 +887,7 @@
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
+
#
# Token Ring devices
#
I hope this will be helpful. Thank you for your feedback.
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
Jano wrote:
>> Phillip Susi wrote:
>> > Ubuntu uses an initramfs, so unless he has rebuilt his kernel to get
>> > around that, he should still be using one.
>>
>
> I've compiled it into the kernel, but it doesn't work.
But I guess, you either haven't mkinitrd'ed it or you don't have an initrd line
in your loader config (I can't see any difference in dmesgs diff)?
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
Jiri Slaby wrote:
> Phillip: please, so not top-post
Please stop discouraging top posting. There is no reason to have to
scroll down through a screen or two of quoted message that you just
read the original of, before getting to the new subject matter.
> Jano: please, do not remove Cc people, when replying (i.e. reply to all)
>
<snip>
> There is a proc/mounts here:
> http://lkml.org/lkml/2006/11/08/322
>
I didn't ask for /proc/mounts, I asked for the output of the mount
command with no arguments, which prints the contents of /etc/mtab. I
was thinking that /etc/mtab might show the partitions as mounted even
though they are not, which could be why mount is complaining.
2006/11/9, Jiri Slaby <[email protected]>:
> Jano wrote:
> > I've compiled it into the kernel, but it doesn't work.
>
> But I guess, you either haven't mkinitrd'ed it or you don't have an initrd line
> in your loader config (I can't see any difference in dmesgs diff)?
>
It is quite possible. All I've done was:
# make all
# make modules_install
# make install
And update of /boot/grub/menu.lst. Additionally I've tried to do it using:
# make-kpkg --initrd kernel_image kernel_headers
And installing the deb package. Please correct me if I've made any mistakes.
2006/11/9, Phillip Susi <[email protected]>:
> I didn't ask for /proc/mounts, I asked for the output of the mount
> command with no arguments, which prints the contents of /etc/mtab. I
> was thinking that /etc/mtab might show the partitions as mounted even
> though they are not, which could be why mount is complaining.
>
Here you are, this is output of 'mount' while in recovery mode using
kernel 2.6.18.1
$ mount
/dev/hda3 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
/dev/hda1 on /boot type ext3 (rw)
/dev/hda5 on /usr type ext3 (rw)
As you can see, no trace of /dev/hdb1.
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web stepien.com.pl
Phillip Susi wrote:
> Jiri Slaby wrote:
>> Phillip: please, so not top-post
>
> Please stop discouraging top posting. There is no reason to have to
> scroll down through a screen or two of quoted message that you just
> read the original of, before getting to the new subject matter.
Nope.
http://www.zipworld.com.au/~akpm/linux/patches/stuff/top-posting.txt
> <snip>
>> There is a proc/mounts here:
>> http://lkml.org/lkml/2006/11/08/322
>>
>
> I didn't ask for /proc/mounts, I asked for the output of the mount
> command with no arguments, which prints the contents of /etc/mtab. I
> was thinking that /etc/mtab might show the partitions as mounted even
> though they are not, which could be why mount is complaining.
Mount(8) calls mount(2) no matter what is in the /etc/mtab.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
Jano wrote:
> 2006/11/9, Jiri Slaby <[email protected]>:
>> Jano wrote:
>> > I've compiled it into the kernel, but it doesn't work.
>>
>> But I guess, you either haven't mkinitrd'ed it or you don't have an
>> initrd line
>> in your loader config (I can't see any difference in dmesgs diff)?
>>
>
> It is quite possible. All I've done was:
>
> # make all
> # make modules_install
> # make install
>
> And update of /boot/grub/menu.lst. Additionally I've tried to do it using:
>
> # make-kpkg --initrd kernel_image kernel_headers
>
> And installing the deb package. Please correct me if I've made any
> mistakes.
Hmm, both should be sufficient, however initrd seems to be not loaded. What does
your grub config says and could you zcat [initrd] | cpio -t (or whatever it is
packed by)?
> 2006/11/9, Phillip Susi <[email protected]>:
>> I didn't ask for /proc/mounts, I asked for the output of the mount
>> command with no arguments, which prints the contents of /etc/mtab. I
>> was thinking that /etc/mtab might show the partitions as mounted even
>> though they are not, which could be why mount is complaining.
>>
>
> Here you are, this is output of 'mount' while in recovery mode using
> kernel 2.6.18.1
If you have your /etc/mtab file on ro mounted partition while in recovery mode,
it's not being updated by mount...
> $ mount
> /dev/hda3 on / type ext3 (rw,errors=remount-ro)
> proc on /proc type proc (rw)
> /sys on /sys type sysfs (rw)
> varrun on /var/run type tmpfs (rw)
> varlock on /var/lock type tmpfs (rw)
> udev on /dev type tmpfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> devshm on /dev/shm type tmpfs (rw)
> /dev/hda1 on /boot type ext3 (rw)
> /dev/hda5 on /usr type ext3 (rw)
>
> As you can see, no trace of /dev/hdb1.
Is the real reason EBUSY (as it should be) -- could you strace your mount command?
I'm clueless now, sorry.
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
2006/11/9, Jiri Slaby <[email protected]>:
> Phillip Susi wrote:
> >
> > Please stop discouraging top posting. There is no reason to have to
> > scroll down through a screen or two of quoted message that you just
> > read the original of, before getting to the new subject matter.
>
> Nope.
> http://www.zipworld.com.au/~akpm/linux/patches/stuff/top-posting.txt
>
I'm sorry to interrupt, but could you continue this discussion
elsewhere? We've begun to bottom-post in this topic, and let's
continue it this way. Fair enough?
>
> Mount(8) calls mount(2) no matter what is in the /etc/mtab.
>
So what should I actually post? 'cat /etc/mtab'? If so, here it is:
# cat /etc/mtab
/dev/hda3 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
/sys /sys sysfs rw 0 0
varrun /var/run tmpfs rw 0 0
varlock /var/lock tmpfs rw 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
devshm /dev/shm tmpfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hda5 /usr ext3 rw 0 0
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web http://stepien.com.pl
2006/11/9, Jiri Slaby <[email protected]>:
>
> Hmm, both should be sufficient, however initrd seems to be not loaded. What does
> your grub config says and could you zcat [initrd] | cpio -t (or whatever it is
> packed by)?
>
$ zcat /boot/initrd.img-2.6.18.1 | cpio -t
.
bin
bin/cat
bin/chroot
bin/dd
bin/false
bin/fstype
bin/gunzip
bin/gzip
bin/insmod
bin/ipconfig
bin/kinit
bin/ln
bin/minips
bin/mkdir
bin/mkfifo
bin/mount
bin/nfsmount
bin/nuke
bin/pivot_root
bin/run-init
bin/sh.shared
bin/sleep
bin/true
bin/umount
bin/uname
bin/zcat
bin/sh
bin/busybox
conf
conf/conf.d
conf/conf.d/resume
conf/arch.conf
conf/initramfs.conf
conf/modules
etc
etc/modprobe.d
etc/modprobe.d/aliases
etc/modprobe.d/alsa-base
etc/modprobe.d/apm
etc/modprobe.d/arch
etc/modprobe.d/arch/i386
etc/modprobe.d/arch-aliases
etc/modprobe.d/blacklist
etc/modprobe.d/blacklist-framebuffer
etc/modprobe.d/blacklist-modem
etc/modprobe.d/blacklist-oss
etc/modprobe.d/blacklist-scanner
etc/modprobe.d/blacklist-watchdog
etc/modprobe.d/bluez
etc/modprobe.d/ibm_acpi.modprobe
etc/modprobe.d/ipw3945
etc/modprobe.d/isapnp
etc/modprobe.d/nvidia-kernel-nkc
etc/modprobe.d/options
etc/modprobe.d/toshiba_acpi.modprobe
etc/evms.conf
etc/udev
etc/udev/udev.conf
etc/udev/rules.d
etc/udev/rules.d/00-init.rules
etc/udev/rules.d/20-names.rules
etc/udev/rules.d/65-persistent-disk.rules
etc/udev/rules.d/90-modprobe.rules
lib
lib/modules
lib/modules/2.6.18.1
lib/modules/2.6.18.1/kernel
lib/modules/2.6.18.1/kernel/drivers
lib/modules/2.6.18.1/kernel/drivers/md
lib/modules/2.6.18.1/kernel/drivers/md/md-mod.ko
lib/modules/2.6.18.1/kernel/drivers/md/raid0.ko
lib/modules/2.6.18.1/kernel/drivers/md/raid1.ko
lib/modules/2.6.18.1/kernel/drivers/md/dm-mod.ko
lib/modules/2.6.18.1/kernel/drivers/md/linear.ko
lib/modules/2.6.18.1/kernel/drivers/usb
lib/modules/2.6.18.1/kernel/drivers/usb/core
lib/modules/2.6.18.1/kernel/drivers/usb/core/usbcore.ko
lib/modules/2.6.18.1/kernel/drivers/usb/host
lib/modules/2.6.18.1/kernel/drivers/usb/host/ehci-hcd.ko
lib/modules/2.6.18.1/kernel/drivers/usb/input
lib/modules/2.6.18.1/kernel/drivers/usb/input/usbhid.ko
lib/modules/2.6.18.1/kernel/drivers/usb/storage
lib/modules/2.6.18.1/kernel/drivers/usb/storage/usb-storage.ko
lib/modules/2.6.18.1/kernel/drivers/scsi
lib/modules/2.6.18.1/kernel/drivers/scsi/scsi_mod.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/3w-xxxx.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/aacraid
lib/modules/2.6.18.1/kernel/drivers/scsi/aacraid/aacraid.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/scsi_transport_spi.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/aic7xxx
lib/modules/2.6.18.1/kernel/drivers/scsi/aic7xxx/aic79xx.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/aic7xxx/aic7xxx.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/atp870u.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/BusLogic.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/ch.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/dmx3191d.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/dpt_i2o.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/eata.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/fdomain.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/gdth.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/initio.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/ips.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/nsp32.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/osst.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/qla1280.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/libata.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/sata_promise.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/sata_svw.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/sata_via.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/sata_vsc.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/sd_mod.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/sym53c8xx_2
lib/modules/2.6.18.1/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko
lib/modules/2.6.18.1/kernel/drivers/scsi/tmscsim.ko
lib/modules/2.6.18.1/kernel/drivers/net
lib/modules/2.6.18.1/kernel/drivers/net/3c59x.ko
lib/modules/2.6.18.1/kernel/drivers/net/8139too.ko
lib/modules/2.6.18.1/kernel/drivers/net/8390.ko
lib/modules/2.6.18.1/kernel/drivers/net/b44.ko
lib/modules/2.6.18.1/kernel/drivers/net/dl2k.ko
lib/modules/2.6.18.1/kernel/drivers/net/e1000
lib/modules/2.6.18.1/kernel/drivers/net/e1000/e1000.ko
lib/modules/2.6.18.1/kernel/drivers/net/e100.ko
lib/modules/2.6.18.1/kernel/drivers/net/epic100.ko
lib/modules/2.6.18.1/kernel/drivers/net/fealnx.ko
lib/modules/2.6.18.1/kernel/drivers/net/forcedeth.ko
lib/modules/2.6.18.1/kernel/drivers/net/hp100.ko
lib/modules/2.6.18.1/kernel/drivers/net/natsemi.ko
lib/modules/2.6.18.1/kernel/drivers/net/ne2k-pci.ko
lib/modules/2.6.18.1/kernel/drivers/net/ns83820.ko
lib/modules/2.6.18.1/kernel/drivers/net/pcnet32.ko
lib/modules/2.6.18.1/kernel/drivers/net/r8169.ko
lib/modules/2.6.18.1/kernel/drivers/net/sis900.ko
lib/modules/2.6.18.1/kernel/drivers/net/slhc.ko
lib/modules/2.6.18.1/kernel/drivers/net/starfire.ko
lib/modules/2.6.18.1/kernel/drivers/net/sundance.ko
lib/modules/2.6.18.1/kernel/drivers/net/sunhme.ko
lib/modules/2.6.18.1/kernel/drivers/net/tg3.ko
lib/modules/2.6.18.1/kernel/drivers/net/tlan.ko
lib/modules/2.6.18.1/kernel/drivers/cdrom
lib/modules/2.6.18.1/kernel/drivers/cdrom/cdrom.ko
lib/modules/2.6.18.1/kernel/drivers/ide
lib/modules/2.6.18.1/kernel/drivers/ide/ide-cd.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci
lib/modules/2.6.18.1/kernel/drivers/ide/pci/aec62xx.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/alim15x3.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/amd74xx.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/atiixp.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/cmd64x.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/cs5530.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/cy82c693.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/generic.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/hpt34x.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/hpt366.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/ns87415.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/pdc202xx_new.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/pdc202xx_old.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/piix.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/rz1000.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/sc1200.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/serverworks.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/siimage.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/sis5513.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/slc90e66.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/triflex.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/trm290.ko
lib/modules/2.6.18.1/kernel/drivers/ide/pci/via82cxxx.ko
lib/modules/2.6.18.1/kernel/drivers/block
lib/modules/2.6.18.1/kernel/drivers/block/cpqarray.ko
lib/modules/2.6.18.1/kernel/drivers/video
lib/modules/2.6.18.1/kernel/drivers/video/cfbfillrect.ko
lib/modules/2.6.18.1/kernel/drivers/video/cfbimgblt.ko
lib/modules/2.6.18.1/kernel/drivers/video/vgastate.ko
lib/modules/2.6.18.1/kernel/drivers/video/cfbcopyarea.ko
lib/modules/2.6.18.1/kernel/drivers/video/fb.ko
lib/modules/2.6.18.1/kernel/drivers/video/vga16fb.ko
lib/modules/2.6.18.1/kernel/net
lib/modules/2.6.18.1/kernel/net/sunrpc
lib/modules/2.6.18.1/kernel/net/sunrpc/sunrpc.ko
lib/modules/2.6.18.1/kernel/net/packet
lib/modules/2.6.18.1/kernel/net/packet/af_packet.ko
lib/modules/2.6.18.1/kernel/net/unix
lib/modules/2.6.18.1/kernel/net/unix/unix.ko
lib/modules/2.6.18.1/kernel/fs
lib/modules/2.6.18.1/kernel/fs/lockd
lib/modules/2.6.18.1/kernel/fs/lockd/lockd.ko
lib/modules/2.6.18.1/kernel/fs/nfs
lib/modules/2.6.18.1/kernel/fs/nfs/nfs.ko
lib/klibc-t2jM36h7OcxUNTDzncfER2p7kd4.so
lib/libc.so.6
lib/ld-linux.so.2
lib/libevms-2.5.so.0
lib/libpthread.so.0
lib/libdl.so.2
lib/evms
lib/evms/2.5.4
lib/evms/2.5.4/bbr-1.1.14.so
lib/evms/2.5.4/bbr_seg-1.1.12.so
lib/evms/2.5.4/bsd-1.0.8.so
lib/evms/2.5.4/disk-1.2.12.so
lib/evms/2.5.4/dos-1.1.15.so
lib/evms/2.5.4/drivelink-3.0.6.so
lib/evms/2.5.4/gpt-1.1.11.so
lib/evms/2.5.4/lvm2-1.0.4.so
lib/evms/2.5.4/mac-1.0.8.so
lib/evms/2.5.4/md-1.1.19.so
lib/evms/2.5.4/multipath-1.0.4.so
lib/libuuid.so.1
lib/libselinux.so.1
lib/libsepol.so.1
lib/udev
lib/udev/dvb_device_name
lib/udev/usb_device_name
lib/udev/ata_id
lib/udev/edd_id
lib/udev/usb_id
lib/udev/vol_id
lib/udev/dasd_id
lib/udev/scsi_id
lib/udev/path_id
lib/udev/pnp_modules
lib/udev/ide_media
lib/udev/vio_type
lib/libdevmapper.so.1.02
lib/libreadline.so.5
lib/libncurses.so.5
modules
sbin
sbin/modprobe
sbin/depmod
sbin/rmmod
sbin/evms_activate
sbin/udevd
sbin/udevplug
sbin/usplash
sbin/usplash_write
sbin/mdadm
sbin/mdrun
sbin/vgchange
scripts
scripts/casper-premount
scripts/casper-premount/udev
scripts/functions
scripts/init-bottom
scripts/init-bottom/udev
scripts/init-premount
scripts/init-premount/thermal
scripts/init-premount/udev
scripts/init-top
scripts/init-top/framebuffer
scripts/init-top/usplash
scripts/local
scripts/local-bottom
scripts/local-premount
scripts/local-premount/suspend
scripts/local-top
scripts/local-top/evms
scripts/local-top/lvm
scripts/local-top/md
scripts/local-top/udev
scripts/nfs
scripts/nfs-bottom
scripts/nfs-premount
scripts/nfs-top
scripts/nfs-top/udev
init
usr
usr/lib
usr/lib/usplash
usr/lib/usplash/usplash-artwork.so
>
> Is the real reason EBUSY (as it should be) -- could you strace your mount command?
>
"EBUSY", "strace"? Excuse me? Could you paraphrase it somehow (sorry
if it's a newbie-like question)? If you mean that /home is busy, then
no, it is not.
# lsof | grep home
doesn't output a single line.
>
> I'm clueless now, sorry.
>
Do not lose your faith - it can be done ;).
Best regards,
Jano
--
Mail jano at stepien com pl
Jabber jano at jabber aster pl
GG 1894343
Web http://stepien.com.pl
Jano wrote:
> 2006/11/9, Jiri Slaby <[email protected]>:
>> Is the real reason EBUSY (as it should be) -- could you strace your
>> mount command?
>>
>
> "EBUSY", "strace"? Excuse me? Could you paraphrase it somehow
See an example below.
> (sorry if it's a newbie-like question)?
In such cases google is very helpful ;).
> If you mean that /home is busy, then
> no, it is not.
>
> # lsof | grep home
>
> doesn't output a single line.
No, I meant strace(1):
strace mount /dev/hdbX /home
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
Jano wrote:
[...]
> @@ -607,7 +611,7 @@
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
> # CONFIG_BLK_DEV_IDE_SATA is not set
> -# CONFIG_BLK_DEV_HD_IDE is not set
> +CONFIG_BLK_DEV_HD_IDE=y
This was not definitely a good choice. Disable it.
│ Symbol: BLK_DEV_HD_IDE [=n] │
│ Prompt: Use old disk-only driver on primary interface │
│ Defined at drivers/ide/Kconfig:118 │
│ Depends on: IDE && BLK_DEV_IDE && (X86 || SH_MPC1211) │
│ Location: │
│ -> Device Drivers │
│ -> ATA/ATAPI/MFM/RLL support │
│ -> ATA/ATAPI/MFM/RLL support (IDE [=y]) │
│ -> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (BLK_D │
> CONFIG_BLK_DEV_IDEDISK=y
> # CONFIG_IDEDISK_MULTI_MODE is not set
> CONFIG_BLK_DEV_IDECD=m
> @@ -618,7 +622,7 @@
> #
> # IDE chipset support/bugfixes
> #
> -CONFIG_IDE_GENERIC=y
> +CONFIG_IDE_GENERIC=m
> # CONFIG_BLK_DEV_CMD640 is not set
> CONFIG_BLK_DEV_IDEPCI=y
> CONFIG_IDEPCI_SHARE_IRQ=y
> @@ -658,7 +662,7 @@
> CONFIG_BLK_DEV_IDEDMA=y
> # CONFIG_IDEDMA_IVB is not set
> CONFIG_IDEDMA_AUTO=y
> -# CONFIG_BLK_DEV_HD is not set
> +CONFIG_BLK_DEV_HD=y
And try to turn "VIA82CXXX chipset support" to <*>, i.e. built-in (somebody
holds regions of ide0 and ide1, let's try via driver to probe first).
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
[ sorry if the CC line isn't intact. I'm reading via Gmane, and though
they keep the CC line, the To: line just gets turned into the
newsgroups: line, so I almost never see all recipients :-/ ]
Hi,
On Wed, 2006-11-08 22:09, Jano wrote...
> +Adding 1028120k swap on /dev/hda7. Priority:-1 extents:1 across:1028120k
> +EXT3 FS on hda3, internal journal
This is S20checkroot.sh running...
> +md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
> +md: bitmap version 4.39
This is S25mdadm-raid.
> +device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: [email protected]
> +device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
> +device-mapper: ioctl: error adding target to table
At this point, it looks like something already grabbed hold of /dev/hdb.
Both evms and lvm get started here, right after S25mdadm-raid.
This is just a hunch, but you might try disabling either of the two.
Also, it might help if you'd post the output of 'fdisk -l /dev/hdb' to
see what's on it. The output of 'pvs' might help, too.
I have no clue why this error only shows up with the vanilla kernel and
not with the Ubuntu one, though :-/
Bye,
Oliver
--
It's practically impossible to look at a /\ #198843 @ http://counter.li.org
penguin and feel angry. -- Joe Moore \/
NP: Apoptygma Berzerk - Until the end of the world
Jano wrote:
> 2006/11/9, Jiri Slaby <[email protected]>:
>>
>> In such cases google is very helpful ;).
>>
>
> Sorry, my mistake :D.
>
>>
>> No, I meant strace(1):
>> strace mount /dev/hdbX /home
>>
>
> # strace mount /dev/hdb1 > file1
> # strace mount /home > file2
yeah. Either redirect stderr by 2> file1 (this will contain mount errors too) or
use strace -o file1
[snip]
>> And try to turn "VIA82CXXX chipset support" to <*>, i.e. built-in
>> (somebody
>> holds regions of ide0 and ide1, let's try via driver to probe first).
>>
>
> Also done. Haven't changed anything.
>
> Hope that strace output will be helpful. As far as I'll be able to
> save the results. Any suggestions?
When you boot with init=/bin/bash not to allow system to start scripts, does it
work? (add init=/bin/bash kernel parameter)
regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
On Fri, Nov 10, 2006 at 12:04:43AM +0100, Oliver Brakmann wrote:
> > +device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: [email protected]
> > +device-mapper: table: 253:0: linear: dm-linear: Device lookup failed
> > +device-mapper: ioctl: error adding target to table
>
> At this point, it looks like something already grabbed hold of /dev/hdb.
> Both evms and lvm get started here, right after S25mdadm-raid.
>
> This is just a hunch, but you might try disabling either of the two.
> Also, it might help if you'd post the output of 'fdisk -l /dev/hdb' to
> see what's on it. The output of 'pvs' might help, too.
>
> I have no clue why this error only shows up with the vanilla kernel and
> not with the Ubuntu one, though :-/
That i think i can help out with. The last time i took a look at the patches
ubuntu applies, one of them was the bd-claim patch. This removes the
functionality preventing multiple "owners" of a block device, thereby allowing
the use of both traditional partitions and device-mapper on the same disk,
something specifically not permitted in the vanilla kernel.
J
--
Jody Belka
knew (at) pimb (dot) org