Friday, May 16, 2008

Odin gets back its Ubuntu (sort of)

Installed Ubuntu Server on Odin, my Compaq Presario 1200 laptop, just to see how the thing goes on the newest release (8.04), the poor Odin has become the distro test box -at least, until it dies on me-, the main problem I have with it is that it only has an 800x600 LCD display, a totally crap video card, and one of the USB ports does not work; but aside form that, it is a nice piece of machinery, and has outlived its shelf life extensively.

Getting back to Ubuntu Server, I like it a lot, easy install, it recognizes everything on the shitty laptop, and you can setup a LAMP server with just one click; but, personally, I never liked Debian, I think that if you are trying to have a "Unix as Linux" going on, then your best bet is using a *BSD distro; but, hey, that's me.

Here is the dmesg:

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.24-16-server (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Thu Apr 10 13:58:00 UTC 2008 (Ubuntu 2.6.24-16.30-server)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000ea000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000137f0000 (usable)
[ 0.000000] BIOS-e820: 00000000137f0000 - 00000000137ffc00 (ACPI data)
[ 0.000000] BIOS-e820: 00000000137ffc00 - 0000000013800000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 311MB LOWMEM available.
[ 0.000000] Entering add_active_range(0, 0, 79856) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 79856
[ 0.000000] HighMem 79856 -> 79856
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 79856
[ 0.000000] On node 0 totalpages: 79856
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 591 pages used for memmap
[ 0.000000] Normal zone: 75169 pages, LIFO batch:15
[ 0.000000] HighMem zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP signature @ 0xC00F72B0 checksum 0
[ 0.000000] ACPI: RSDP 000F72B0, 0014 (r0 PTLTD )
[ 0.000000] ACPI: RSDT 137FC7C0, 0028 (r1 PTLTD RSDT 6040000 LTP 0)
[ 0.000000] ACPI: FACP 137FFB8C, 0074 (r1 COMPAQ Wrangler 6040000 PTL_ F4240)
[ 0.000000] ACPI: DSDT 137FC7E8, 33A4 (r1 Compaq Wrangler 6040000 MSFT 100000B)
[ 0.000000] ACPI: FACS 137FFFC0, 0040
[ 0.000000] ACPI: PM-Timer IO Port: 0x8008
[ 0.000000] Allocating PCI resources starting at 20000000 (gap: 13800000:ec7e0000)
[ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000ea000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000ea000 - 0000000000100000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 79233
[ 0.000000] Kernel command line: root=UUID=20efc486-2375-4116-88eb-a38befa8c485 ro quiet splash
[ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[ 0.000000] mapped APIC to ffffb000 (0127e000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] Detected 697.432 MHz processor.
[ 3326.775891] Console: colour VGA+ 80x25
[ 3326.775911] console [tty0] enabled
[ 3326.777371] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 3326.780429] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 3326.841892] Memory: 304496k/319424k available (2255k kernel code, 14344k reserved, 1032k data, 384k init, 0k highmem)
[ 3326.841925] virtual kernel memory layout:
[ 3326.841929] fixmap : 0xfff4c000 - 0xfffff000 ( 716 kB)
[ 3326.841933] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 3326.841937] vmalloc : 0xd4000000 - 0xffbfe000 ( 699 MB)
[ 3326.841941] lowmem : 0xc0000000 - 0xd37f0000 ( 311 MB)
[ 3326.841946] .init : 0xc043c000 - 0xc049c000 ( 384 kB)
[ 3326.841950] .data : 0xc0333e95 - 0xc0435fe4 (1032 kB)
[ 3326.841954] .text : 0xc0100000 - 0xc0333e95 (2255 kB)
[ 3326.841965] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 3326.842127] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[ 3326.992159] Calibrating delay using timer specific routine.. 1396.59 BogoMIPS (lpj=6982957)
[ 3326.992278] Security Framework initialized
[ 3326.992318] SELinux: Disabled at boot.
[ 3326.992381] AppArmor: AppArmor initialized
[ 3326.992398] Failure registering capabilities with primary security module.
[ 3326.992432] Mount-cache hash table entries: 512
[ 3326.993019] Initializing cgroup subsys ns
[ 3326.993052] Initializing cgroup subsys cpuacct
[ 3326.993102] CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3326.993141] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 3326.993149] CPU: L2 cache: 128K
[ 3326.993166] CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000 00000000
[ 3326.993203] Compat vDSO mapped to ffffe000.
[ 3326.993277] Checking 'hlt' instruction... OK.
[ 3327.033245] SMP alternatives: switching to UP code
[ 3327.037732] Freeing SMP alternatives: 12k freed
[ 3327.038221] Early unpacking initramfs... done
[ 3328.192545] ACPI: Core revision 20070126
[ 3328.192994] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 3328.196389] ACPI: setting ELCR to 0400 (from 0a00)
[ 3328.196650] CPU0: Intel Celeron (Coppermine) stepping 06
[ 3328.196678] SMP motherboard not detected.
[ 3328.196686] Local APIC not detected. Using dummy APIC emulation.
[ 3328.196920] Brought up 1 CPUs
[ 3328.197006] CPU0 attaching sched-domain:
[ 3328.197019] domain 0: span 01
[ 3328.197025] groups: 01
[ 3328.198218] net_namespace: 64 bytes
[ 3328.198256] Booting paravirtualized kernel on bare hardware
[ 3328.200451] Time: 19:51:24 Date: 05/15/08
[ 3328.200648] NET: Registered protocol family 16
[ 3328.202441] EISA bus registered
[ 3328.202514] ACPI: bus type pci registered
[ 3328.206194] PCI: PCI BIOS revision 2.10 entry at 0xfd83e, last bus=1
[ 3328.206213] PCI: Using configuration type 1
[ 3328.206223] Setting up standard PCI resources
[ 3328.214150] ACPI: EC: Look up EC in DSDT
[ 3328.221577] ACPI: Interpreter enabled
[ 3328.221606] ACPI: (supports S0 S1 S4 S5)
[ 3328.221653] ACPI: Using PIC for interrupt routing
[ 3328.225855] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 3328.245431] ACPI: EC: GPE = 0x6, I/O: command/status = 0x66, data = 0x62
[ 3328.245453] ACPI: EC: driver started in interrupt mode
[ 3328.245828] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 3328.246600] PCI quirk: region 8000-80ff claimed by vt82c586 ACPI
[ 3328.246620] PCI quirk: region 8080-808f claimed by vt82c686 SMB
[ 3328.247556] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 3328.256927] ACPI: PCI Interrupt Link [LNKA] (IRQs 7 9 *11 12)
[ 3328.257225] ACPI: PCI Interrupt Link [LNKB] (IRQs 9) *0, disabled.
[ 3328.257538] ACPI: PCI Interrupt Link [LNKC] (IRQs 7 *9 11 12)
[ 3328.257863] ACPI: PCI Interrupt Link [LNKD] (IRQs 7 9 *11 12)
[ 3328.258681] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 3328.258939] pnp: PnP ACPI init
[ 3328.258996] ACPI: bus type pnp registered
[ 3328.271750] pnp: PnP ACPI: found 11 devices
[ 3328.271773] ACPI: ACPI bus type pnp unregistered
[ 3328.271792] PnPBIOS: Disabled by ACPI PNP
[ 3328.273793] PCI: Using ACPI for IRQ routing
[ 3328.273814] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 3328.282368] NET: Registered protocol family 8
[ 3328.282383] NET: Registered protocol family 20
[ 3328.282756] NetLabel: Initializing
[ 3328.282765] NetLabel: domain hash size = 128
[ 3328.282771] NetLabel: protocols = UNLABELED CIPSOv4
[ 3328.282840] NetLabel: unlabeled traffic allowed by default
[ 3328.283050] AppArmor: AppArmor Filesystem Enabled
[ 3328.291943] Time: tsc clocksource has been installed.
[ 3328.312374] system 00:05: iomem range 0x0-0x9ffff could not be reserved
[ 3328.312391] system 00:05: iomem range 0xdc000-0xdffff has been reserved
[ 3328.312401] system 00:05: iomem range 0xe0000-0xfffff could not be reserved
[ 3328.312412] system 00:05: iomem range 0xfffe0000-0xffffffff could not be reserved
[ 3328.312422] system 00:05: iomem range 0xfee00000-0xfee00fff has been reserved
[ 3328.312455] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
[ 3328.312465] system 00:06: ioport range 0x220-0x22f has been reserved
[ 3328.312474] system 00:06: ioport range 0x388-0x38b has been reserved
[ 3328.312487] system 00:06: ioport range 0x8000-0x808f could not be reserved
[ 3328.312496] system 00:06: ioport range 0x9050-0x9051 has been reserved
[ 3328.345626] PCI: Bridge: 0000:00:01.0
[ 3328.345646] IO window: disabled.
[ 3328.345657] MEM window: f4100000-f57fffff
[ 3328.345667] PREFETCH window: 28000000-280fffff
[ 3328.345679] PCI: Bus 2, cardbus bridge: 0000:00:0a.0
[ 3328.345686] IO window: 00001800-000018ff
[ 3328.345694] IO window: 00001c00-00001cff
[ 3328.345703] PREFETCH window: 20000000-23ffffff
[ 3328.345711] MEM window: 24000000-27ffffff
[ 3328.345743] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 3328.346664] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
[ 3328.346678] PCI: setting IRQ 9 as level-triggered
[ 3328.346688] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9
[ 3328.346769] NET: Registered protocol family 2
[ 3328.442287] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 3328.443255] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 3328.444284] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[ 3328.445708] TCP: Hash tables configured (established 16384 bind 16384)
[ 3328.445725] TCP reno registered
[ 3328.472719] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0
[ 3329.318475] it is
[ 3330.520443] Freeing initrd memory: 7151k freed
[ 3330.524146] audit: initializing netlink socket (disabled)
[ 3330.524229] audit(1210881085.690:1): initialized
[ 3330.525012] Total HugeTLB memory allocated, 0
[ 3330.538826] VFS: Disk quotas dquot_6.5.1
[ 3330.539459] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 3330.540998] io scheduler noop registered
[ 3330.541018] io scheduler anticipatory registered
[ 3330.541028] io scheduler deadline registered (default)
[ 3330.541183] io scheduler cfq registered
[ 3330.541239] PCI: VIA PCI bridge detected. Disabling DAC.
[ 3330.541249] PCI: Disabling Via external APIC routing
[ 3330.541310] Boot video device is 0000:01:00.0
[ 3330.543455] isapnp: Scanning for PnP cards...
[ 3330.901321] isapnp: No Plug & Play device found
[ 3331.309451] Real Time Clock Driver v1.12ac
[ 3331.310149] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 3331.319463] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 3331.319918] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 3331.320622] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3331.324592] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3331.324627] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3331.342374] mice: PS/2 mouse device common for all mice
[ 3331.343314] EISA: Probing bus 0 at eisa.0
[ 3331.343353] Cannot allocate resource for EISA slot 1
[ 3331.343411] Cannot allocate resource for EISA slot 8
[ 3331.343418] EISA: Detected 0 cards.
[ 3331.343431] cpuidle: using governor ladder
[ 3331.343438] cpuidle: using governor menu
[ 3331.344416] NET: Registered protocol family 1
[ 3331.344605] Using IPI No-Shortcut mode
[ 3331.344778] registered taskstats version 1
[ 3331.345163] Magic number: 8:475:900
[ 3331.345473] hash matches device ptyvd
[ 3331.345657] BIOS EDD facility v0.16 2004-Jun-25, 6 devices found
[ 3331.349433] Freeing unused kernel memory: 384k freed
[ 3331.375611] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 3331.412252] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[ 3332.312124] fuse init (API version 7.9)
[ 3332.434846] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 3332.441808] Marking TSC unstable due to: TSC halts in idle.
[ 3332.443686] ACPI: Thermal Zone [THRM] (59 C)
[ 3332.451259] Time: acpi_pm clocksource has been installed.
[ 3334.163759] SCSI subsystem initialized
[ 3334.311438] usbcore: registered new interface driver usbfs
[ 3334.311542] usbcore: registered new interface driver hub
[ 3334.388489] usbcore: registered new device driver usb
[ 3334.763762] USB Universal Host Controller Interface driver v3.0
[ 3334.765083] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 3334.765100] PCI: setting IRQ 11 as level-triggered
[ 3334.765111] ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
[ 3334.765163] uhci_hcd 0000:00:07.2: UHCI Host Controller
[ 3334.766533] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[ 3334.766596] uhci_hcd 0000:00:07.2: irq 11, io base 0x00001400
[ 3334.767158] usb usb1: configuration #1 chosen from 1 choice
[ 3334.767272] hub 1-0:1.0: USB hub found
[ 3334.767300] hub 1-0:1.0: 2 ports detected
[ 3334.811505] libata version 3.00 loaded.
[ 3334.961198] pata_via 0000:00:07.1: version 0.3.3
[ 3334.992965] scsi0 : pata_via
[ 3335.030991] scsi1 : pata_via
[ 3335.031282] ata1: PATA max UDMA/66 cmd 0x1f0 ctl 0x3f6 bmdma 0x1420 irq 14
[ 3335.031293] ata2: PATA max UDMA/66 cmd 0x170 ctl 0x376 bmdma 0x1428 irq 15
[ 3335.211615] ata1.00: ATA-5: IBM-IC25N020ATCS04-0, CA2AA71A, max UDMA/100
[ 3335.211637] ata1.00: 39070080 sectors, multi 16: LBA
[ 3335.251505] ata1.00: configured for UDMA/66
[ 3335.310925] usb 1-2: new full speed USB device using uhci_hcd and address 2
[ 3335.503913] usb 1-2: configuration #1 chosen from 1 choice
[ 3335.591278] ata2.00: ATAPI: TOSHIBA CD-ROM XM-7002Bc, 1010, max UDMA/33
[ 3335.783969] Floppy drive(s): fd0 is 1.44M
[ 3335.791123] ata2.00: configured for UDMA/33
[ 3335.791779] scsi 0:0:0:0: Direct-Access ATA IBM-IC25N020ATCS CA2A PQ: 0 ANSI: 5
[ 3335.805704] scsi 1:0:0:0: CD-ROM TOSHIBA CD-ROM XM-7002Bc 1010 PQ: 0 ANSI: 5
[ 3335.824012] FDC 0 is a post-1991 82077
[ 3339.188304] Driver 'sd' needs updating - please use bus_type methods
[ 3339.200170] sd 0:0:0:0: [sda] 39070080 512-byte hardware sectors (20004 MB)
[ 3339.200850] sd 0:0:0:0: [sda] Write Protect is off
[ 3339.200877] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3339.201054] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3339.203768] sd 0:0:0:0: [sda] 39070080 512-byte hardware sectors (20004 MB)
[ 3339.203844] sd 0:0:0:0: [sda] Write Protect is off
[ 3339.203854] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3339.203929] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3339.203952] sda: sda1 sda2
[ 3339.234052] Driver 'sr' needs updating - please use bus_type methods
[ 3339.261493] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3339.288207] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3339.288302] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 3339.297458] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 3339.297488] Uniform CD-ROM driver Revision: 3.20
[ 3339.297787] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3340.074314] Attempting manual resume
[ 3340.074337] swsusp: Resume From Partition 8:2
[ 3340.074343] PM: Checking swsusp image.
[ 3340.074927] PM: Resume from disk failed.
[ 3340.209382] kjournald starting. Commit interval 5 seconds
[ 3340.209459] EXT3-fs: mounted filesystem with ordered data mode.
[ 3347.969031] Linux agpgart interface v0.102
[ 3348.066914] agpgart: Detected VIA Apollo ProMedia/PLE133Ta chipset
[ 3348.076024] agpgart: AGP aperture is 64M @ 0xf8000000
[ 3348.270356] parport_pc: VIA 686A/8231 detected
[ 3348.270379] parport_pc: probing current configuration
[ 3348.270413] parport_pc: Current parallel port base: 0x378
[ 3348.270506] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
[ 3348.368265] parport_pc: VIA parallel port: io=0x378, irq=7
[ 3348.438461] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3348.508871] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3348.848463] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 3349.098449] Yenta: CardBus bridge found at 0000:00:0a.0 [0e11:b103]
[ 3349.098500] Yenta: Using CSCINT to route CSC interrupts to PCI
[ 3349.098508] Yenta: Routing CardBus interrupts to PCI
[ 3349.098518] Yenta TI: socket 0000:00:0a.0, mfunc 0x01001002, devctl 0x64
[ 3349.348357] Yenta: ISA IRQ mask 0x0018, PCI irq 9
[ 3349.348377] Socket status: 30000006
[ 3349.388742] via686a 0000:00:07.4: base address not set - upgrade BIOS or use force_addr=0xaddr
[ 3350.798508] input: Power Button (FF) as /devices/virtual/input/input3
[ 3350.827680] ACPI: Power Button (FF) [PWRF]
[ 3350.828109] input: Power Button (CM) as /devices/virtual/input/input4
[ 3350.867719] ACPI: Power Button (CM) [PWRB]
[ 3350.868111] input: Sleep Button (CM) as /devices/virtual/input/input5
[ 3350.907560] ACPI: Sleep Button (CM) [SLPB]
[ 3350.918299] ACPI: AC Adapter [AC] (off-line)
[ 3351.341216] ACPI: Battery Slot [BAT0] (battery present)
[ 3351.558656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
[ 3351.558680] ACPI: PCI Interrupt 0000:00:07.5[C] -> Link [LNKC] -> GSI 9 (level, low) -> IRQ 9
[ 3351.558874] PCI: Setting latency timer of device 0000:00:07.5 to 64
[ 3353.351961] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: rtl8150 based usb-ethernet driver v0.6.2 (2004/08/27)
[ 3353.384089] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: rtl8150 is detected
[ 3353.384192] usbcore: registered new interface driver rtl8150
[ 3353.658329] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input6
[ 3353.687467] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 3355.383974] Synaptics Touchpad, model: 1, fw: 4.6, id: 0xf42a1, caps: 0x80471b/0x0
[ 3355.419582] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 3361.575026] cs: IO port probe 0x100-0x3af: clean.
[ 3361.578391] cs: IO port probe 0x3e0-0x4ff: clean.
[ 3361.579837] cs: IO port probe 0x820-0x8ff: clean.
[ 3361.581024] cs: IO port probe 0xc00-0xcf7: clean.
[ 3361.582784] cs: IO port probe 0xa00-0xaff: clean.
[ 3361.941511] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3361.942318] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3362.121429] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3362.122584] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3362.122632] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3364.005207] NET: Registered protocol family 10
[ 3364.006174] lo: Disabled Privacy Extensions
[ 3364.007551] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3364.007706] /build/buildd/linux-2.6.24/drivers/net/usb/rtl8150.c: eth0: allmulti set
[ 3364.050759] loop: module loaded
[ 3364.184478] lp0: using parport0 (interrupt-driven).
[ 3365.662640] Adding 979956k swap on /dev/sda2. Priority:-1 extents:1 across:979956k
[ 3366.337054] EXT3 FS on sda1, internal journal
[ 3369.136792] ip_tables: (C) 2000-2006 Netfilter Core Team

Labels: , ,

2 Comments:

Anonymous Anonymous said...

This comment has been removed by a blog administrator.

5:01 AM  
Anonymous Anonymous said...

This comment has been removed by a blog administrator.

1:54 PM  

Post a Comment

<< Home