kernels 2.6{1,2,3-rc3}: Prolific PL3507 external HDD enclosure problems

From: Michel Alexandre Salim
Date: Thu Feb 19 2004 - 11:58:34 EST


Hi,

I have this Prolific PL3507 Combo Device that works perfectly fine under
2.4 kernels (booted with acpi=on) but not at all on 2.6 kernels, using
both USB2 and Firewire interfaces.

I have attached the /proc/bus/ieee1394/devices file from kernel 2.4,
lspci output and the initial boot log from dmesg for kernel 2.6, so they
do not get in the way of the sequence of errors I'm narrating below.

The following occured on kernel-2.6.2-1.87 from Fedora's development
tree (Rawhide), which Dave Jones assured me matches the upstream 2.6.3-
rc3-bk1 kernel when it comes to ieee1394. Problems occur also under
vanilla kernels, so it should not be Fedora-specific. Hotplug version is
2004_01_05, using OHCI.

sbp2 does not get properly initialized when the device is turned on
during boot (see dmesg output attached), but after rmmod'ing sbp2 and
ohci1394, then reloading them, I get the following output:

ohci1394: $Rev: 1097 $ Ben Collins <bcollins@xxxxxxxxxx>
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[9] MMIO=[d0202000-
d02027ff] Max Packet=[2048]
ieee1394: Node added: ID:BUS[0-00:1023] GUID[005077350710020e]
ieee1394: Host added: ID:BUS[0-01:1023] GUID[08004603015ea68f]
ieee1394: unsolicited response packet received - no tlabel match
sbp2: $Rev: 1096 $ Ben Collins <bcollins@xxxxxxxxxx>
scsi2 : SCSI emulation for IEEE-1394 SBP-2 Devices
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: sbp2: Node 0-00:1023: Max speed [S400] - Max payload [2048]
Vendor: ST312002 Model: 2A Rev:
Type: Direct-Access ANSI SCSI revision: 06
SCSI device sdb: 234467403 512-byte hdwr sectors (120047 MB)
sdb: asking for cache data failed
sdb: assuming drive cache: write through
sdb:

The cursor is stuck at the end of the last line; subsequent dmesg output
appears to the right without a line break as would be seen soon.

When trying to mount the JFS partition on /dev/sdb1 this happens:

sdb:<3>ieee1394: sbp2: aborting sbp2 command
Read (10) 00 0d f9 b0 48 00 00 03 00
ieee1394: sbp2: aborting sbp2 command
Test Unit Ready 00 00 00 00 00
ieee1394: sbp2: reset requested
ieee1394: sbp2: Generating sbp2 fetch agent reset
ieee1394: sbp2: aborting sbp2 command
Test Unit Ready 00 00 00 00 00
ieee1394: sbp2: reset requested
ieee1394: sbp2: Generating sbp2 fetch agent reset
ieee1394: sbp2: aborting sbp2 command
Test Unit Ready 00 00 00 00 00
ieee1394: sbp2: reset requested
ieee1394: sbp2: Generating sbp2 fetch agent reset
ieee1394: sbp2: aborting sbp2 command
Test Unit Ready 00 00 00 00 00
scsi: Device offlined - not ready after error recovery: host 2 channel 0
id 0 lun 0
SCSI error : <2 0 0 0> return code = 0x50000
end_request: I/O error, dev sdb, sector 234467400
Buffer I/O error on device sdb, logical block 234467400
Buffer I/O error on device sdb, logical block 234467401
Buffer I/O error on device sdb, logical block 234467402
scsi2 (0:0): rejecting I/O to offline device
Buffer I/O error on device sdb, logical block 234467400
Buffer I/O error on device sdb, logical block 234467401
Buffer I/O error on device sdb, logical block 234467402
unsupported disk (sdb)
sdb1
Attached scsi disk sdb at scsi2, channel 0, id 0, lun 0
Attached scsi generic sg1 at scsi2, channel 0, id 0, lun 0, type 0

rmmod'ing the module now causes a segmentation fault:

ieee1394: sbp2: Logged out of SBP-2 device
Unable to handle kernel paging request at virtual address 6b6b6c1f
printing eip:
f09512ba
*pde = 00000000
Oops: 0000 [#1]
CPU: 0
EIP: 0060:[<f09512ba>] Not tainted
EFLAGS: 00010246
EIP is at scsi_device_put+0x5/0x33 [scsi_mod]
eax: 6b6b6b6b ebx: e17ba084 ecx: 00000000 edx: e17bba00
esi: df8bca1c edi: ef51ae38 ebp: 00000000 esp: dae2df10
ds: 007b es: 007b ss: 0068
Process rmmod (pid: 2491, threadinfo=dae2c000 task=db2207a0)
Stack: ed7f86cc f1f322ec ed7f86cc df8bca1c df8bca1c f1f31bfc ee32cb7c
f1f36e6c
f1f36e6c c02205c4 f1f36e6c f1f36ed0 c02205e6 f0abb3cc f0abb380
c02207b5
f1f36e74 f1f36e6c c03102a0 c0220a87 f1f37000 00000000 f1f340b0
c013b37e
Call Trace:
[<f1f322ec>] sbp2_remove_device+0x2f/0x165 [sbp2]
[<f1f31bfc>] sbp2_remove+0x36/0x4b [sbp2]
[<c02205c4>] device_release_driver+0x3c/0x46
[<c02205e6>] driver_detach+0x18/0x26
[<c02207b5>] bus_remove_driver+0x37/0x64
[<c0220a87>] driver_unregister+0xc/0x2a
[<f1f340b0>] sbp2_module_exit+0xa/0x14 [sbp2]
[<c013b37e>] sys_delete_module+0x153/0x174
[<c0154278>] unmap_vma_list+0xe/0x17
[<c0154278>] unmap_vma_list+0xe/0x17
[<c015479f>] do_munmap+0x1dc/0x1e6
[<c010bc57>] syscall_call+0x7/0xb

Code: 8b 80 b4 00 00 00 8b 00 85 c0 74 16 ff 88 00 01 00 00 83 38

with a similar problem noticed when the device is attached to a USB2
port:

usb 1-3: new high speed USB device using address 2
scsi1 : SCSI emulation for USB Mass Storage devices
updfstab: numerical sysctl 1 23 is obsolete.
Vendor: ST312002 Model: 2A Rev: 3.06
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdb: 234441649 512-byte hdwr sectors (120034 MB)
sdb: assuming drive cache: write through
sdb:<6>

Under Firewire, hotplug takes a long time to complete, likewise with
mount.

Under USB2, though, attempting to mount the partition results in mount
immediately returning with an error message that /dev/sdb1 is not a
valid partition. Hotplug also returns immediately.

The problem appears not to be limited to the ieee1394 tree, as it also
affects the device under USB, and other people have had no problems with
Fedora kernels >= 2.6.2.

I would be really grateful for suggestions on what to test, etc.
Apologies for the inconvenience, but please Cc: me if replying to linux-
kernel; I am not subscribed ATM.

Thanks beforehand,

Michel

Node[0-00:1023] GUID[005077350710020e]:
Vendor ID: `Prolific PL3507 Combo Device' [0x005077]
Capabilities: 0x0083c0
Bus Options:
IRMC(0) CMC(0) ISC(0) BMC(0) PMC(0) GEN(0)
LSPD(0) MAX_REC(64) CYC_CLK_ACC(255)
Unit Directory 0:
Vendor/Model ID: Prolific PL3507 Combo Device [005077] / (1394-ATAPI rev1.10) [000001]
Software Specifier ID: 00609e
Software Version: 010483
Driver: SBP2 Driver
Length (in quads): 8
Node[0-01:1023] GUID[08004603015ea68f]:
Vendor ID: `Linux OHCI-1394' [0x000000]
Capabilities: 0x0083c0
Bus Options:
IRMC(1) CMC(1) ISC(1) BMC(0) PMC(0) GEN(0)
LSPD(2) MAX_REC(2048) CYC_CLK_ACC(0)
Host Node Status:
Host Driver : ohci1394
Nodes connected : 2
Nodes active : 2
SelfIDs received: 2
Irm ID : [0-01:1023]
BusMgr ID : [0-63:1023]
In Bus Reset : no
Root : yes
Cycle Master : yes
IRM : yes
Bus Manager : no
0000:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev 03)
0000:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev 03)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 03)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 03)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 03)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB USB2 (rev 03)
0000:00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 83)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 03)
0000:00:1f.1 IDE interface: Intel Corp. 82801DBM Ultra ATA Storage Controller (rev 03)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBM SMBus Controller (rev 03)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio Controller (rev 03)
0000:00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem Controller (rev 03)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
0000:02:05.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev b8)
0000:02:05.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C551 IEEE 1394 Controller
0000:02:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE (MOB) Ethernet Controller (rev 83)
0000:02:0b.0 Network controller: Intel Corp. PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
Linux version 2.6.2-1.87 (bhcompile@xxxxxxxxxxxxxxxxxxxxxxx) (gcc version 3.3.2 20040119 (Red Hat Linux 3.3.2-8)) #1 Mon Feb 16 21:30:19 EST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d8000 - 00000000000e0000 (reserved)
BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000002ff70000 (usable)
BIOS-e820: 000000002ff70000 - 000000002ff7c000 (ACPI data)
BIOS-e820: 000000002ff7c000 - 000000002ff80000 (ACPI NVS)
BIOS-e820: 000000002ff80000 - 0000000030000000 (reserved)
BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
BIOS-e820: 00000000fffff000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
767MB LOWMEM available.
On node 0 totalpages: 196464
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 192368 pages, LIFO batch:16
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
Sony Vaio laptop detected.
ACPI: RSDP (v000 PTLTD ) @ 0x000f69d0
ACPI: RSDT (v001 SONY G0 0x20030502 PTL 0x00000000) @ 0x2ff7806b
ACPI: FADT (v002 SONY G0 0x20030502 PTL 0x00000050) @ 0x2ff7bec2
ACPI: BOOT (v001 SONY G0 0x20030502 PTL 0x00000001) @ 0x2ff7bfd8
ACPI: SSDT (v001 SONY G0 0x20030502 PTL 0x00000000) @ 0x2ff7809b
ACPI: DSDT (v001 SONY G0 0x20030502 PTL 0x0100000e) @ 0x00000000
Built 1 zonelists
Kernel command line: ro root=LABEL=/1 acpi=on
Initializing CPU#0
PID hash table entries: 4096 (order 12: 32768 bytes)
Detected 1290.141 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 773996k/785856k available (1828k kernel code, 11072k reserved, 745k data, 224k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 2547.71 BogoMIPS
Security Scaffold v1.0.0 initialized
SELinux: Initializing.
SELinux: Starting in permissive mode
There is already a security framework initialized, register_security failed.
Failure registering capabilities with the kernel
selinux_register_security: Registering secondary module capability
Capability LSM initialized
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 198k freed
CPU: After generic identify, caps: a7e9f9bf 00000000 00000000 00000000
CPU: After vendor identify, caps: a7e9f9bf 00000000 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 1024K
CPU: After all inits, caps: a7e9f9bf 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) M processor 1300MHz stepping 05
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xfd9c3, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040116
ACPI: IRQ9 SCI: Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9)
ACPI: PCI Interrupt Link [LNKC] (IRQs 9)
ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
ACPI: PCI Interrupt Link [LNKE] (IRQs *9)
ACPI: PCI Interrupt Link [LNKF] (IRQs 9)
ACPI: PCI Interrupt Link [LNKG] (IRQs 9)
ACPI: PCI Interrupt Link [LNKH] (IRQs 9)
ACPI: Embedded Controller [EC0] (gpe 28)
Linux Plug and Play Support v0.97 (c) Adam Belay
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9
ACPI: No IRQ known for interrupt pin A of device 0000:00:1f.1 - using IRQ 255
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 3
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
SBF: Simple Boot Flag extension found and enabled.
SBF: Setting boot flags 0x1
Machine check exception polling timer started.
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
SELinux: Registering netfilter hooks
Initializing Cryptographic API
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
pty: 2048 Unix98 ptys configured
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 855PM Chipset.
agpgart: Maximum main memory to use for agp memory: 690M
agpgart: AGP aperture is 256M @ 0xe0000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
divert: not allocating divert_blk for non-ethernet device lo
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: No IRQ known for interrupt pin A of device 0000:00:1f.1 - using IRQ 255
ICH4: chipset revision 3
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
hda: HITACHI_DK23EA-40, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: UJDA745 DVD/CDRW, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 78140160 sectors (40007 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 hda12 hda13 hda14 >
ide-floppy driver 0.99.newide
mice: PS/2 mouse device common for all mice
i8042.c: Detected active multiplexing controller, rev 10.12.
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 37449)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI: (supports S0 S3 S4 S5)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 224k freed
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT1] (battery absent)
ACPI: Lid Switch [LID0]
ACPI: Power Button (CM) [PWRB]
ACPI: Processor [CPU0] (supports C1 C2, 8 throttling states)
ACPI: Thermal Zone [ATF0] (52 C)
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ehci_hcd 0000:00:1d.7: EHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: irq 9, pci mem f0876000
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver v2.1
uhci_hcd 0000:00:1d.0: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 9, io base 00001800
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 9, io base 00001820
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: UHCI Host Controller
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 9, io base 00001840
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 2-1: new low speed USB device using address 2
drivers/usb/core/usb.c: registered new driver hiddev
drivers/usb/input/hid-ff.c: hid_ff_init could not find initializer
input: USB HID v1.10 Mouse [B16_b_02 USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usb 4-1: new full speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: Sony Model: MSC-U03 Rev: 2.00
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
drivers/usb/core/usb.c: registered new driver usb-storage
USB Mass Storage support registered.
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
EXT3 FS on hda9, internal journal
Adding 1574328k swap on /dev/hda12. Priority:-1 extents:1
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda11, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
quotaon: numerical sysctl 5 16 8 is obsolete.
ohci1394: $Rev: 1097 $ Ben Collins <bcollins@xxxxxxxxxx>
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[9] MMIO=[d0202000-d02027ff] Max Packet=[2048]
ieee1394: Node added: ID:BUS[0-00:1023] GUID[005077350710020e]
ieee1394: Host added: ID:BUS[0-01:1023] GUID[08004603015ea68f]
ieee1394: unsolicited response packet received - no tlabel match
sbp2: $Rev: 1096 $ Ben Collins <bcollins@xxxxxxxxxx>
scsi1 : SCSI emulation for IEEE-1394 SBP-2 Devices
IA-32 Microcode Update Driver: v1.13 <tigran@xxxxxxxxxxx>
microcode: No suitable data for cpu 0
speedstep-centrino: found "Intel(R) Pentium(R) M processor 1300MHz": max frequency: 1300000kHz
ieee1394: sbp2: Error logging into SBP-2 device - login failed
kudzu: numerical sysctl 1 23 is obsolete.
Device not ready. Make sure there is a disc in the drive.
Device not ready. Make sure there is a disc in the drive.
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
inserting floppy driver for 2.6.2-1.87
floppy0: no floppy controllers found
inserting floppy driver for 2.6.2-1.87
floppy0: no floppy controllers found
kudzu: numerical sysctl 1 49 is obsolete.
Intel(R) PRO/100 Network Driver - version 2.3.36-k1
Copyright (c) 2003 Intel Corporation

divert: allocating divert_blk for eth0
e100: selftest OK.
e100: eth0: Intel(R) PRO/100 Network Connection
Hardware receive checksums enabled

kudzu: numerical sysctl 1 49 is obsolete.
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (6139 buckets, 49112 max) - 324 bytes per conntrack
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
Yenta: CardBus bridge found at 0000:02:05.0 [104d:8140]
Yenta: ISA IRQ mask 0x0cb0, PCI irq 3
Socket status: 30000411
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x3c0-0x3df 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
orinoco.c 0.13e (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
orinoco_cs.c 0.13e (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx> and others)
divert: allocating divert_blk for eth1
eth1: Station identity 001f:0001:0006:0010
eth1: Looks like a Lucent/Agere firmware version 6.16
eth1: Ad-hoc demo mode supported
eth1: IEEE standard IBSS ad-hoc mode supported
eth1: WEP supported, 104-bit key
eth1: MAC address 00:02:2D:27:BD:C9
eth1: Station name "HERMES I"
eth1: ready
eth1: index 0x01: Vcc 5.0, irq 5, io 0x0100-0x013f
eth1: New link status: Connected (0001)
lp: driver loaded but no devices found
NET: Registered protocol family 10
Disabled Privacy Extensions on device c034c0a0(lo)
IPv6 over IPv4 tunneling driver
divert: not allocating divert_blk for non-ethernet device sit0
eth1: no IPv6 routers present
[drm] Initialized radeon 1.9.0 20020828 on minor 0
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.

Attachment: signature.asc
Description: This is a digitally signed message part