Re: EkkehardBlanz, USA kernel 2.6.24-17-generic

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



try blacklisting modules not cogent to your System with
$ sudo gedit  /etc/modprobe.d/blacklist.local
# begins comment lines.  Each line has form:
# blacklist Not_needed_ModuleName, for example
blacklist  sbshc
# sbshc is for PCI hotplugging, which mostly like you don't need

Save, reboot  and retest.

MarvS


On 6/1/08, W. Ekkehard Blanz <ekkehard.blanz@xxxxxxxxx> wrote:
> Thanks Marvin,
>
>  I have tried the suggestions - no difference :-(
>
>  Even if I set DONTSTART in /etc/default/sl-modem-daemon to 1, the boot hangs.
>  It hangs at:
>  [ 34.996516 ] slamr: module license 'smart link Ltd.' taints kernel.
>  [ 35.054118 ] slamr: SmartLink AMRM) modem.
>  [ 35.054695] slamr: probe 2000:2800 SL2800 card ...
>  [ 35.054759 ] ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 21 (level,low) -> IRQ
>  16
>
>  ((Would a tainted kernel prevent booting??????))
>
>  then
>
> $ sudo /etc/init.d/sl-modem-daemon start
>
> gives me
>  Not starting SmartLink modem daemon (options not set in /etc/default/slmodemd)
>  duh - OK - so I set DONSTART again to 0 and get
>
> $ sudo /etc/init.d/sl-modem-daemon start
>
> Starting SmartLink Modem driver for: slamr0.
>  Creating /dev/modem symlink, pointing to: /dev/ttySL0.
>
>  Nothing causing any excitement there.
>
>  My interrupts are (while sl-modem-daemon is not started):
>           CPU0
>   0:        163   IO-APIC-edge      timer
>   1:        809   IO-APIC-edge      i8042
>   3:          2   IO-APIC-edge
>   4:          2   IO-APIC-edge
>   6:          5   IO-APIC-edge      floppy
>   7:          0   IO-APIC-edge      parport0
>   8:         23   IO-APIC-edge      rtc
>   9:          0   IO-APIC-fasteoi   acpi
>   10:          0   IO-APIC-edge      MPU401 UART
>   12:      13384   IO-APIC-edge      i8042
>   14:      17076   IO-APIC-edge      libata
>   15:      10503   IO-APIC-edge      libata
>   16:          0   IO-APIC-fasteoi   SL2800
>   17:      33883   IO-APIC-fasteoi   uhci_hcd:usb1, uhci_hcd:usb4,
>  r128@pci:0000:01:00.0
>   18:        166   IO-APIC-fasteoi   uhci_hcd:usb2
>   19:          0   IO-APIC-fasteoi   uhci_hcd:usb3
>   20:          3   IO-APIC-fasteoi   ehci_hcd:usb5
>   21:       1516   IO-APIC-fasteoi   eth0
>   22:      17554   IO-APIC-fasteoi   Intel ICH5
>  NMI:          0   Non-maskable interrupts
>  LOC:      88172   Local timer interrupts
>  RES:          0   Rescheduling interrupts
>  CAL:          0   function call interrupts
>  TLB:          0   TLB shootdowns
>  TRM:          0   Thermal event interrupts
>  SPU:          0   Spurious interrupts
>  ERR:          0
>  MIS:          0
>
>  Don't know who set the IRQ 16...
>
>
>  Finally, the output of lsmod without the sl-modem-daemon started (when the
>  daemon is started the "used by" column of slamr changes to "2") is:
>
>  Module                  Size  Used by
>  af_packet              23812  2
>  rfcomm                 41744  2
>  l2cap                  25728  13 rfcomm
>  bluetooth              61156  4 rfcomm,l2cap
>  r128                   41344  2
>  drm                    82580  3 r128
>  ppdev                  10372  0
>  ipv6                  267780  10
>  speedstep_lib           6532  0
>  cpufreq_conservative     8712  0
>  cpufreq_powersave       2688  0
>  cpufreq_userspace       5284  0
>  cpufreq_stats           7104  0
>  cpufreq_ondemand        9740  0
>  freq_table              5536  2 cpufreq_stats,cpufreq_ondemand
>  video                  19856  0
>  output                  4736  1 video
>  sbs                    15112  0
>  sbshc                   7680  1 sbs
>  container               5632  0
>  dock                   11280  0
>  battery                14212  0
>  iptable_filter          3840  0
>  ip_tables              14820  1 iptable_filter
>  x_tables               16132  1 ip_tables
>  aes_i586               33536  0
>  dm_crypt               15364  0
>  dm_mod                 62660  1 dm_crypt
>  ac                      6916  0
>  lp                     12324  0
>  quickcam_messenger     14468  0
>  usbvideo               28676  1 quickcam_messenger
>  compat_ioctl32          2304  1 usbvideo
>  videodev               29440  1 usbvideo
>  v4l2_common            18304  1 videodev
>  v4l1_compat            15492  1 videodev
>  snd_usb_audio          83936  1
>  snd_usb_lib            18432  1 snd_usb_audio
>  usblp                  15872  0
>  snd_hwdep              10500  1 snd_usb_audio
>  slamr                 433448  0
>  ungrab_winmodem         3584  0
>  snd_mpu401              9448  0
>  snd_mpu401_uart         9728  1 snd_mpu401
>  snd_seq_dummy           4868  0
>  snd_seq_oss            35584  0
>  serio_raw               7940  0
>  snd_seq_midi            9376  0
>  snd_intel8x0           35356  4
>  snd_ac97_codec        101028  1 snd_intel8x0
>  snd_rawmidi            25760  3 snd_usb_lib,snd_mpu401_uart,snd_seq_midi
>  psmouse                40336  0
>  ac97_bus                3072  1 snd_ac97_codec
>  snd_pcm_oss            42144  0
>  snd_mixer_oss          17920  1 snd_pcm_oss
>  snd_seq_midi_event      8320  2 snd_seq_oss,snd_seq_midi
>  snd_pcm                78596  5
>  snd_usb_audio,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
>  snd_seq                54224  6
>  snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
>  snd_timer              24836  3 snd_pcm,snd_seq
>  snd_seq_device          9612  5
>  snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
>  button                  9232  0
>  snd                    56996  24
>  snd_usb_audio,snd_usb_lib,snd_hwdep,snd_mpu401,snd_mpu401_uart,snd_seq_dummy,snd_seq_oss,snd_intel8x0,snd_ac97_codec,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_timer,snd_seq_device
>  evdev                  13056  4
>  shpchp                 34452  0
>  pci_hotplug            30880  1 shpchp
>  intel_agp              25492  1
>  agpgart                34760  2 drm,intel_agp
>  iTCO_wdt               13092  0
>  iTCO_vendor_support     4868  1 iTCO_wdt
>  analog                 13600  0
>  parport_pc             36260  1
>  parport                37832  3 ppdev,lp,parport_pc
>  snd_page_alloc         11400  2 snd_intel8x0,snd_pcm
>  soundcore               8800  1 snd
>  pcspkr                  4224  0
>  gameport               16008  1 analog
>  ext3                  136712  3
>  jbd                    48404  1 ext3
>  mbcache                 9600  1 ext3
>  sg                     36880  0
>  sr_mod                 17956  0
>  cdrom                  37408  1 sr_mod
>  sd_mod                 30720  8
>  pata_acpi               8320  0
>  ata_piix               19588  6
>  floppy                 59588  0
>  ata_generic             8324  0
>  libata                159344  3 pata_acpi,ata_piix,ata_generic
>  skge                   43536  0
>  scsi_mod              151436  4 sg,sr_mod,sd_mod,libata
>  ehci_hcd               37900  0
>  uhci_hcd               27024  0
>  usbcore               146028  8
>  quickcam_messenger,usbvideo,snd_usb_audio,snd_usb_lib,usblp,ehci_hcd,uhci_hcd
>  thermal                16796  0
>  processor              36872  1 thermal
>  fan                     5636  0
>  fbcon                  42912  0
>  tileblit                3456  1 fbcon
>  font                    9472  1 fbcon
>  bitblit                 6784  1 fbcon
>  softcursor              3072  1 bitblit
>  fuse                   50580  5
>
>
>
>  On Wednesday 28 May 2008 08:08:41 pm you wrote:
>  > Ekkehard,
>  >
>  > There is a file /etc/default/sl-modem-daemon
>  > which can be edited with:
>  > $ sudo  gedit /etc/default/sl-modem-daemon
>  >
>  > If you set the line like (I'm not under Linux now)
>  > DONT_START=1
>  > and reboot, the modem will not autoset and you might be able to do a
>  > normal bootup.
>  >
>  > Afterward you can check the effect of starting the modem with:
>  > $ sudo  /etc/init.d/sl-modem-daemon start
>  >
>  > related commands are
>  > $ sudo  /etc/init.d/sl-modem-daemon stop
>  > $ sudo  /etc/init.d/sl-modem-daemon restart
>  >
>  > MarvS
>  >
>  > On Wed, May 28, 2008 at 9:30 PM, Marvin Stodolsky
>  >
>  > <marvin.stodolsky@xxxxxxxxx> wrote:
>  > > Ekkehard
>  > >
>  > > RE: > error: mdm setup: cannot open dev `/dev/slamr0': Device or resource
>  > >
>  > >> busy error: cannot setup device `/dev/slamr0'
>  > >
>  > > This is because the bootup sl-modem-daemon scripts have already setup the
>  > > modem.
>  > >
>  > > Do your bootup with as few external devices attached as possible.
>  > > Then what are the outputs of:
>  > > $ cat /proc/interrupts
>  > > $  lsmod
>  > > The object is to block loading of non-essential modules
>  > >
>  > >
>  > >
>  > > MarvS
>  > >
>  > > On Wed, May 28, 2008 at 5:18 PM, W. Ekkehard Blanz
>  > >
>  > > <ekkehard.blanz@xxxxxxxxx> wrote:
>  > >> Hmmm
>  > >>
>  > >> I installed the new slamr that was made available only minutes after the
>  > >> existence of the new kernel headers was pointed out(!!!).  I ran setup
>  > >> and it detected the modem just fine again.  Not sure if and how this is
>  > >> related, but now I am having trouble booting into 2.6.24-17 at all -
>  > >> only works via recovery mode.  But then it works, and efax sends faxes
>  > >> (albeit with the same timeout error messages it had before).
>  > >>
>  > >> sudo slmodemd -c USA /dev/slamr0
>  > >> still gives me
>  > >> error: mdm setup: cannot open dev `/dev/slamr0': Device or resource
>  > >> busy error: cannot setup device `/dev/slamr0'
>  > >>
>  > >> Here is the output of dmesg:
>  > >>
>  > >> ------------------------------------------------------------------------
>  > >>---------------------------------------- [    0.000000] Initializing
>  > >> cgroup subsys cpuset
>  > >> [    0.000000] Initializing cgroup subsys cpu
>  > >> [    0.000000] Linux version 2.6.24-17-generic (buildd@palmer) (gcc
>  > >> version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Thu May 1 14:31:33 UTC
>  > >> 2008 (Ubuntu 2.6.24-17.31-generic)
>  > >> [    0.000000] BIOS-provided physical RAM map:
>  > >> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  > >> [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000
>  > >> (reserved) [    0.000000]  BIOS-e820: 00000000000e8000 -
>  > >> 0000000000100000 (reserved) [    0.000000]  BIOS-e820: 0000000000100000
>  > >> - 000000007ffb0000 (usable) [    0.000000]  BIOS-e820: 000000007ffb0000
>  > >> - 000000007ffc0000 (ACPI data) [    0.000000]  BIOS-e820:
>  > >> 000000007ffc0000 - 000000007fff0000 (ACPI NVS) [    0.000000]
>  > >> BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved) [    0.000000]
>  > >>  BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved) [
>  > >> 0.000000] 1151MB HIGHMEM available.
>  > >> [    0.000000] 896MB LOWMEM available.
>  > >> [    0.000000] found SMP MP-table at 000ff780
>  > >> [    0.000000] Entering add_active_range(0, 0, 524208) 0 entries of 256
>  > >> used [    0.000000] Zone PFN ranges:
>  > >> [    0.000000]   DMA             0 ->     4096
>  > >> [    0.000000]   Normal       4096 ->   229376
>  > >> [    0.000000]   HighMem    229376 ->   524208
>  > >> [    0.000000] Movable zone start PFN for each node
>  > >> [    0.000000] early_node_map[1] active PFN ranges
>  > >> [    0.000000]     0:        0 ->   524208
>  > >> [    0.000000] On node 0 totalpages: 524208
>  > >> [    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: 1760 pages used for memmap
>  > >> [    0.000000]   Normal zone: 223520 pages, LIFO batch:31
>  > >> [    0.000000]   HighMem zone: 2303 pages used for memmap
>  > >> [    0.000000]   HighMem zone: 292529 pages, LIFO batch:31
>  > >> [    0.000000]   Movable zone: 0 pages used for memmap
>  > >> [    0.000000] DMI 2.3 present.
>  > >> [    0.000000] ACPI: RSDP signature @ 0xC00FAD60 checksum 0
>  > >> [    0.000000] ACPI: RSDP 000FAD60, 0014 (r0 ACPIAM)
>  > >> [    0.000000] ACPI: RSDT 7FFB0000, 0030 (r1 A M I  OEMRSDT  12000513
>  > >> MSFT 97)
>  > >> [    0.000000] ACPI: FACP 7FFB0200, 0081 (r2 A M I  OEMFACP  12000513
>  > >> MSFT 97)
>  > >> [    0.000000] ACPI: DSDT 7FFB03F0, 3763 (r1  A0049 A0049000        0
>  > >> INTL 2002026)
>  > >> [    0.000000] ACPI: FACS 7FFC0000, 0040
>  > >> [    0.000000] ACPI: APIC 7FFB0390, 005C (r1 A M I  OEMAPIC  12000513
>  > >> MSFT 97)
>  > >> [    0.000000] ACPI: OEMB 7FFC0040, 003F (r1 A M I  OEMBIOS  12000513
>  > >> MSFT 97)
>  > >> [    0.000000] ACPI: PM-Timer IO Port: 0x808
>  > >> [    0.000000] ACPI: Local APIC address 0xfee00000
>  > >> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>  > >> [    0.000000] Processor #0 15:3 APIC version 20
>  > >> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
>  > >> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>  > >> [    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI
>  > >> 0-23 [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl
>  > >> dfl) [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high
>  > >> level) [    0.000000] ACPI: IRQ0 used by override.
>  > >> [    0.000000] ACPI: IRQ2 used by override.
>  > >> [    0.000000] ACPI: IRQ9 used by override.
>  > >> [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
>  > >> [    0.000000] Using ACPI (MADT) for SMP configuration information
>  > >> [    0.000000] Allocating PCI resources starting at 88000000 (gap:
>  > >> 80000000:7fb80000)
>  > >> [    0.000000] swsusp: Registered nosave memory region: 000000000009f000
>  > >> - 00000000000a0000
>  > >> [    0.000000] swsusp: Registered nosave memory region: 00000000000a0000
>  > >> - 00000000000e8000
>  > >> [    0.000000] swsusp: Registered nosave memory region: 00000000000e8000
>  > >> - 0000000000100000
>  > >> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
>  > >> Total pages: 520113
>  > >> [    0.000000] Kernel command line:
>  > >> root=UUID=d3729b53-8482-49fe-893a-75cf9dae78ae ro single
>  > >> [    0.000000] mapped APIC to ffffb000 (fee00000)
>  > >> [    0.000000] mapped IOAPIC to ffffa000 (fec00000)
>  > >> [    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: 4096 (order: 12, 16384 bytes)
>  > >> [    0.000000] Detected 2806.541 MHz processor.
>  > >> [   12.573543] Console: colour VGA+ 80x25
>  > >> [   12.573547] console [tty0] enabled
>  > >> [   12.576747] Dentry cache hash table entries: 131072 (order: 7, 524288
>  > >> bytes)
>  > >> [   12.577416] Inode-cache hash table entries: 65536 (order: 6, 262144
>  > >> bytes) [   12.701682] Memory: 2066560k/2096832k available (2176k kernel
>  > >> code, 29048k reserved, 1007k data, 368k init, 1179328k highmem)
>  > >> [   12.701760] virtual kernel memory layout:
>  > >> [   12.701762]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
>  > >> [   12.701763]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
>  > >> [   12.701764]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
>  > >> [   12.701765]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
>  > >> [   12.701766]       .init : 0xc0421000 - 0xc047d000   ( 368 kB)
>  > >> [   12.701767]       .data : 0xc0320134 - 0xc041bdc4   (1007 kB)
>  > >> [   12.701768]       .text : 0xc0100000 - 0xc0320134   (2176 kB)
>  > >> [   12.702151] Checking if this processor honours the WP bit even in
>  > >> supervisor mode... Ok.
>  > >> [   12.702304] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4,
>  > >> CPUs=1, Nodes=1
>  > >> [   12.782199] Calibrating delay using timer specific routine.. 5617.80
>  > >> BogoMIPS (lpj=11235612)
>  > >> [   12.782328] Security Framework initialized
>  > >> [   12.782382] SELinux:  Disabled at boot.
>  > >> [   12.782448] AppArmor: AppArmor initialized
>  > >> [   12.782500] Failure registering capabilities with primary security
>  > >> module. [   12.782559] Mount-cache hash table entries: 512
>  > >> [   12.782773] Initializing cgroup subsys ns
>  > >> [   12.782826] Initializing cgroup subsys cpuacct
>  > >> [   12.782887] CPU: After generic identify, caps: bfebfbff 00000000
>  > >> 00000000 00000000 0000441d 00000000 00000000 00000000
>  > >> [   12.782897] monitor/mwait feature present.
>  > >> [   12.782947] using mwait in idle threads.
>  > >> [   12.783000] CPU: Trace cache: 12K uops, L1 D cache: 16K
>  > >> [   12.783086] CPU: L2 cache: 1024K
>  > >> [   12.783134] CPU: Hyper-Threading is disabled
>  > >> [   12.783182] CPU: After all inits, caps: bfebfbff 00000000 00000000
>  > >> 0000b180 0000441d 00000000 00000000 00000000
>  > >> [   12.783196] Compat vDSO mapped to ffffe000.
>  > >> [   12.783262] Checking 'hlt' instruction... OK.
>  > >> [   12.798743] SMP alternatives: switching to UP code
>  > >> [   12.800844] Freeing SMP alternatives: 11k freed
>  > >> [   12.801023] Early unpacking initramfs... done
>  > >> [   13.130858] ACPI: Core revision 20070126
>  > >> [   13.130958] ACPI: Looking for DSDT in initramfs... error, file
>  > >> /DSDT.aml not found.
>  > >> [   13.133097] CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 04
>  > >> [   13.133256] Total of 1 processors activated (5617.80 BogoMIPS).
>  > >> [   13.133448] ENABLING IO-APIC IRQs
>  > >> [   13.133672] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
>  > >> [   13.281075] Brought up 1 CPUs
>  > >> [   13.281145] CPU0 attaching sched-domain:
>  > >> [   13.281149]  domain 0: span 01
>  > >> [   13.281151]   groups: 01
>  > >> [   13.281347] net_namespace: 64 bytes
>  > >> [   13.281406] Booting paravirtualized kernel on bare hardware
>  > >> [   13.282042] Time: 13:51:51  Date: 05/28/08
>  > >> [   13.282117] NET: Registered protocol family 16
>  > >> [   13.282407] EISA bus registered
>  > >> [   13.282476] ACPI: bus type pci registered
>  > >> [   13.282708] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
>  > >> [   13.282760] PCI: Using configuration type 1
>  > >> [   13.282809] Setting up standard PCI resources
>  > >> [   13.294366] ACPI: EC: Look up EC in DSDT
>  > >> [   13.298755] ACPI: Interpreter enabled
>  > >> [   13.298806] ACPI: (supports S0 S1 S3 S4 S5)
>  > >> [   13.299038] ACPI: Using IOAPIC for interrupt routing
>  > >> [   13.307614] ACPI: PCI Root Bridge [PCI0] (0000:00)
>  > >> [   13.308198] Force enabled HPET at base address 0xfed00000
>  > >> [   13.308207] PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
>  > >> [   13.308261] PCI quirk: region 0480-04bf claimed by ICH4 GPIO
>  > >> [   13.308819] PCI: Transparent bridge - 0000:00:1e.0
>  > >> [   13.308894] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>  > >> [   13.309028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
>  > >> [   13.315258] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12
>  > >> 14 15)
>  > >> [   13.315823] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12
>  > >> 14 15)
>  > >> [   13.316386] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11 12
>  > >> 14 15)
>  > >> [   13.316975] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12
>  > >> 14 15)
>  > >> [   13.317538] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12
>  > >> 14 15) *0, disabled.
>  > >> [   13.318177] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12
>  > >> 14 15)
>  > >> [   13.318746] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12
>  > >> 14 15)
>  > >> [   13.319311] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12
>  > >> 14 15)
>  > >> [   13.319895] ACPI Warning (tbutils-0217): Incorrect checksum in table
>  > >> [OEMB] -  C1, should be 91 [20070126]
>  > >> [   13.320030] Linux Plug and Play Support v0.97 (c) Adam Belay
>  > >> [   13.320114] pnp: PnP ACPI init
>  > >> [   13.320169] ACPI: bus type pnp registered
>  > >> [   13.325212] pnp: PnP ACPI: found 17 devices
>  > >> [   13.325262] ACPI: ACPI bus type pnp unregistered
>  > >> [   13.325313] ASUS P4P800 detected. Disabling PnPBIOS
>  > >> [   13.325361] PnPBIOS: Disabled
>  > >> [   13.325682] PCI: Using ACPI for IRQ routing
>  > >> [   13.325731] PCI: If a device doesn't work, try "pci=routeirq".  If it
>  > >> helps, post a report
>  > >> [   13.340903] NET: Registered protocol family 8
>  > >> [   13.340952] NET: Registered protocol family 20
>  > >> [   13.341114] hpet clockevent registered
>  > >> [   13.341121] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
>  > >> [   13.341307] hpet0: 3 64-bit timers, 14318180 Hz
>  > >> [   13.342397] AppArmor: AppArmor Filesystem Enabled
>  > >> [   13.344877] Time: tsc clocksource has been installed.
>  > >> [   13.352912] system 00:0d: ioport range 0x680-0x6ff has been reserved
>  > >> [   13.352963] system 00:0d: ioport range 0x290-0x297 has been reserved
>  > >> [   13.353018] system 00:0e: ioport range 0x4d0-0x4d1 has been reserved
>  > >> [   13.353069] system 00:0e: ioport range 0x800-0x87f has been reserved
>  > >> [   13.353122] system 00:0e: ioport range 0x480-0x4bf has been reserved
>  > >> [   13.353173] system 00:0e: iomem range 0xfed20000-0xfed8ffff has been
>  > >> reserved
>  > >> [   13.353225] system 00:0e: iomem range 0xffb00000-0xffbfffff could not
>  > >> be reserved
>  > >> [   13.353288] system 00:0f: iomem range 0xfec00000-0xfec00fff has been
>  > >> reserved
>  > >> [   13.353340] system 00:0f: iomem range 0xfee00000-0xfee00fff has been
>  > >> reserved
>  > >> [   13.353396] system 00:10: iomem range 0x0-0x9ffff could not be
>  > >> reserved [   13.353447] system 00:10: iomem range 0xc0000-0xdffff could
>  > >> not be reserved [   13.353499] system 00:10: iomem range 0xe0000-0xfffff
>  > >> could not be reserved [   13.353551] system 00:10: iomem range
>  > >> 0x100000-0x7ffeffff could not be reserved
>  > >> [   13.353610] system 00:10: iomem range 0xfff00000-0xffffffff could not
>  > >> be reserved
>  > >> [   13.384091] PCI: Bridge: 0000:00:01.0
>  > >> [   13.384140]   IO window: c000-cfff
>  > >> [   13.384191]   MEM window: fe900000-fe9fffff
>  > >> [   13.384241]   PREFETCH window: edf00000-f5efffff
>  > >> [   13.384294] PCI: Bridge: 0000:00:1e.0
>  > >> [   13.384342]   IO window: d000-dfff
>  > >> [   13.384391]   MEM window: fea00000-feafffff
>  > >> [   13.384441]   PREFETCH window: f5f00000-f7efffff
>  > >> [   13.384506] PCI: Setting latency timer of device 0000:00:1e.0 to 64
>  > >> [   13.384518] NET: Registered protocol family 2
>  > >> [   13.420777] IP route cache hash table entries: 32768 (order: 5,
>  > >> 131072 bytes)
>  > >> [   13.421196] TCP established hash table entries: 131072 (order: 8,
>  > >> 1048576 bytes)
>  > >> [   13.422033] TCP bind hash table entries: 65536 (order: 7, 524288
>  > >> bytes) [   13.422689] TCP: Hash tables configured (established 131072
>  > >> bind 65536) [   13.422741] TCP reno registered
>  > >> [   13.432878] checking if image is initramfs... it is
>  > >> [   13.843704] Switched to high resolution mode on CPU 0
>  > >> [   14.077997] Freeing initrd memory: 7703k freed
>  > >> [   14.078845] audit: initializing netlink socket (disabled)
>  > >> [   14.078912] audit(1211982711.272:1): initialized
>  > >> [   14.079224] highmem bounce pool size: 64 pages
>  > >> [   14.081453] VFS: Disk quotas dquot_6.5.1
>  > >> [   14.081579] Dquot-cache hash table entries: 1024 (order 0, 4096
>  > >> bytes) [   14.081782] io scheduler noop registered
>  > >> [   14.081831] io scheduler anticipatory registered
>  > >> [   14.081879] io scheduler deadline registered
>  > >> [   14.081936] io scheduler cfq registered (default)
>  > >> [   14.082070] Boot video device is 0000:01:00.0
>  > >> [   14.082400] isapnp: Scanning for PnP cards...
>  > >> [   14.433600] isapnp: No Plug & Play device found
>  > >> [   14.468274] Real Time Clock Driver v1.12ac
>  > >> [   14.468437] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ
>  > >> sharing enabled
>  > >> [   14.468617] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>  > >> [   14.468806] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>  > >> [   14.470500] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>  > >> [   14.470861] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>  > >> [   14.471143] ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 21 (level,
>  > >> low) -> IRQ 16
>  > >> [   14.471243] ACPI: PCI interrupt for device 0000:02:09.0 disabled
>  > >> [   14.472029] RAMDISK driver initialized: 16 RAM disks of 65536K size
>  > >> 1024 blocksize
>  > >> [   14.472167] input: Macintosh mouse button emulation
>  > >> as /devices/virtual/input/input0
>  > >> [   14.472348] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at
>  > >> 0x60,0x64 irq 1,12
>  > >> [   14.474496] serio: i8042 KBD port at 0x60,0x64 irq 1
>  > >> [   14.474549] serio: i8042 AUX port at 0x60,0x64 irq 12
>  > >> [   14.482274] mice: PS/2 mouse device common for all mice
>  > >> [   14.482456] EISA: Probing bus 0 at eisa.0
>  > >> [   14.482539] EISA: Detected 0 cards.
>  > >> [   14.482588] cpuidle: using governor ladder
>  > >> [   14.482635] cpuidle: using governor menu
>  > >> [   14.482770] NET: Registered protocol family 1
>  > >> [   14.482848] Using IPI No-Shortcut mode
>  > >> [   14.482928] registered taskstats version 1
>  > >> [   14.483069]   Magic number: 8:814:888
>  > >> [   14.483182]   hash matches device ptyuf
>  > >> [   14.483257]   hash matches device 0000:00:1f.1
>  > >> [   14.483317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
>  > >> [   14.483367] EDD information not available.
>  > >> [   14.483770] Freeing unused kernel memory: 368k freed
>  > >> [   14.510080] input: AT Translated Set 2 keyboard
>  > >> as /devices/platform/i8042/serio0/input/input1
>  > >> [   14.705365] fuse init (API version 7.9)
>  > >> [   14.730588] ACPI Exception (processor_core-0816): AE_NOT_FOUND,
>  > >> Processor Device is not present [20070126]
>  > >> [   15.332671] usbcore: registered new interface driver usbfs
>  > >> [   15.332754] usbcore: registered new interface driver hub
>  > >> [   15.348065] usbcore: registered new device driver usb
>  > >> [   15.358096] USB Universal Host Controller Interface driver v3.0
>  > >> [   15.358226] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level,
>  > >> low) -> IRQ 17
>  > >> [   15.358330] PCI: Setting latency timer of device 0000:00:1d.0 to 64
>  > >> [   15.358334] uhci_hcd 0000:00:1d.0: UHCI Host Controller
>  > >> [   15.358670] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
>  > >> bus number 1
>  > >> [   15.358756] uhci_hcd 0000:00:1d.0: irq 17, io base 0x0000eec0
>  > >> [   15.358960] usb usb1: configuration #1 chosen from 1 choice
>  > >> [   15.359037] hub 1-0:1.0: USB hub found
>  > >> [   15.359089] hub 1-0:1.0: 2 ports detected
>  > >> [   15.426086] SCSI subsystem initialized
>  > >> [   15.459923] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level,
>  > >> low) -> IRQ 18
>  > >> [   15.460034] PCI: Setting latency timer of device 0000:00:1d.1 to 64
>  > >> [   15.460038] uhci_hcd 0000:00:1d.1: UHCI Host Controller
>  > >> [   15.460113] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned
>  > >> bus number 2
>  > >> [   15.460199] uhci_hcd 0000:00:1d.1: irq 18, io base 0x0000ef00
>  > >> [   15.460370] usb usb2: configuration #1 chosen from 1 choice
>  > >> [   15.460452] hub 2-0:1.0: USB hub found
>  > >> [   15.460504] hub 2-0:1.0: 2 ports detected
>  > >> [   15.495650] libata version 3.00 loaded.
>  > >> [   15.563645] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level,
>  > >> low) -> IRQ 19
>  > >> [   15.563757] PCI: Setting latency timer of device 0000:00:1d.2 to 64
>  > >> [   15.563761] uhci_hcd 0000:00:1d.2: UHCI Host Controller
>  > >> [   15.563837] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned
>  > >> bus number 3
>  > >> [   15.563922] uhci_hcd 0000:00:1d.2: irq 19, io base 0x0000ef20
>  > >> [   15.564097] usb usb3: configuration #1 chosen from 1 choice
>  > >> [   15.564175] hub 3-0:1.0: USB hub found
>  > >> [   15.564227] hub 3-0:1.0: 2 ports detected
>  > >> [   15.607796] Floppy drive(s): fd0 is 1.44M
>  > >> [   15.627123] FDC 0 is a post-1991 82077
>  > >> [   15.667382] ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level,
>  > >> low) -> IRQ 17
>  > >> [   15.667495] PCI: Setting latency timer of device 0000:00:1d.3 to 64
>  > >> [   15.667500] uhci_hcd 0000:00:1d.3: UHCI Host Controller
>  > >> [   15.667580] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned
>  > >> bus number 4
>  > >> [   15.667662] uhci_hcd 0000:00:1d.3: irq 17, io base 0x0000ef40
>  > >> [   15.667840] usb usb4: configuration #1 chosen from 1 choice
>  > >> [   15.667919] hub 4-0:1.0: USB hub found
>  > >> [   15.667971] hub 4-0:1.0: 2 ports detected
>  > >> [   15.699184] usb 1-2: new full speed USB device using uhci_hcd and
>  > >> address 2 [   15.771262] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23
>  > >> (level, low) -> IRQ 20
>  > >> [   15.771376] PCI: Setting latency timer of device 0000:00:1d.7 to 64
>  > >> [   15.771380] ehci_hcd 0000:00:1d.7: EHCI Host Controller
>  > >> [   15.771457] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
>  > >> bus number 5
>  > >> [   15.775422] ehci_hcd 0000:00:1d.7: debug port 1
>  > >> [   15.775476] PCI: cache line size of 128 is not supported by device
>  > >> 0000:00:1d.7
>  > >> [   15.775487] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfebff800
>  > >> [   15.822899] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver
>  > >> 10 Dec 2004
>  > >> [   15.823117] usb usb5: configuration #1 chosen from 1 choice
>  > >> [   15.823197] hub 5-0:1.0: USB hub found
>  > >> [   15.823251] hub 5-0:1.0: 8 ports detected
>  > >> [   15.926899] ACPI: PCI Interrupt 0000:02:05.0[A] -> GSI 22 (level,
>  > >> low) -> IRQ 21
>  > >> [   15.927034] skge 1.13 addr 0xfeafc000 irq 21 chip Yukon-Lite rev 9
>  > >> [   15.927384] skge eth0: addr 00:15:f2:a6:2e:12
>  > >> [   15.932289] ata_piix 0000:00:1f.1: version 2.12
>  > >> [   15.932307] PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
>  > >> [   15.932366] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level,
>  > >> low) -> IRQ 19
>  > >> [   15.932511] PCI: Setting latency timer of device 0000:00:1f.1 to 64
>  > >> [   15.933392] scsi0 : ata_piix
>  > >> [   15.934245] scsi1 : ata_piix
>  > >> [   15.935982] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00
>  > >> irq 14 [   15.936035] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma
>  > >> 0xfc08 irq 15 [   16.114938] ata1.00: ATA-6: IC35L060AVV207-0, V22OA63A,
>  > >> max UDMA/100 [   16.114997] ata1.00: 120103200 sectors, multi 16: LBA48
>  > >> [   16.116457] ata1.01: ATA-6: WDC WD2500BB-55GUA0, 08.02D08, max
>  > >> UDMA/100 [   16.116512] ata1.01: 488397168 sectors, multi 16: LBA48
>  > >> [   16.138742] ata1.00: configured for UDMA/100
>  > >> [   16.155715] ata1.01: configured for UDMA/100
>  > >> [   16.217921] usb 1-2: device not accepting address 2, error -71
>  > >> [   16.637216] ata2.00: ATAPI: PIONEER DVD-RW  DVR-105, 1.00, max
>  > >> UDMA/33 [   16.637300] ata2.01: ATAPI: ATAPI CDROM, V100Y, max UDMA/33
>  > >> [   16.808729] ata2.00: configured for UDMA/33
>  > >> [   16.980320] ata2.01: configured for UDMA/33
>  > >> [   16.980508] scsi 0:0:0:0: Direct-Access     ATA      IC35L060AVV207-0
>  > >> V22O PQ: 0 ANSI: 5
>  > >> [   16.980981] scsi 0:0:1:0: Direct-Access     ATA      WDC WD2500BB-55G
>  > >> 08.0 PQ: 0 ANSI: 5
>  > >> [   16.987038] scsi 1:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-105
>  > >> 1.00 PQ: 0 ANSI: 5
>  > >> [   16.987502] scsi 1:0:1:0: CD-ROM                     ATAPI CDROM.
>  > >> 100Y PQ: 0 ANSI: 5
>  > >> [   17.002907] Driver 'sd' needs updating - please use bus_type methods
>  > >> [   17.003068] sd 0:0:0:0: [sda] 120103200 512-byte hardware sectors
>  > >> (61493 MB)
>  > >> [   17.003136] sd 0:0:0:0: [sda] Write Protect is off
>  > >> [   17.003186] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>  > >> [   17.003210] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
>  > >> enabled, doesn't support DPO or FUA
>  > >> [   17.003326] sd 0:0:0:0: [sda] 120103200 512-byte hardware sectors
>  > >> (61493 MB)
>  > >> [   17.003389] sd 0:0:0:0: [sda] Write Protect is off
>  > >> [   17.003439] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>  > >> [   17.003461] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
>  > >> enabled, doesn't support DPO or FUA
>  > >> [   17.003525]  sda:<4>Driver 'sr' needs updating - please use bus_type
>  > >> methods
>  > >> [   17.016296]  sda1
>  > >> [   17.016443] sd 0:0:0:0: [sda] Attached SCSI disk
>  > >> [   17.016564] sd 0:0:1:0: [sdb] 488397168 512-byte hardware sectors
>  > >> (250059 MB)
>  > >> [   17.016631] sd 0:0:1:0: [sdb] Write Protect is off
>  > >> [   17.016681] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
>  > >> [   17.016706] sd 0:0:1:0: [sdb] Write cache: enabled, read cache:
>  > >> enabled, doesn't support DPO or FUA
>  > >> [   17.016816] sd 0:0:1:0: [sdb] 488397168 512-byte hardware sectors
>  > >> (250059 MB)
>  > >> [   17.016880] sd 0:0:1:0: [sdb] Write Protect is off
>  > >> [   17.016929] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
>  > >> [   17.016952] sd 0:0:1:0: [sdb] Write cache: enabled, read cache:
>  > >> enabled, doesn't support DPO or FUA
>  > >> [   17.017015]  sdb: sdb1 sdb2 sdb3 < sdb5 sdb6 > sdb4
>  > >> [   17.079995] sd 0:0:1:0: [sdb] Attached SCSI disk
>  > >> [   17.090615] sd 0:0:0:0: Attached scsi generic sg0 type 0
>  > >> [   17.090695] sd 0:0:1:0: Attached scsi generic sg1 type 0
>  > >> [   17.090765] sr 1:0:0:0: Attached scsi generic sg2 type 5
>  > >> [   17.090834] scsi 1:0:1:0: Attached scsi generic sg3 type 5
>  > >> [   17.116990] sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda
>  > >> tray [   17.117051] Uniform CD-ROM driver Revision: 3.20
>  > >> [   17.117156] sr 1:0:0:0: Attached scsi CD-ROM sr0
>  > >> [   17.119755] usb 1-2: new full speed USB device using uhci_hcd and
>  > >> address 4 [   17.120512] sr1: scsi3-mmc drive: 0x/0x cd/rw xa/form2 cdda
>  > >> tray [   17.120617] sr 1:0:1:0: Attached scsi CD-ROM sr1
>  > >> [   17.296921] usb 1-2: configuration #1 chosen from 1 choice
>  > >> [   17.538724] usb 2-1: new full speed USB device using uhci_hcd and
>  > >> address 2 [   17.725517] usb 2-1: configuration #1 chosen from 1 choice
>  > >> [   17.848417] Attempting manual resume
>  > >> [   17.848468] swsusp: Resume From Partition 8:21
>  > >> [   17.848470] PM: Checking swsusp image.
>  > >> [   17.848639] PM: Resume from disk failed.
>  > >> [   17.887142] kjournald starting.  Commit interval 5 seconds
>  > >> [   17.887210] EXT3-fs: mounted filesystem with ordered data mode.
>  > >> [   28.150969] input: PC Speaker as
>  > >> /devices/platform/pcspkr/input/input2 [   28.355091] parport_pc 00:0a:
>  > >> reported by Plug and Play ACPI [   28.355192] parport0: PC-style at
>  > >> 0x378, irq 7 [PCSPP,TRISTATE] [   28.357573] parport0: Printer, Brother
>  > >> HL-5250DN series
>  > >> [   28.420366] iTCO_vendor_support: vendor-support=0
>  > >> [   28.464373] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02
>  > >> (26-Jul-2007) [   28.464530] iTCO_wdt: Found a ICH5 or ICH5R TCO device
>  > >> (Version=1, TCOBASE=0x0860)
>  > >> [   28.464623] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
>  > >> [   28.603970] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>  > >> [   28.655190] shpchp: Standard Hot Plug PCI Controller Driver version:
>  > >> 0.4 [   28.719630] Linux agpgart interface v0.102
>  > >> [   28.767574] agpgart: Detected an Intel 865 Chipset.
>  > >> [   28.771325] agpgart: AGP aperture is 64M @ 0xf8000000
>  > >> [   28.947061] intel_rng: FWH not detected
>  > >> [   28.961203] input: Power Button (FF) as /devices/virtual/input/input3
>  > >> [   28.987002] ACPI: Power Button (FF) [PWRF]
>  > >> [   28.987146] input: Power Button (CM) as /devices/virtual/input/input4
>  > >> [   29.018977] ACPI: Power Button (CM) [PWRB]
>  > >> [   29.656118] ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level,
>  > >> low) -> IRQ 22
>  > >> [   29.656243] PCI: Setting latency timer of device 0000:00:1f.5 to 64
>  > >> [   30.080312] intel8x0_measure_ac97_clock: measured 56014 usecs
>  > >> [   30.080370] intel8x0: clocking to 48000
>  > >> [   30.122463] input: ImExPS/2 Generic Explorer Mouse
>  > >> as /devices/platform/i8042/serio1/input/input5
>  > >> [   30.528458] slamr: module license 'Smart Link Ltd.' taints kernel.
>  > >> [   30.567156] slamr: SmartLink AMRMO modem.
>  > >> [   30.567312] slamr: probe 2000:2800 SL2800 card...
>  > >> [   30.567376] ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 21 (level,
>  > >> low) -> IRQ 16
>  > >> [   30.567936] slamr: slamr0 is SL2800 card.
>  > >> [   30.993473] usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto
>  > >> 2 vid 0x04A9 pid 0x1051
>  > >> [   30.993565] usbcore: registered new interface driver usblp
>  > >> [   31.062825] Linux video capture interface: v2.00
>  > >> [   31.070106] usbcore: registered new interface driver snd-usb-audio
>  > >> [
>  > >> 31.096226]
>  > >> /build/buildd/linux-2.6.24/drivers/media/video/usbvideo/quickcam_messeng
>  > >>er.c: Logitech Quickcam Messenger USB v0.01
>  > >> [   31.143586] videodev: "QCM USB Camera" has no release callback.
>  > >> Please fix your driver for proper sysfs support, see
>  > >> http://lwn.net/Articles/36850/ [
>  > >> 31.143664]
>  > >> /build/buildd/linux-2.6.24/drivers/media/video/usbvideo/usbvideo.c: QCM
>  > >> on /dev/video0: canvas=320x240 videosize=320x240
>  > >> [   31.143795] input: QCM button
>  > >> as /devices/pci0000:00/0000:00:1d.1/usb2/2-1/input/input6
>  > >> [   31.157782] usbcore: registered new interface driver QCM
>  > >> [   32.806254] lp0: using parport0 (interrupt-driven).
>  > >> [   32.879866] Adding 2000084k swap on /dev/sdb5.  Priority:-1 extents:1
>  > >> across:2000084k
>  > >> [   33.402020] EXT3 FS on sdb2, internal journal
>  > >> [   33.549434] device-mapper: uevent: version 1.0.3
>  > >> [   33.549471] device-mapper: ioctl: 4.12.0-ioctl (2007-10-02)
>  > >> initialised: dm-devel@xxxxxxxxxx
>  > >> [   34.534321] kjournald starting.  Commit interval 5 seconds
>  > >> [   34.534755] EXT3 FS on sdb6, internal journal
>  > >> [   34.534760] EXT3-fs: mounted filesystem with ordered data mode.
>  > >> [   34.570270] kjournald starting.  Commit interval 5 seconds
>  > >> [   34.570743] EXT3 FS on sdb4, internal journal
>  > >> [   34.570748] EXT3-fs: mounted filesystem with ordered data mode.
>  > >> [   35.661793] ip_tables: (C) 2000-2006 Netfilter Core Team
>  > >> [   48.082372] No dock devices found.
>  > >> [   50.114114] NET: Registered protocol family 10
>  > >> [   50.114640] lo: Disabled Privacy Extensions
>  > >> [   50.802109] ppdev: user-space parallel port driver
>  > >> [   51.035852] audit(1212007948.400:2): type=1503
>  > >> operation="inode_permission" requested_mask="a::" denied_mask="a::"
>  > >> name="/dev/tty" pid=5425 profile="/usr/sbin/cupsd" namespace="default"
>  > >> [   51.157228] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
>  > >> [   51.157235] apm: overridden by ACPI.
>  > >> [   51.737626] [drm] Initialized drm 1.1.0 20060810
>  > >> [   51.755482] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level,
>  > >> low) -> IRQ 17
>  > >> [   51.756209] [drm] Initialized r128 2.5.0 20030725 on minor 0
>  > >> [   51.757102] agpgart: Found an AGP 3.0 compliant device at
>  > >> 0000:00:00.0. [   51.757328] agpgart: Device is in legacy mode, falling
>  > >> back to 2.x [   51.757338] agpgart: Putting AGP V2 device at
>  > >> 0000:00:00.0 into 1x mode [   51.757372] agpgart: Putting AGP V2 device
>  > >> at 0000:01:00.0 into 1x mode [   54.885397] skge eth0: enabling
>  > >> interface
>  > >> [   54.890037] ADDRCONF(NETDEV_UP): eth0: link is not ready
>  > >> [   55.106397] Bluetooth: Core ver 2.11
>  > >> [   55.107184] NET: Registered protocol family 31
>  > >> [   55.107188] Bluetooth: HCI device and connection manager initialized
>  > >> [   55.107193] Bluetooth: HCI socket layer initialized
>  > >> [   55.231852] Bluetooth: L2CAP ver 2.9
>  > >> [   55.231859] Bluetooth: L2CAP socket layer initialized
>  > >> [   55.292061] Bluetooth: RFCOMM socket layer initialized
>  > >> [   55.292080] Bluetooth: RFCOMM TTY layer initialized
>  > >> [   55.292083] Bluetooth: RFCOMM ver 1.8
>  > >> [   56.793371] skge eth0: Link is up at 100 Mbps, full duplex, flow
>  > >> control none
>  > >> [   56.794825] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
>  > >> [   59.193711] NET: Registered protocol family 17
>  > >> [   71.966695] eth0: no IPv6 routers present
>
>
>

[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux