× Forum Header

keep getting an error message, first time user

More
31 Dec 2011 16:39 #16156 by deanno
Been trying to set my drivers and motors using the stepcon fig wizard. But when i try to move the axis on the jog page , All i get are error messages, the first one i got was-

"Stepconf encountered an error. The following information may be useful in troubleshooting:

Traceback (most recent call last):
File "/usr/bin/stepconf", line 1911, in on_jogplus_pressed
self.update_axis_params()
File "/usr/bin/stepconf", line 1900, in update_axis_params
halrun.flush()
IOError: [Errno 32] Broken pipe"

So followed some previous advice and used the terminal and then got the following


/usr/bin/stepconf:24: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
/usr/bin/stepconf:1142: Warning: g_path_get_dirname: assertion `file_name != NULL' failed
self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
/usr/bin/stepconf:1142: GtkWarning: gdk_pixbuf_new_from_file: assertion `filename != NULL' failed
self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
/usr/bin/stepconf:1142: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
/usr/bin/stepconf:1142: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
self.xml = gtk.glade.xml_new_from_buffer(doc, len(doc), domain="axis")
/usr/bin/stepconf:2100: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
widgets.testvel.set_range(0, maxvel)
/usr/bin/stepconf:2101: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
widgets.testacc.set_range(1, 100000)
/usr/bin/stepconf:2102: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
widgets.testamplitude.set_range(0, 1000)
insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/rtai_hal.ko': -1 Operation not permitted
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
ERROR: Module hal_lib does not exist in /proc/modules
ERROR: Module rtapi does not exist in /proc/modules
ERROR: Module rtai_math does not exist in /proc/modules
ERROR: Module rtai_sem does not exist in /proc/modules
ERROR: Module rtai_fifos does not exist in /proc/modules
ERROR: Module rtai_sched does not exist in /proc/modules
ERROR: Module rtai_hal does not exist in /proc/modules
insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/rtai_hal.ko': -1 Operation not permitted
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
ERROR: Module hal_lib does not exist in /proc/modules
ERROR: Module rtapi does not exist in /proc/modules
ERROR: Module rtai_math does not exist in /proc/modules
ERROR: Module rtai_sem does not exist in /proc/modules
ERROR: Module rtai_fifos does not exist in /proc/modules
ERROR: Module rtai_sched does not exist in /proc/modules
ERROR: Module rtai_hal does not exist in /proc/modules
insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/rtai_hal.ko': -1 Operation not permitted
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
ERROR: Module hal_lib does not exist in /proc/modules
ERROR: Module rtapi does not exist in /proc/modules
ERROR: Module rtai_math does not exist in /proc/modules
ERROR: Module rtai_sem does not exist in /proc/modules
ERROR: Module rtai_fifos does not exist in /proc/modules
ERROR: Module rtai_sched does not exist in /proc/modules
ERROR: Module rtai_hal does not exist in /proc/modules
insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/rtai_hal.ko': -1 Operation not permitted
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
RTAPI: ERROR: could not open shared memory (errno=2)
HAL: ERROR: rtapi init failed
halcmd: hal_init() failed: -22
NOTE: 'rtapi' kernel module must be loaded
ERROR: Module hal_lib does not exist in /proc/modules
ERROR: Module rtapi does not exist in /proc/modules
ERROR: Module rtai_math does not exist in /proc/modules
ERROR: Module rtai_sem does not exist in /proc/modules
ERROR: Module rtai_fifos does not exist in /proc/modules
ERROR: Module rtai_sched does not exist in /proc/modules
ERROR: Module rtai_hal does not exist in /proc/modules


I did try all axis in case one would work but nothing

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 16:49 #16157 by PCW
looks like realtime did not load, can you post the output of dmesg?

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 16:58 #16158 by deanno
PCW wrote:

looks like realtime did not load, can you post the output of dmesg?


Sorry, not sure what you mean by dmesg

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 18:56 - 31 Dec 2011 19:06 #16160 by PCW
type
dmesg > somefilename
in a terminal window
(control alt T to pop up a terminal window)
and post somefilename here
(after attempting to start EMC)
Last edit: 31 Dec 2011 19:06 by PCW. Reason: ommision

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 19:01 #16161 by BigJohnT
Here is a couple of pages on Linux Tips.

linuxcnc.org/docview/html/common_Linux_FAQ.html

John

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 19:13 - 31 Dec 2011 19:31 #16163 by deanno
I tried the wizard up to jogging the motors, then done the dmesg. Hope that was the right way


[ 0.008533] ... fixed-purpose events: 0
[ 0.008536] ... event mask: 000000000000000f
[ 0.008544] Checking 'hlt' instruction... OK.
[ 0.024951] SMP alternatives: switching to UP code
[ 0.033895] Freeing SMP alternatives: 31k freed
[ 0.033963] ACPI: Core revision 20090903
[ 0.037572] ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x0094 (20090903/psloop-522)
[ 0.037588] ACPI Warning: Detected an unsupported executable opcode at module-level: [0x007B] at table offset 0x0099 (20090903/psloop-522)
[ 0.040517] ACPI: setting ELCR to 0008 (from 1c28)
[ 0.041720] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.041738] ftrace: allocating 21003 entries in 42 pages
[ 0.051437] Enabling APIC mode: Flat. Using 0 I/O APICs
[ 0.051448] weird, boot CPU (#0) not listed by the BIOS.
[ 0.051451] SMP motherboard not detected.
[ 0.051457] Local APIC not detected. Using dummy APIC emulation.
[ 0.051460] SMP disabled
[ 0.052123] Brought up 1 CPUs
[ 0.052128] Total of 1 processors activated (2932.80 BogoMIPS).
[ 0.052736] CPU0 attaching NULL sched-domain.
[ 0.053105] devtmpfs: initialized
[ 0.053649] regulator: core version 0.5
[ 0.053745] NET: Registered protocol family 16
[ 0.053968] EISA bus registered
[ 0.053984] ACPI: bus type pci registered
[ 0.085295] PCI: PCI BIOS revision 2.10 entry at 0xfb250, last bus=1
[ 0.085299] PCI: Using configuration type 1 for base access
[ 0.086517] bio: create slab <bio-0> at 0
[ 0.087146] ACPI: EC: Look up EC in DSDT
[ 0.092183] ACPI: Interpreter enabled
[ 0.092187] ACPI: (supports S0 S5)
[ 0.092206] ACPI: Using PIC for interrupt routing
[ 0.096354] ACPI: No dock devices found.
[ 0.096511] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.096583] pci 0000:00:00.0: reg 10 32bit mmio pref: [0xd0000000-0xd3ffffff]
[ 0.096614] pci 0000:00:00.0: Disabling VIA memory write queue (PCI ID 3112, rev 00): [55] f9 & 1f -> 19
[ 0.096675] pci 0000:00:01.0: supports D1
[ 0.096781] pci 0000:00:07.1: reg 20 io port: [0xc000-0xc00f]
[ 0.096844] pci 0000:00:07.2: reg 20 io port: [0xc400-0xc41f]
[ 0.096904] pci 0000:00:07.3: reg 20 io port: [0xc800-0xc81f]
[ 0.096982] pci 0000:00:07.4: quirk: region 6000-607f claimed by vt82c686 HW-mon
[ 0.096988] pci 0000:00:07.4: quirk: region 5000-500f claimed by vt82c686 SMB
[ 0.097033] pci 0000:00:07.5: reg 10 io port: [0xcc00-0xccff]
[ 0.097041] pci 0000:00:07.5: reg 14 io port: [0xd000-0xd003]
[ 0.097049] pci 0000:00:07.5: reg 18 io port: [0xd400-0xd403]
[ 0.097119] pci 0000:00:08.0: reg 20 io port: [0xdc00-0xdc1f]
[ 0.097179] pci 0000:00:08.1: reg 20 io port: [0xe000-0xe01f]
[ 0.097226] pci 0000:00:08.2: reg 10 32bit mmio: [0xdd080000-0xdd0800ff]
[ 0.097263] pci 0000:00:08.2: PME# supported from D0 D3hot
[ 0.097268] pci 0000:00:08.2: PME# disabled
[ 0.097303] pci 0000:00:09.0: reg 10 io port: [0xe400-0xe4ff]
[ 0.097310] pci 0000:00:09.0: reg 14 32bit mmio: [0xdd081000-0xdd0810ff]
[ 0.097332] pci 0000:00:09.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
[ 0.097349] pci 0000:00:09.0: supports D1 D2
[ 0.097352] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.097357] pci 0000:00:09.0: PME# disabled
[ 0.097385] pci 0000:00:0a.0: reg 10 32bit mmio: [0xd9000000-0xd9ffffff]
[ 0.097393] pci 0000:00:0a.0: reg 14 32bit mmio pref: [0xd4000000-0xd7ffffff]
[ 0.097401] pci 0000:00:0a.0: reg 18 32bit mmio pref: [0xdd000000-0xdd07ffff]
[ 0.097417] pci 0000:00:0a.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[ 0.097488] pci 0000:01:00.0: reg 10 32bit mmio: [0xdb800000-0xdbffffff]
[ 0.097496] pci 0000:01:00.0: reg 14 32bit mmio: [0xdc000000-0xdc01ffff]
[ 0.097504] pci 0000:01:00.0: reg 18 32bit mmio: [0xdb000000-0xdb7fffff]
[ 0.097520] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
[ 0.097540] pci 0000:01:00.0: supports D1 D2
[ 0.097577] pci 0000:00:01.0: bridge 32bit mmio: [0xda000000-0xdcffffff]
[ 0.097587] pci_bus 0000:00: on NUMA node 0
[ 0.097595] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.119002] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 11 *12 14 15)
[ 0.119243] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
[ 0.119487] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)
[ 0.119729] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)
[ 0.119939] vgaarb: device added: PCI:0000:00:0a.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.119947] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.119952] vgaarb: loaded
[ 0.120230] SCSI subsystem initialized
[ 0.120439] libata version 3.00 loaded.
[ 0.120602] usbcore: registered new interface driver usbfs
[ 0.120623] usbcore: registered new interface driver hub
[ 0.120680] usbcore: registered new device driver usb
[ 0.120923] ACPI: WMI: Mapper loaded
[ 0.120928] PCI: Using ACPI for IRQ routing
[ 0.121167] NetLabel: Initializing
[ 0.121170] NetLabel: domain hash size = 128
[ 0.121173] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.121201] NetLabel: unlabeled traffic allowed by default
[ 0.121271] Switching to clocksource tsc
[ 0.124001] AppArmor: AppArmor Filesystem Enabled
[ 0.124001] pnp: PnP ACPI init
[ 0.124046] ACPI: bus type pnp registered
[ 0.127361] pnp: PnP ACPI: found 11 devices
[ 0.127365] ACPI: ACPI bus type pnp unregistered
[ 0.127373] PnPBIOS: Disabled by ACPI PNP
[ 0.127396] system 00:00: iomem range 0xcf800-0xcffff has been reserved
[ 0.127402] system 00:00: iomem range 0xf0000-0xf7fff could not be reserved
[ 0.127407] system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[ 0.127412] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[ 0.127418] system 00:00: iomem range 0x1f7f0000-0x1f7fffff could not be reserved
[ 0.127423] system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
[ 0.127428] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.127433] system 00:00: iomem range 0x100000-0x1f7effff could not be reserved
[ 0.127438] system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.127443] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.127455] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 0.162331] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.162336] pci 0000:00:01.0: IO window: disabled
[ 0.162343] pci 0000:00:01.0: MEM window: 0xda000000-0xdcffffff
[ 0.162349] pci 0000:00:01.0: PREFETCH window: 0x20000000-0x200fffff
[ 0.162371] pci 0000:00:01.0: setting latency timer to 64
[ 0.162380] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.162384] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.162389] pci_bus 0000:01: resource 1 mem: [0xda000000-0xdcffffff]
[ 0.162394] pci_bus 0000:01: resource 2 pref mem [0x20000000-0x200fffff]
[ 0.162469] NET: Registered protocol family 2
[ 0.162665] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.163129] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.163461] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.163799] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.163804] TCP reno registered
[ 0.164001] NET: Registered protocol family 1
[ 0.164045] pci 0000:00:00.0: Applying VIA southbridge workaround
[ 0.164053] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[ 0.164061] pci 0000:00:07.0: Disabling VIA external APIC routing
[ 0.164176] pci 0000:00:0a.0: Boot video device
[ 0.164729] Scanning for low memory corruption every 60 seconds
[ 0.164962] audit: initializing netlink socket (disabled)
[ 0.164988] type=2000 audit(1325359581.162:1): initialized
[ 0.176553] Trying to unpack rootfs image as initramfs...
[ 0.191276] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.193994] VFS: Disk quotas dquot_6.5.2
[ 0.194123] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.199088] fuse init (API version 7.13)
[ 0.199365] msgmni has been set to 952
[ 0.199920] alg: No test for stdrng (krng)
[ 0.199991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.199998] io scheduler noop registered
[ 0.200002] io scheduler anticipatory registered
[ 0.200005] io scheduler deadline registered
[ 0.200067] io scheduler cfq registered (default)
[ 0.200266] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.200304] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.200450] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.200460] ACPI: Power Button [PWRB]
[ 0.200542] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.200554] ACPI: Sleep Button [SLPB]
[ 0.200651] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.200655] ACPI: Power Button [PWRF]
[ 0.207392] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.207575] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.208117] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.209918] brd: module loaded
[ 0.210788] isapnp: Scanning for PnP cards...
[ 0.218898] loop: module loaded
[ 0.219169] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[ 0.220197] Fixed MDIO Bus: probed
[ 0.220259] PPP generic driver version 2.4.2
[ 0.220328] tun: Universal TUN/TAP device driver, 1.6
[ 0.220332] tun: (C) 1999-2004 Max Krasnyansky <This email address is being protected from spambots. You need JavaScript enabled to view it.>
[ 0.220484] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.221178] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[ 0.221184] PCI: setting IRQ 10 as level-triggered
[ 0.221194] ehci_hcd 0000:00:08.2: PCI INT C -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
[ 0.221239] ehci_hcd 0000:00:08.2: EHCI Host Controller
[ 0.221309] ehci_hcd 0000:00:08.2: new USB bus registered, assigned bus number 1
[ 0.221397] ehci_hcd 0000:00:08.2: irq 10, io mem 0xdd080000
[ 0.270337] ehci_hcd 0000:00:08.2: USB 2.0 started, EHCI 0.95
[ 0.270708] usb usb1: configuration #1 chosen from 1 choice
[ 0.270767] hub 1-0:1.0: USB hub found
[ 0.270797] hub 1-0:1.0: 4 ports detected
[ 0.270904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.270940] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.271676] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
[ 0.271682] PCI: setting IRQ 5 as level-triggered
[ 0.271691] uhci_hcd 0000:00:07.2: PCI INT D -> Link[LNKD] -> GSI 5 (level, low) -> IRQ 5
[ 0.271708] uhci_hcd 0000:00:07.2: UHCI Host Controller
[ 0.271821] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 2
[ 0.271864] uhci_hcd 0000:00:07.2: irq 5, io base 0x0000c400
[ 0.272043] usb usb2: configuration #1 chosen from 1 choice
[ 0.272087] hub 2-0:1.0: USB hub found
[ 0.272107] hub 2-0:1.0: 2 ports detected
[ 0.272175] uhci_hcd 0000:00:07.3: PCI INT D -> Link[LNKD] -> GSI 5 (level, low) -> IRQ 5
[ 0.272186] uhci_hcd 0000:00:07.3: UHCI Host Controller
[ 0.272250] uhci_hcd 0000:00:07.3: new USB bus registered, assigned bus number 3
[ 0.272274] uhci_hcd 0000:00:07.3: irq 5, io base 0x0000c800
[ 0.272441] usb usb3: configuration #1 chosen from 1 choice
[ 0.272481] hub 3-0:1.0: USB hub found
[ 0.272499] hub 3-0:1.0: 2 ports detected
[ 0.273160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 12
[ 0.273165] PCI: setting IRQ 12 as level-triggered
[ 0.273173] uhci_hcd 0000:00:08.0: PCI INT A -> Link[LNKA] -> GSI 12 (level, low) -> IRQ 12
[ 0.273182] uhci_hcd 0000:00:08.0: UHCI Host Controller
[ 0.273245] uhci_hcd 0000:00:08.0: new USB bus registered, assigned bus number 4
[ 0.273274] uhci_hcd 0000:00:08.0: irq 12, io base 0x0000dc00
[ 0.273438] usb usb4: configuration #1 chosen from 1 choice
[ 0.273479] hub 4-0:1.0: USB hub found
[ 0.273498] hub 4-0:1.0: 2 ports detected
[ 0.274096] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[ 0.274100] PCI: setting IRQ 11 as level-triggered
[ 0.274109] uhci_hcd 0000:00:08.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 0.274117] uhci_hcd 0000:00:08.1: UHCI Host Controller
[ 0.274196] uhci_hcd 0000:00:08.1: new USB bus registered, assigned bus number 5
[ 0.274223] uhci_hcd 0000:00:08.1: irq 11, io base 0x0000e000
[ 0.274394] usb usb5: configuration #1 chosen from 1 choice
[ 0.274436] hub 5-0:1.0: USB hub found
[ 0.274456] hub 5-0:1.0: 2 ports detected
[ 0.274621] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.274626] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.279302] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.279620] mice: PS/2 mouse device common for all mice
[ 0.279975] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.280007] rtc0: alarms up to one year, y3k, 242 bytes nvram
[ 0.280220] device-mapper: uevent: version 1.0.3
[ 0.280475] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: This email address is being protected from spambots. You need JavaScript enabled to view it.
[ 0.282746] device-mapper: multipath: version 1.1.0 loaded
[ 0.282757] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.283221] EISA: Probing bus 0 at eisa.0
[ 0.283249] Cannot allocate resource for EISA slot 4
[ 0.283253] Cannot allocate resource for EISA slot 5
[ 0.283256] Cannot allocate resource for EISA slot 6
[ 0.283269] EISA: Detected 0 cards.
[ 0.283276] cpuidle: using governor ladder
[ 0.283280] cpuidle: using governor menu
[ 0.283983] TCP cubic registered
[ 0.284238] NET: Registered protocol family 10
[ 0.284905] lo: Disabled Privacy Extensions
[ 0.285366] NET: Registered protocol family 17
[ 0.285436] Using IPI No-Shortcut mode
[ 0.285652] registered taskstats version 1
[ 0.286044] rtc_cmos 00:04: setting system clock to 2011-12-31 19:26:21 UTC (1325359581)
[ 0.286051] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.286054] EDD information not available.
[ 0.307015] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.886579] isapnp: No Plug & Play device found
[ 0.886651] usb 5-1: new low speed USB device using uhci_hcd and address 2
[ 1.062894] usb 5-1: configuration #1 chosen from 1 choice
[ 1.140269] Freeing initrd memory: 13119k freed
[ 1.189982] Freeing unused kernel memory: 620k freed
[ 1.192194] Write protecting the kernel text: 4540k
[ 1.192231] Write protecting the kernel read-only data: 1668k
[ 1.242996] udev: starting version 151
[ 1.577104] pata_via 0000:00:07.1: version 0.3.4
[ 1.591353] scsi0 : pata_via
[ 1.595711] scsi1 : pata_via
[ 1.595858] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[ 1.595864] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[ 1.611208] Floppy drive(s): fd0 is 1.2M
[ 1.612386] Linux agpgart interface v0.103
[ 1.627914] FDC 0 is a post-1991 82077
[ 1.796554] ata1.00: ATA-7: MAXTOR STM380215A, 3.AAD, max UDMA/100
[ 1.796562] ata1.00: 156301488 sectors, multi 0: LBA48
[ 1.796596] ata1.00: limited to UDMA/33 due to 40-wire cable
[ 1.871404] ata1.00: configured for UDMA/33
[ 1.871666] scsi 0:0:0:0: Direct-Access ATA MAXTOR STM380215 3.AA PQ: 0 ANSI: 5
[ 1.872051] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.872765] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.872862] sd 0:0:0:0: [sda] Write Protect is off
[ 1.872868] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.872916] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.873214] sda: sda1 sda2
[ 1.920478] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.036384] ata2.00: ATAPI: LITE-ON LTR-32123S, XS0Z, max UDMA/33
[ 2.052390] ata2.00: configured for UDMA/33
[ 2.065653] scsi 1:0:0:0: CD-ROM LITE-ON LTR-32123S XS0Z PQ: 0 ANSI: 5
[ 2.114038] sr0: scsi3-mmc drive: 252x/40x writer cd/rw xa/form2 cdda tray
[ 2.114049] Uniform CD-ROM driver Revision: 3.20
[ 2.114323] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.114470] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.163539] vga16fb: initializing
[ 2.163554] vga16fb: mapped to 0xc00a0000
[ 2.163866] fb0: VGA16 VGA frame buffer device
[ 2.164384] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[ 2.164394] via-rhine: Broken BIOS detected, avoid_D3 enabled.
[ 2.164470] via-rhine 0000:00:09.0: PCI INT A -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[ 2.184214] eth0: VIA Rhine III at 0xdd081000, 00:15:e9:b8:13:75, IRQ 11.
[ 2.184931] eth0: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
[ 2.197119] [drm] Initialized drm 1.1.0 20060810
[ 2.204801] agpgart: Detected VIA KLE133 chipset
[ 2.222998] usbcore: registered new interface driver hiddev
[ 2.224903] agpgart-via 0000:00:00.0: AGP aperture is 64M @ 0xd0000000
[ 2.237277] input: Genius NetScroll + Traveler as /devices/pci0000:00/0000:00:08.1/usb5/5-1/5-1:1.0/input/input5
[ 2.237498] generic-usb 0003:0458:002E.0001: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll + Traveler] on usb-0000:00:08.1-1/input0
[ 2.237566] usbcore: registered new interface driver usbhid
[ 2.237572] usbhid: v2.6:USB HID core driver
[ 2.390493] nouveau 0000:00:0a.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
[ 2.405061] [drm] nouveau 0000:00:0a.0: Detected an NV10 generation card (0x017200a5)
[ 2.405317] [drm] nouveau 0000:00:0a.0: Attempting to load BIOS image from PROM
[ 2.634174] [drm] nouveau 0000:00:0a.0: ... appears to be valid
[ 2.634488] [drm] nouveau 0000:00:0a.0: BMP BIOS found
[ 2.634493] [drm] nouveau 0000:00:0a.0: BMP version 5.21
[ 2.634498] [drm] nouveau 0000:00:0a.0: Bios version 04.17.00.57
[ 2.634505] [drm] nouveau 0000:00:0a.0: Found Display Configuration Block version 2.0
[ 2.634513] [drm] nouveau 0000:00:0a.0: Raw DCB entry 0: 01000100 000088b8
[ 2.634520] [drm] nouveau 0000:00:0a.0: Raw DCB entry 1: 01010302 000088b0
[ 2.634524] [drm] nouveau 0000:00:0a.0: Raw DCB entry 2: 02020321 00000033
[ 2.634803] [drm] nouveau 0000:00:0a.0: Loading NV17 power sequencing microcode
[ 2.634809] [drm] nouveau 0000:00:0a.0: Parsing VBIOS init table 0 at offset 0xCF48
[ 2.634861] [drm] nouveau 0000:00:0a.0: Parsing VBIOS init table 1 at offset 0xD2C2
[ 2.697911] Console: switching to colour frame buffer device 80x30
[ 2.756039] [drm] nouveau 0000:00:0a.0: Parsing VBIOS init table 2 at offset 0xD063
[ 2.776048] [drm] nouveau 0000:00:0a.0: Parsing VBIOS init table 3 at offset 0xD851
[ 2.776066] [drm] nouveau 0000:00:0a.0: Parsing VBIOS init table 4 at offset 0xD21E
[ 2.858056] [TTM] Zone kernel: Available graphics memory: 250654 kiB.
[ 2.858089] [drm] nouveau 0000:00:0a.0: 64 MiB VRAM
[ 2.862161] [drm] nouveau 0000:00:0a.0: 64 MiB GART (aperture)
[ 2.862538] [drm] nouveau 0000:00:0a.0: Allocating FIFO number 0
[ 2.862988] [drm] nouveau 0000:00:0a.0: nouveau_channel_alloc: initialised FIFO 0
[ 2.863002] [drm] nouveau 0000:00:0a.0: Initial CRTC_OWNER is 0
[ 2.863110] [drm] nouveau 0000:00:0a.0: Detected a DVI-I connector
[ 2.863505] [drm] nouveau 0000:00:0a.0: Detected a TV connector
[ 2.865055] [drm] nouveau 0000:00:0a.0: Setting dpms mode 3 on vga encoder (output 0)
[ 2.865062] [drm] nouveau 0000:00:0a.0: Setting dpms mode 3 on tmds encoder (output 1)
[ 2.865069] [drm] nouveau 0000:00:0a.0: Setting dpms mode 3 on TV encoder (output 2)
[ 3.016287] [drm] nouveau 0000:00:0a.0: allocated 1024x768 fb: 0x49000, bo d77e9000
[ 3.016643] fb1: nouveaufb frame buffer device
[ 3.016647] registered panic notifier
[ 3.016659] [drm] Initialized nouveau 0.0.15 20090420 for 0000:00:0a.0 on minor 0
[ 3.234097] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 3.234103] ata1.00: BMDMA stat 0x24
[ 3.234111] ata1.00: failed command: READ DMA
[ 3.234122] ata1.00: cmd c8/00:01:5f:52:65/00:00:00:00:00/e2 tag 0 dma 512 in
[ 3.234125] res 51/84:00:00:00:00/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[ 3.234130] ata1.00: status: { DRDY ERR }
[ 3.234134] ata1.00: error: { ICRC ABRT }
[ 3.234182] ata1: soft resetting link
[ 3.501050] ata1.00: configured for UDMA/33
[ 3.501073] ata1: EH complete
[ 3.965725] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 3.965730] ata1.00: BMDMA stat 0x24
[ 3.965735] ata1.00: failed command: READ DMA
[ 3.965745] ata1.00: cmd c8/00:01:5f:52:65/00:00:00:00:00/e2 tag 0 dma 512 in
[ 3.965748] res 51/84:00:00:00:00/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[ 3.965752] ata1.00: status: { DRDY ERR }
[ 3.965756] ata1.00: error: { ICRC ABRT }
[ 3.965791] ata1: soft resetting link
[ 4.241038] ata1.00: configured for UDMA/33
[ 4.241053] ata1: EH complete
[ 4.705713] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 4.705718] ata1.00: BMDMA stat 0x24
[ 4.705722] ata1.00: failed command: READ DMA
[ 4.705732] ata1.00: cmd c8/00:01:5f:52:65/00:00:00:00:00/e2 tag 0 dma 512 in
[ 4.705735] res 51/84:00:00:00:00/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[ 4.705739] ata1.00: status: { DRDY ERR }
[ 4.705743] ata1.00: error: { ICRC ABRT }
[ 4.705775] ata1: soft resetting link
[ 4.981027] ata1.00: configured for UDMA/33
[ 4.981040] ata1: EH complete
[ 5.445739] ata1.00: limiting speed to UDMA/25:PIO4
[ 5.445750] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 5.445754] ata1.00: BMDMA stat 0x24
[ 5.445762] ata1.00: failed command: READ DMA
[ 5.445772] ata1.00: cmd c8/00:01:5f:52:65/00:00:00:00:00/e2 tag 0 dma 512 in
[ 5.445775] res 51/84:00:00:00:00/00:00:00:00:00/e0 Emask 0x10 (ATA bus error)
[ 5.445779] ata1.00: status: { DRDY ERR }
[ 5.445783] ata1.00: error: { ICRC ABRT }
[ 5.445831] ata1: soft resetting link
[ 5.712700] ata1.00: configured for UDMA/25
[ 5.712730] ata1: EH complete
[ 6.380160] xor: automatically using best checksumming function: pIII_sse
[ 6.400023] pIII_sse : 4147.000 MB/sec
[ 6.400027] xor: using function: pIII_sse (4147.000 MB/sec)
[ 6.432783] device-mapper: dm-raid45: initialized v0.2594b
[ 7.039823] EXT4-fs (loop0): mounted filesystem with ordered data mode
[ 19.159194] udev: starting version 151
[ 19.639808] lp: driver loaded but no devices found
[ 19.709051] parport_pc: VIA 686A/8231 detected
[ 19.709059] parport_pc: probing current configuration
[ 19.709079] parport_pc: Current parallel port base: 0x378
[ 19.709134] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
[ 19.916717] lp0: using parport0 (interrupt-driven).
[ 19.916726] parport_pc: VIA parallel port: io=0x378, irq=7
[ 19.957628] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 20.332681] ppdev: user-space parallel port driver
[ 20.641391] type=1505 audit(1325359601.853:2): operation="profile_load" pid=494 name="/sbin/dhclient3"
[ 20.641885] type=1505 audit(1325359601.853:3): operation="profile_load" pid=494 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 20.642158] type=1505 audit(1325359601.853:4): operation="profile_load" pid=494 name="/usr/lib/connman/scripts/dhclient-script"
[ 21.381351] VIA 82xx Audio 0000:00:07.5: PCI INT C -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
[ 21.381503] VIA 82xx Audio 0000:00:07.5: setting latency timer to 64
[ 23.400372] Adding 261112k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:261112k
[ 24.110808] type=1505 audit(1325359605.321:5): operation="profile_load" pid=684 name="/usr/share/gdm/guest-session/Xsession"
[ 24.119729] type=1505 audit(1325359605.329:6): operation="profile_replace" pid=685 name="/sbin/dhclient3"
[ 24.146743] type=1505 audit(1325359605.357:7): operation="profile_replace" pid=685 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 24.147063] type=1505 audit(1325359605.357:8): operation="profile_replace" pid=685 name="/usr/lib/connman/scripts/dhclient-script"
[ 24.204148] eth0: link down
[ 24.216260] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.247641] type=1505 audit(1325359605.457:9): operation="profile_load" pid=686 name="/usr/bin/evince"
[ 24.288694] type=1505 audit(1325359605.501:10): operation="profile_load" pid=686 name="/usr/bin/evince-previewer"
[ 24.319640] type=1505 audit(1325359605.529:11): operation="profile_load" pid=686 name="/usr/bin/evince-thumbnailer"
[ 24.951914] vgaarb: device changed decodes: PCI:0000:00:0a.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 24.951924] vgaarb: transferring owner from PCI:0000:00:0a.0 to PCI:0000:01:00.0
[ 25.392772] [drm] nouveau 0000:00:0a.0: Allocating FIFO number 1
[ 25.393835] [drm] nouveau 0000:00:0a.0: nouveau_channel_alloc: initialised FIFO 1
[ 25.549095] [drm] nouveau 0000:00:0a.0: Setting dpms mode 0 on vga encoder (output 0)
[ 25.549108] [drm] nouveau 0000:00:0a.0: Output DVI-I-1 is running on CRTC 0 using output A
[ 32.596025]
[ 32.596036] floppy driver state
[ 32.596039]
[ 32.596046] now=4294900445 last interrupt=4294900098 diff=347 last called handler=e005a050
[ 32.596051] timeout_message=lock fdc
[ 32.596054] last output bytes:
[ 32.596057] 14 90 4294892702
[ 32.596060] 18 80 4294892702
[ 32.596063] 8 80 4294892703
[ 32.596065] 8 80 4294892703
[ 32.596068] 8 80 4294892703
[ 32.596071] 8 80 4294892703
[ 32.596073] 12 80 4294899705
[ 32.596076] 0 90 4294899705
[ 32.596079] 13 90 4294899705
[ 32.596082] 0 90 4294899705
[ 32.596084] 1a 90 4294899705
[ 32.596087] 0 90 4294899705
[ 32.596090] 3 80 4294899705
[ 32.596092] a1 90 4294899705
[ 32.596095] 10 90 4294899705
[ 32.596098] 7 80 4294899705
[ 32.596100] 0 90 4294899705
[ 32.596103] 8 81 4294900098
[ 32.596106] 7 80 4294900103
[ 32.596109] 0 90 4294900103
[ 32.596111] last result at 4294900098
[ 32.596113] last redo_fd_request at 4294892703
[ 32.596116] 70 0
[ 32.596129] status=81
[ 32.596131] fdc_busy=1
[ 32.596134] do_floppy=e005a050
[ 32.596136] cont=e005c8f0
[ 32.596139] current_req=(null)
[ 32.596142] command_status=-1
[ 32.596144]
[ 32.596149] floppy0: floppy timeout called
[ 32.799656] floppy0: unexpected interrupt
[ 32.799753] floppy0: sensei repl[0]=70 repl[1]=0
[ 135.289340] RTAI[hal]: ERROR, LOCAL APIC CONFIGURED BUT NOT AVAILABLE/ENABLED.
deaneve@ubuntu:~$
Last edit: 31 Dec 2011 19:31 by deanno.

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 19:41 #16164 by PCW
the "[ 0.051457] Local APIC not detected. Using dummy APIC emulation."

Is not good. It probably means you cannot run 10.04 on your system

You can try wiki.linuxcnc.org/emcinfo.pl?TroubleShooting (section 2)
but I think that only applies to systems that have a LAPIC that is not enabed

Please Log in or Create an account to join the conversation.

More
31 Dec 2011 19:45 #16165 by deanno
PCW wrote:

the "[ 0.051457] Local APIC not detected. Using dummy APIC emulation."

Is not good. It probably means you cannot run 10.04 on your system

You can try wiki.linuxcnc.org/emcinfo.pl?TroubleShooting (section 2)
but I think that only applies to systems that have a LAPIC that is not enabed



Ok thankyou for your help. Would i try what is suggested in a terminal window

Please Log in or Create an account to join the conversation.

More
02 Jan 2012 02:41 #16196 by deanno
Tried editing as was suggested, still didn't work. I then tried the earlier version and everything is working. Perhaps the other one was a bad install on my part.

Please Log in or Create an account to join the conversation.

More
02 Jan 2012 12:27 #16206 by Rick G

I then tried the earlier version and everything is working. Perhaps the other one was a bad install on my part.

If you mean you tried 8.04 and it worked while 10.04 did not that has been the case on several computers in the past.

If you do not have a need to go to 10.04 now just use the 8.04 and enjoy.

Rick H

Please Log in or Create an account to join the conversation.

Time to create page: 0.186 seconds
Powered by Kunena Forum