Hello all, I'm not sure if this is the right place to ask, so if not, then flames are welcome :-) But I do hope that someone can help me with the following situation. Setup: Fedora Core 2, with most RPM updates installed (I think). Box: VIA main board, type EPIA-M Mini-ITX, 256 MB memory. Additional USB Ethernet adapter: D-Link DUB-E100, with ASIX 8817x chip. (According to http://www.linux-usb.org/usbnet/ this USB Ethernet adapter should be supported.) The problem. During the boot phase, the D-Link DUB-E100 is recognised by the system. If I have noticed correctly, the adapter is switched on (i.e. the link LED turns on) during the starting up of either: initialising usb controler [ehci_hcd] or: initialising usb controler [uhci_hcd] The adapter is detected by the kernel as eth0, but gets its name (eth1) and its IP address via the config file /etc/sysconfig/network-scripts/ifcfg-eth1, with contents: # D-link DUB-E100 DEVICE=eth1 BOOTPROTO=static BROADCAST=192.168.10.255 HWADDR=00:40:05:90:AF:EC IPADDR=192.168.10.20 NETMASK=255.255.255.0 NETWORK=192.168.10.0 ONBOOT=yes TYPE=Ethernet B.t.w. the on-board Ethernet interface is detected by the kernel as eth1, but is set to eth0 by the /etc/sysconfig/network-scripts/ifcfg-eth0 config file. The DUB-E100 then is perfectly usable, at least for a while. However, after a certain uptime (this varies from two hours to ten hours), the DUB-E100 suddenly stops functioning. Traffic is not possible anymore. Unplugging and subsequently plugging-in of the DUB-E100 do not help. The error that is then logged in /var/log/messages is: usb 1-1: USB disconnect, address 2 Executing a "ifconfig down" succeeds, but an "ifconfig up" results in: Error submitting the control message: status=-19 A shutdown of the box does not complete and hangs on shutting down the interface (I think). The only way I got things running again is power cycling the box. I'll include the output of some commands here; may be this shines a light on the problem. I'll also attach the complete /var/log/messages file at the end of this message. proxy:~ 46 # lsmod Module Size Used by ipv6 184672 12 parport_pc 19392 1 lp 8236 0 parport 29640 2 parport_pc,lp autofs4 12932 0 sunrpc 109924 1 via_rhine 15752 0 floppy 47440 0 sg 27680 0 scsi_mod 91984 1 sg dm_mod 32800 0 usbnet 19848 0 mii 3584 2 via_rhine,usbnet uhci_hcd 24472 0 ehci_hcd 22916 0 button 4632 0 battery 6924 0 asus_acpi 8984 0 ac 3340 0 ext3 103656 3 jbd 40728 1 ext3 proxy:~ 47 # lsusb Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 002: ID 2001:1a00 D-Link Corp. [hex] Bus 001 Device 001: ID 0000:0000 proxy:~ 48 # usbmodules --device /proc/bus/usb/001/002 usbnet proxy:~ 49 # Note: sometimes "lsusb" hangs, just before it is supposed to list the line with "D-Link Corp."; it then cannot be killed. To rule out a hardware problem on the DUB-E100 I tried it under Windows XP (on another box) and then the DUB-E100 keeps on functioning without problems. I did not run Windows XP on the VIA box. A thing that I noticed, when the DUB-E100 is in a non functioning state, is that the link LED is still lit and also that the traffic LED still blinks when traffic is received from the network. This would mean that the DUB-E100 itself is still functioning (link level OK and remote ARP entry still OK) and that the problem lies at the local end (kernel, driver, USB port hardware, etcetera). I've also ran a graphical tool called "usbview" and I'll list the output at the end of this message. May be this is of some help. So, finally, can please someone help me? Am I doing something wrong? Is this a known problem? Is there a fix? Thank you all in advance. Best regards, John-Paul (sysadmin) -- usbview output: |- UHCI Host Controller |- UHCI Host Controller |- UHCI Host Controller |- EHCI Host Controller |- DUB-E100 USB 2.0 Fast Etherne DUB-E100 USB 2.0 Fast Etherne Manufacturer: Speed: 480Mb/s (high) USB Version: 2.00 Device Class: 02(comm.) Device Subclass: 00 Device Protocol: 00 Maximum Default Endpoint Size: 64 Number of Configurations: 1 Vendor Id: 2001 Product Id: 1a00 Revision Number: 0.01 Config Number: 1 Number of Interfaces: 1 Attributes: 80 MaxPower Needed: 450mA Interface Number: 0 Name: usbnet Alternate Number: 0 Class: 00(>ifc ) Sub Class: 0 Protocol: 0 Number of Endpoints: 3 Endpoint Address: 81 Direction: in Attribute: 3 Type: Int. Max Packet Size: 8 Interval: 128ms Endpoint Address: 02 Direction: out Attribute: 2 Type: Bulk Max Packet Size: 512 Interval: 0ms Endpoint Address: 83 Direction: in Attribute: 2 Type: Bulk Max Packet Size: 512 Interval: 0ms -- /var/log/messages (note: the DUB-E100 here is plugged-in into the second USB port instead of into the first; this makes no difference, except for the logging entries) Jul 5 00:46:23 proxy syslogd 1.4.1: restart. Jul 5 00:46:23 proxy syslog: syslogd startup succeeded Jul 5 00:46:23 proxy kernel: klogd 1.4.1, log source = /proc/kmsg started. Jul 5 00:46:23 proxy kernel: Linux version 2.6.6-1.435 (bhcompile@xxxxxxxxxxxxxxxxxxxxxxx) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Mon Jun 14 09:09:07 EDT 2004 Jul 5 00:46:23 proxy kernel: BIOS-provided physical RAM map: Jul 5 00:46:23 proxy kernel: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) Jul 5 00:46:23 proxy kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) Jul 5 00:46:23 proxy kernel: BIOS-e820: 0000000000100000 - 000000000eff0000 (usable) Jul 5 00:46:23 proxy kernel: BIOS-e820: 000000000eff0000 - 000000000eff3000 (ACPI NVS) Jul 5 00:46:23 proxy kernel: BIOS-e820: 000000000eff3000 - 000000000f000000 (ACPI data) Jul 5 00:46:23 proxy kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) Jul 5 00:46:23 proxy kernel: 0MB HIGHMEM available. Jul 5 00:46:23 proxy kernel: 239MB LOWMEM available. Jul 5 00:46:23 proxy kernel: zapping low mappings. Jul 5 00:46:23 proxy syslog: klogd startup succeeded Jul 5 00:46:23 proxy kernel: On node 0 totalpages: 61424 Jul 5 00:46:23 proxy kernel: DMA zone: 4096 pages, LIFO batch:1 Jul 5 00:46:23 proxy kernel: Normal zone: 57328 pages, LIFO batch:13 Jul 5 00:46:23 proxy kernel: HighMem zone: 0 pages, LIFO batch:1 Jul 5 00:46:23 proxy kernel: DMI 2.2 present. Jul 5 00:46:23 proxy kernel: ACPI: RSDP (v000 VT9174 ) @ 0x000f6560 Jul 5 00:46:23 proxy kernel: ACPI: RSDT (v001 VT9174 AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0eff3000 Jul 5 00:46:23 proxy kernel: ACPI: FADT (v001 VT9174 AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0eff3040 Jul 5 00:46:23 proxy kernel: ACPI: DSDT (v001 VT9174 AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000 Jul 5 00:46:23 proxy kernel: ACPI: PM-Timer IO Port: 0x408 Jul 5 00:46:23 proxy kernel: Built 1 zonelists Jul 5 00:46:23 proxy kernel: Kernel command line: ro root=LABEL=/ rhgb quiet Jul 5 00:46:23 proxy kernel: mapped 4G/4G trampoline to ffff3000. Jul 5 00:46:23 proxy kernel: Initializing CPU#0 Jul 5 00:46:23 proxy kernel: CPU 0 irqstacks, hard=02346000 soft=02345000 Jul 5 00:46:23 proxy kernel: PID hash table entries: 1024 (order 10: 8192 bytes) Jul 5 00:46:23 proxy kernel: Detected 999.542 MHz processor. Jul 5 00:46:23 proxy kernel: Using tsc for high-res timesource Jul 5 00:46:23 proxy kernel: Console: colour VGA+ 80x25 Jul 5 00:46:23 proxy kernel: Memory: 240224k/245696k available (1552k kernel code, 4788k reserved, 603k data, 144k init, 0k highmem) Jul 5 00:46:23 proxy kernel: Calibrating delay loop... 1974.27 BogoMIPS Jul 5 00:46:23 proxy kernel: Security Scaffold v1.0.0 initialized Jul 5 00:46:23 proxy kernel: SELinux: Initializing. Jul 5 00:46:23 proxy kernel: SELinux: Starting in permissive mode Jul 5 00:46:23 proxy kernel: There is already a security framework initialized, register_security failed. Jul 5 00:46:23 proxy kernel: selinux_register_security: Registering secondary module capability Jul 5 00:46:23 proxy irqbalance: irqbalance startup succeeded Jul 5 00:46:23 proxy kernel: Capability LSM initialized as secondary Jul 5 00:46:23 proxy kernel: Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Jul 5 00:46:23 proxy kernel: Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Jul 5 00:46:23 proxy kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Jul 5 00:46:23 proxy kernel: CPU: L1 I Cache: 64K (32 bytes/line), D cache 64K (32 bytes/line) Jul 5 00:46:23 proxy kernel: CPU: L2 Cache: 64K (32 bytes/line) Jul 5 00:46:23 proxy kernel: CPU: Centaur VIA Nehemiah stepping 03 Jul 5 00:46:23 proxy kernel: Enabling fast FPU save and restore... done. Jul 5 00:46:23 proxy kernel: Enabling unmasked SIMD FPU exception support... done. Jul 5 00:46:23 proxy kernel: Checking 'hlt' instruction... OK. Jul 5 00:46:23 proxy kernel: checking if image is initramfs...it isn't (no cpio magic); looks like an initrd Jul 5 00:46:23 proxy kernel: Freeing initrd memory: 186k freed Jul 5 00:46:23 proxy kernel: NET: Registered protocol family 16 Jul 5 00:46:23 proxy kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb260, last bus=1 Jul 5 00:46:23 proxy kernel: PCI: Using configuration type 1 Jul 5 00:46:23 proxy kernel: mtrr: v2.0 (20020519) Jul 5 00:46:23 proxy kernel: ACPI: Subsystem revision 20040326 Jul 5 00:46:23 proxy kernel: ACPI: IRQ9 SCI: Level Trigger. Jul 5 00:46:23 proxy kernel: ACPI: Interpreter enabled Jul 5 00:46:23 proxy kernel: ACPI: Using PIC for interrupt routing Jul 5 00:46:23 proxy kernel: ACPI: PCI Root Bridge [PCI0] (00:00) Jul 5 00:46:23 proxy kernel: PCI: Probing PCI hardware (bus 00) Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15) Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 10 11 *12 14 15) Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 11 12 14 15) Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 10 11 12 14 15) Jul 5 00:46:23 proxy kernel: Linux Plug and Play Support v0.97 (c) Adam Belay Jul 5 00:46:23 proxy kernel: usbcore: registered new driver usbfs Jul 5 00:46:23 proxy kernel: usbcore: registered new driver hub Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 12 Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 Jul 5 00:46:23 proxy kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5 Jul 5 00:46:23 proxy kernel: PCI: Using ACPI for IRQ routing Jul 5 00:46:23 proxy kernel: vesafb: probe of vesafb0 failed with error -6 Jul 5 00:46:23 proxy kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac) Jul 5 00:46:23 proxy kernel: apm: overridden by ACPI. Jul 5 00:46:23 proxy kernel: audit: initializing netlink socket (disabled) Jul 5 00:46:23 proxy kernel: audit(1088981127.4294966848:0): initialized Jul 5 00:46:23 proxy kernel: Total HugeTLB memory allocated, 0 Jul 5 00:46:23 proxy kernel: VFS: Disk quotas dquot_6.5.1 Jul 5 00:46:23 proxy kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Jul 5 00:46:23 proxy kernel: SELinux: Registering netfilter hooks Jul 5 00:46:23 proxy kernel: Initializing Cryptographic API Jul 5 00:46:23 proxy kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Jul 5 00:46:23 proxy kernel: ACPI: Processor [CPU0] (supports C1 C2, 2 throttling states) Jul 5 00:46:23 proxy kernel: isapnp: Scanning for PnP cards... Jul 5 00:46:23 proxy kernel: isapnp: No Plug & Play device found Jul 5 00:46:23 proxy kernel: Real Time Clock Driver v1.12 Jul 5 00:46:23 proxy kernel: Linux agpgart interface v0.100 (c) Dave Jones Jul 5 00:46:23 proxy kernel: agpgart: Detected VIA PM266/KM266 chipset Jul 5 00:46:23 proxy kernel: agpgart: Maximum main memory to use for agp memory: 189M Jul 5 00:46:23 proxy kernel: agpgart: AGP aperture is 4M @ 0xe6000000 Jul 5 00:46:23 proxy kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled Jul 5 00:46:23 proxy kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jul 5 00:46:23 proxy kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A Jul 5 00:46:23 proxy portmap: portmap startup succeeded Jul 5 00:46:23 proxy kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize Jul 5 00:46:23 proxy kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 Jul 5 00:46:23 proxy kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Jul 5 00:46:23 proxy kernel: VP_IDE: IDE controller at PCI slot 0000:00:11.1 Jul 5 00:46:23 proxy kernel: VP_IDE: chipset revision 6 Jul 5 00:46:23 proxy kernel: VP_IDE: not 100%% native mode: will probe irqs later Jul 5 00:46:23 proxy kernel: VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1 Jul 5 00:46:23 proxy kernel: ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:pio Jul 5 00:46:23 proxy kernel: ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:DMA, hdd:pio Jul 5 00:46:23 proxy kernel: hda: Maxtor 6E040L0, ATA DISK drive Jul 5 00:46:23 proxy kernel: Using cfq io scheduler Jul 5 00:46:23 proxy kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Jul 5 00:46:23 proxy kernel: hdc: R/RW 8x4x32, ATAPI CD/DVD-ROM drive Jul 5 00:46:23 proxy kernel: ide1 at 0x170-0x177,0x376 on irq 15 Jul 5 00:46:23 proxy kernel: hda: max request size: 128KiB Jul 5 00:46:23 proxy kernel: hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133) Jul 5 00:46:23 proxy kernel: hda: hda1 hda2 hda3 hda4 Jul 5 00:46:23 proxy kernel: hdc: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA Jul 5 00:46:23 proxy kernel: Uniform CD-ROM driver Revision: 3.20 Jul 5 00:46:23 proxy kernel: ide-floppy driver 0.99.newide Jul 5 00:46:23 proxy kernel: usbcore: registered new driver hiddev Jul 5 00:46:23 proxy kernel: usbcore: registered new driver usbhid Jul 5 00:46:23 proxy kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver Jul 5 00:46:23 proxy kernel: mice: PS/2 mouse device common for all mice Jul 5 00:46:23 proxy kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Jul 5 00:46:23 proxy kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jul 5 00:46:23 proxy kernel: input: AT Translated Set 2 keyboard on isa0060/serio0 Jul 5 00:46:23 proxy kernel: md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 Jul 5 00:46:23 proxy kernel: NET: Registered protocol family 2 Jul 5 00:46:23 proxy rpc.statd[1822]: Version 1.0.6 Starting Jul 5 00:46:23 proxy kernel: IP: routing cache hash table of 2048 buckets, 16Kbytes Jul 5 00:46:23 proxy kernel: TCP: Hash tables configured (established 16384 bind 32768) Jul 5 00:46:23 proxy kernel: Initializing IPsec netlink socket Jul 5 00:46:23 proxy nfslock: rpc.statd startup succeeded Jul 5 00:46:23 proxy kernel: NET: Registered protocol family 1 Jul 5 00:46:23 proxy kernel: NET: Registered protocol family 17 Jul 5 00:46:23 proxy kernel: ACPI: (supports S0 S1 S4 S5) Jul 5 00:46:23 proxy kernel: md: Autodetecting RAID arrays. Jul 5 00:46:23 proxy kernel: md: autorun ... Jul 5 00:46:23 proxy kernel: md: ... autorun DONE. Jul 5 00:46:23 proxy kernel: RAMDISK: Compressed image found at block 0 Jul 5 00:46:23 proxy kernel: VFS: Mounted root (ext2 filesystem). Jul 5 00:46:23 proxy kernel: EXT3-fs: INFO: recovery required on readonly filesystem. Jul 5 00:46:24 proxy kernel: EXT3-fs: write access will be enabled during recovery. Jul 5 00:46:24 proxy kernel: kjournald starting. Commit interval 5 seconds Jul 5 00:46:24 proxy kernel: EXT3-fs: recovery complete. Jul 5 00:46:24 proxy kernel: EXT3-fs: mounted filesystem with ordered data mode. Jul 5 00:46:24 proxy kernel: Freeing unused kernel memory: 144k freed Jul 5 00:46:24 proxy kernel: SELinux: Disabled at runtime. Jul 5 00:46:24 proxy kernel: SELinux: Unregistering netfilter hooks Jul 5 00:46:24 proxy kernel: ACPI: Power Button (FF) [PWRF] Jul 5 00:46:24 proxy kernel: ehci_hcd 0000:00:10.3: EHCI Host Controller Jul 5 00:46:24 proxy kernel: ehci_hcd 0000:00:10.3: irq 5, pci mem 11822000 Jul 5 00:46:24 proxy kernel: ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1 Jul 5 00:46:24 proxy kernel: ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10 Jul 5 00:46:24 proxy kernel: hub 1-0:1.0: USB hub found Jul 5 00:46:24 proxy kernel: hub 1-0:1.0: 6 ports detected Jul 5 00:46:24 proxy kernel: USB Universal Host Controller Interface driver v2.2 Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.0: UHCI Host Controller Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.0: irq 11, io base 0000d400 Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2 Jul 5 00:46:24 proxy kernel: hub 2-0:1.0: USB hub found Jul 5 00:46:24 proxy kernel: hub 2-0:1.0: 2 ports detected Jul 5 00:46:24 proxy kernel: usb 1-2: new high speed USB device using address 2 Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.1: UHCI Host Controller Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.1: irq 12, io base 0000d800 Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3 Jul 5 00:46:24 proxy kernel: hub 3-0:1.0: USB hub found Jul 5 00:46:24 proxy kernel: hub 3-0:1.0: 2 ports detected Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.2: UHCI Host Controller Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.2: irq 10, io base 0000dc00 Jul 5 00:46:24 proxy kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4 Jul 5 00:46:24 proxy kernel: hub 4-0:1.0: USB hub found Jul 5 00:46:24 proxy kernel: hub 4-0:1.0: 2 ports detected Jul 5 00:46:24 proxy kernel: eth0: register usbnet at usb-0000:00:10.3-2, DLink DUB-E100 USB Ethernet Jul 5 00:46:24 proxy kernel: usbcore: registered new driver usbnet Jul 5 00:46:24 proxy kernel: EXT3 FS on hda4, internal journal Jul 5 00:46:24 proxy kernel: device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@xxxxxxxxxxxxxx Jul 5 00:46:24 proxy kernel: cdrom: open failed. Jul 5 00:46:24 proxy kernel: Adding 1024120k swap on /dev/hda3. Priority:-1 extents:1 Jul 5 00:46:24 proxy kernel: kjournald starting. Commit interval 5 seconds Jul 5 00:46:24 proxy kernel: EXT3 FS on hda1, internal journal Jul 5 00:46:24 proxy kernel: EXT3-fs: mounted filesystem with ordered data mode. Jul 5 00:46:24 proxy kernel: kjournald starting. Commit interval 5 seconds Jul 5 00:46:24 proxy kernel: EXT3 FS on hda2, internal journal Jul 5 00:46:24 proxy kernel: EXT3-fs: mounted filesystem with ordered data mode. Jul 5 00:46:24 proxy kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP] Jul 5 00:46:24 proxy kernel: SCSI subsystem initialized Jul 5 00:46:24 proxy kernel: inserting floppy driver for 2.6.6-1.435 Jul 5 00:46:24 proxy kernel: Floppy drive(s): fd0 is 1.44M Jul 5 00:46:24 proxy kernel: FDC 0 is a post-1991 82077 Jul 5 00:46:24 proxy kernel: ohci1394: $Rev: 1203 $ Ben Collins <bcollins@xxxxxxxxxx> Jul 5 00:46:24 proxy kernel: ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[12] MMIO=[e6400000-e64007ff] Max Packet=[2048] Jul 5 00:46:24 proxy kernel: via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker Jul 5 00:46:24 proxy kernel: eth1: VIA VT6102 Rhine-II at 0xe6402000, 00:40:63:d3:b5:cb, IRQ 11. Jul 5 00:46:24 proxy kernel: eth1: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000. Jul 5 00:46:24 proxy kernel: ip_tables: (C) 2000-2002 Netfilter core team Jul 5 00:46:24 proxy last message repeated 2 times Jul 5 00:46:20 proxy ifup: Jul 5 00:46:20 proxy network: Bringing up interface eth0: succeeded Jul 5 00:46:30 proxy rpcidmapd: rpc.idmapd startup succeeded Jul 5 00:46:30 proxy random: Initializing random number generator: succeeded Jul 5 00:46:31 proxy rc: Starting pcmcia: succeeded Jul 5 00:46:31 proxy netfs: Mounting other filesystems: succeeded Jul 5 00:46:31 proxy autofs: automount startup succeeded Jul 5 00:46:31 proxy smartd[1942]: smartd version 5.21 Copyright (C) 2002-3 Bruce Allen Jul 5 00:46:31 proxy smartd[1942]: Home page is http://smartmontools.sourceforge.net/ Jul 5 00:46:31 proxy smartd[1942]: Opened configuration file /etc/smartd.conf Jul 5 00:46:31 proxy smartd[1942]: Configuration file /etc/smartd.conf parsed. Jul 5 00:46:31 proxy smartd[1942]: Device: /dev/hda, opened Jul 5 00:46:31 proxy smartd[1942]: Device: /dev/hda, not found in smartd database. Jul 5 00:46:31 proxy smartd[1942]: Device: /dev/hda, is SMART capable. Adding to "monitor" list. Jul 5 00:46:31 proxy smartd[1942]: Monitoring 1 ATA and 0 SCSI devices Jul 5 00:46:31 proxy smartd[1944]: smartd has fork()ed into background mode. New PID=1944. Jul 5 00:46:31 proxy smartd: smartd startup succeeded Jul 5 00:46:32 proxy acpid: acpid startup succeeded Jul 5 00:46:37 proxy kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP] Jul 5 00:46:38 proxy kernel: lp0: using parport0 (polling). Jul 5 00:46:38 proxy kernel: lp0: console ready Jul 5 00:46:38 proxy cups: cupsd startup succeeded Jul 5 00:46:38 proxy kernel: NET: Registered protocol family 10 Jul 5 00:46:38 proxy kernel: Disabled Privacy Extensions on device 022deac0(lo) Jul 5 00:46:38 proxy kernel: IPv6 over IPv4 tunneling driver Jul 5 00:46:38 proxy sshd: succeeded Jul 5 00:46:39 proxy xinetd: xinetd startup succeeded Jul 5 00:46:40 proxy sendmail: sendmail startup succeeded Jul 5 00:46:40 proxy sendmail: sm-client startup succeeded Jul 5 00:46:40 proxy xinetd[2191]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in. Jul 5 00:46:40 proxy xinetd[2191]: Started working: 1 available service Jul 5 00:46:40 proxy crond: crond startup succeeded Jul 5 00:46:41 proxy xfs: xfs startup succeeded Jul 5 00:46:41 proxy anacron: anacron startup succeeded Jul 5 00:46:41 proxy atd: atd startup succeeded Jul 5 00:46:41 proxy messagebus: messagebus startup succeeded Jul 5 00:46:42 proxy mdmonitor: mdadm succeeded Jul 5 00:46:42 proxy mdmpd: mdmpd failed --