Partial dma problems on x86 (intel)

Hi,
I am trying to port a Sparc driver to x86. On SPARC, you have DVMA, so
essentially SGlist size is 1. On x86, you get a large SGList. Our h/w can
handle only 64 SGL entries. I keep messing with just about every parameter
in ddi_dma_attr struct, but no luck. I or'ed in PARTIAL_DMA flag, but it keeps giving me 64+ cookies.
I have loaded latest patch cluster as of 4/19/00, but does not help.
Please help.

Hi Harish,
Following is the excerpt from one of FAQs.
====
For our discussion we are focusing on the number of scatter gather elements only. This is controlled by the dma_attr_sgllen member of the ddi_dma_attr structure. A popular misconception is that the dma_attr_sgllen is the maximum number of cookies the ddi_dma_alloc_handle() will return. This is not true. The ddi_dma_alloc_handle() will return as many cookies it needs to satisfy the request.
Let's see an example. Assuming you want to do a DMA transfer of lets say 1MB and your hardware can handle 64 scatter gather elements. So you would call the ddi_dma_alloc_handle() with dma_attr_sgllen set to 64. In this case let us say that ddi_dma_alloc_handle() could not fit in 1MB into 64 contagious memory segments. Then it will return lets say 96 cookies. The sum total of all the sizes of the 96 cookies will be equal to 1MB and the first 64 cookies will satisfy all the alignment requirements that you had requested in the ddi_dma_attr structure.
The device driver is expected to check for this condition and handle the transfer using two or more dma requests to the DMA hardware. As each set of 64 cookies satisfy all you alignment requirement it should be just doing multiple 64 scatter gather element dma transfers.
===
Hope this helps.
Thanks
Kalpesh

Similar Messages

  • Problem with i915 Intel driver panic..

    Hello,
    I just recently reinstalled Arch on my laptop.  I have a problem with my laptop. When I went to install the Nvidia Optimus stuff and configure my Xorg.conf I was met with problems with the Intel Driver timing out.  When I boot up I get the normal post screen, then grub, I then go to see the GDM login and instead of getting it I just get a black screen.  When I remove the /etc/X11/xorg.conf.d/10-monitor.conf I can boot into Gnome Shell, else I have to switch run levels and login that way.  I have every package up-to-date.  And I haven't seen an /var/log/Xorg.0.log either else I would have posted it.  One other thing is I have added my user account to the Bumblebee account.  One other thing is when I move my web browser around my video flickers..  Any help I can receive with this would be greatly appreciated.
    uname -a
    Linux tux 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64 GNU/Linux
    pacman -q xf86-video-intel:
    xf86-video-intel 2.99.916-3
    pacman -Q xorg-server
    xorg-server 1.16.1-1
    pacman -Q primus
    primus 20131226-1
    pacman -Q mesa
    mesa 10.3.1-1
    pacman -Q lib32-primus
    lib32-primus 20131226-1
    pacman -Q bbswitch
    bbswitch 0.8-18
    pacman -Q gdm
    gdm 3.14.1-1
    pacman -q systemd
    systemd 216-3
    dmesg | grep i915
    [ 1.982842] i915 0000:00:02.0: irq 36 for MSI/MSI-X
    [ 2.099424] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 2.127859] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.127862] i915 0000:00:02.0: registered panic notifier
    [ 2.147795] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    /etc/X11/xorg.conf.d/20-intel.conf
    Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "AccelMethod" "sna"
    Option "TearFree" "true"
    Option "monitor-LVDS" "Monitor0"
    BusID "PCI:0:2:0"
    EndSection
    /etc/X11/xorg.conf.d/10-keyboard.conf
    Section "InputClass"
    Identifier "Keyboard0"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbVariant" ",qwerty"
    EndSection
    /etc/X11/xorg.conf.d/50-synaptic.conf
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Intel"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    sudo lspci -v
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 36
    Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 7000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    Kernel modules: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 7
    Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 6000 [disabled] [size=128]
    Expansion ROM at d1000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel modules: nouveau, nvidia
    xrandr -q
    [adramalech@tux log]$ xrandr
    Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
    LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
    1366x768 60.05*+
    1024x768 60.00
    800x600 60.32 56.25
    640x480 59.94
    VGA1 disconnected (normal left inverted right x axis y axis)
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)
    cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=sysrq kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 380307af800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    U: Uniq=
    H: Handlers=event1
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    U: Uniq=
    H: Handlers=kbd event2
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input4
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0001 Vendor=10ec Product=0665 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input6
    U: Uniq=
    H: Handlers=kbd event4
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    U: Uniq=
    H: Handlers=event5
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    U: Uniq=
    H: Handlers=event6
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    U: Uniq=
    H: Handlers=event7
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Dell WMI hotkeys"
    P: Phys=wmi/input0
    S: Sysfs=/devices/virtual/input/input10
    U: Uniq=
    H: Handlers=kbd rfkill event8
    B: PROP=0
    B: EV=13
    B: KEY=1500b00000000 200300000 0 0
    B: MSC=10
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
    U: Uniq=
    H: Handlers=kbd event10
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0003 Vendor=0c45 Product=6430 Version=1208
    N: Name="Laptop_Integrated_Webcam_2M"
    P: Phys=usb-0000:00:1d.0-1.4/button
    S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    U: Uniq=
    H: Handlers=kbd event11
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input5
    U: Uniq=
    H: Handlers=event12 mouse0
    B: PROP=9
    B: EV=b
    B: KEY=6420 30000 0 0 0 0
    B: ABS=260800011000003
    glxinfo | grep OpenGL
    OpenGL vendor string: Intel Open Source Technology Center
    OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
    OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.3.1
    OpenGL core profile shading language version string: 1.40
    OpenGL core profile context flags: (none)
    OpenGL core profile extensions:
    OpenGL version string: 3.0 Mesa 10.3.1
    OpenGL shading language version string: 1.30
    OpenGL context flags: (none)
    OpenGL extensions:
    OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.1
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
    OpenGL ES profile extensions:
    sudo glxgears -info
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    GL_RENDERER = Mesa DRI Intel(R) Sandybridge Mobile
    GL_VERSION = 3.0 Mesa 10.3.1
    GL_VENDOR = Intel Open Source Technology Center
    GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_timer_query GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_compressed_texture_pixel_storage GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_conditional_render_inverted
    VisualID 32, 0x20

    Hi
    I assume you have installed the graphic card driver from the Intel website and you use NOT a Toshiba graphic driver which was designed especially for the notebook usage.
    Well, Toshiba recommend using the Toshiba drivers. In this case you should try to use the recommended graphic driver which you can download from the Toshiba driver page.

  • I'm using OS 10.6.8 and Mail 4.5. When I receive mails with attachments which are visible the save button doesn't work. Some contacts have problems opening files sent by me using Mail too. This was never a problem on pre-Intel. A real Mac **** up !

    I'm using OS 10.6.8 and Mail 4.5. When I receive mails with attachments which are visible the save button doesn't work. And some contacts occasionally have problems opening files sent by me using Mail too. This was never a problem on pre-Intel Mac. A real Mac **** up ! Any ideas ?

    Can you drag and drop the attachments visible in the email to the Desktop OK or does that fail ?
    Re the sending: Are these recipients on Mac's or PC's as the file type could be an issue, if on Mac's then try setting the Mail Preferences Composing setting to Plain Text not Rich Text and see if that improves things.

  • Right, MacBook Pro 17" early 2011(Built March) and my new OCZ sata III 6G not working, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III.

    My MacBook Pro 17" early 2011(built March) and my new OCZ sata III 6G are not working together, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III and in my MacBook Pro it does not work. 
    Now MacBook Pro 17" early 2011 built May onward do not have this problem it was fixed in the Intel's 6 Series Chipset. (So there is a problem). Cam I have my MacBook Pro fixed please.

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Windows 8/8.1 Partial Print Problems with Networked Inkjet Printers (Envy, Officejet and Deskjet)

    There are a lot of threads being posted about this problems with printing on the following these devices when they are connected in a Network Environment (Wireless or Wired)
    HP Officejet Pro 6830
    HP Officejet 6800
    HP Officejet Pro 6230
    HP Officejet 6220
    HP Officejet Pro 8610 e-All-in-One Printer series
    HP Officejet Pro 8620 e-All-in-One Printer series
    HP Officejet Pro 8630 e-All-in-One Printer series
    HP Officejet Pro 8640 e-All-in-One
    HP Officejet Pro 8650 e-All-in-One
    HP Officejet Pro 8660 e-All-in-One
    HP Officejet 7610 Wide Format ePrinter
    HP Officejet Pro 3610 Black and White e-All-in-One
    HP Officejet Pro 3620 Black and White e-All-in-One
    HP Officejet Pro 251dw Printer series
    HP Officejet Pro 276dw MFP series
    HP Officejet 7110 Wide format ePrinter
    HP Officejet Pro 501dw Printer
    HP Officejet Pro 401dw Printer
    HP Officejet Pro X451dw Printer
    HP Officejet Pro X576dw MFP
    HP Officejet Pro X476dn MFP
    HP Officejet Pro 451dn/551dn MFP
    HP Officejet Pro 451dw/551dw MFP
    HP Officejet 4630 e-All-in-One
    HP Deskjet Ink Advantage 4640 e-All-in-One Printer series
    HP Deskjet 2540 All-in-One Printer
    HP Deskjet Ink Advantage 2540 All-in-One Printer
    HP ENVY 5530 e-All-in-One Printer
    HP Deskjet Ink Advantage 4510 e-All-in-One Printer
    HP ENVY 4500 e-All-in-One Printer
    HP Deskjet Ink Advantage 3540 e-All-in-One Printer
    HP posted a workaround for this problem while they were working with Microsoft to get the root cause of the problem, many customers commented that the workaround helped them out and they were able to print. This workaround was not easy to use as the customer needed to add another printer manually and changed drivers.
    We can now announce that the problem has been fixed, the problem involved a Microsoft Network component that HP was using to talk to and track the printers on the network. This fix is being rolled out by Microsoft via Windows Update and anyone who has Windows Update enabled and set to automatically install updates should have already received this update. For those that do not have Windows Update setup to automatically install fixes the fix is available now and should be installed.
    The details of this fix and a manual method of installing it can be found here.
    http://support.microsoft.com/kb/3000461
    This fix is only designed for users that are using there printer on a Network (Wireless or Wired) and will not fix partial printing problems encountered with USB connections.
    There are many threads in HPs forums about this issue (below are links to a few of them)
    http://h30434.www3.hp.com/t5/Printing-Issues-Troubleshooting/Missing-partial-prints-amp-Printer-Offl...
    http://h30434.www3.hp.com/t5/Printing-Issues-Troubleshooting/HP-Envy-4500-cancels-job-in-the-middle-...
    http://h30434.www3.hp.com/t5/Other-Printing-Questions/Only-prints-half-a-page/m-p/4054888
    JonW
    I work for HP

    @tenkeypro 
    First, I would suggest you uninstall the exsisting driver and reinstall following one of these documents to see if it will clear this error message:
    Install HP print and scan software on a Windows 8 computer (32-bit and 64-bit)
    Universal Print Driver (no scan)
    Driver support included in Windows 8 / Windows 8.1 or in Windows Update
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • Safari load image problem with iMac Intel core

    I got my new iMac 20" Intel core and system updated everything. I found that Safari cannot load image in my web photo album ( http://fotop.net/nicknick ), all image became "?".
    I can load this page correctly with FireFox and Opera Browser. I also try the iMac 17" PowerPC in my office with the latest version Safari, it also load the album correctly. And I know this web is created and store in a Linux server, the web page coding not written or optimized to IE.
    I've try to reinstall the whole OS X, nothing else installed, the same problem occurred.
    Is it the problem on Intel core? or any setting I can do to overcome it?
    Hope the problem could be solve, I like to use Safari except this problem.
    iMac 20" Intel core   Mac OS X (10.4.5)  

    Well... no - except to ask if your intel imac is connected to the internet in exactly the same way as the ppc imac. If it is, then that's puzzling
    You're right, I'm puzzled by the imac.
    Intel imac is at my home, ppc imac is at my office;
    both using same ISP but different service plan,
    (home:) PPPoE, ADSL modem -> buffalo MIMO wireless router -> intel imac (both direct wire or wireless connect have same result)
    (office:) fixed-ip, ADSL modem -> firewall -> Linksys wireless router -> ppc imac (wireless)
    both network setting with manual assigned IP, gateway and same DNS
    Same result occurred when (1)open box new machine, (2)after updated system, (3)reinstall whole OS with preserve the old setting, (4)reinstall whole OS with erase the whole harddisk option, (5)updated system after the reinstallation.
    I firstly think may be some security setting in imac that blocked the images, but can't found out. I secondly think some html code at this web not work on Safari.
    May someone with same machine help to open this web to see if all intel imac get the same result?

  • Neo2 nforce3 dma problem

    hello,
    ive got a problem with an msi neo2 nforce3 ultra board. Ive got a problem with enabling dma (i think). I thought the problem was related to the nforce3 pata drivers, so i have replaced them with the generic windows drivers but my problem remains. Device manager reports that dma is enabled on my optical drivers, but im not convinced: if i use the xp system information utility dma is only reported as enabled on the floppy drive controller (channel2) and the direct memory access controller (channel4).  Also, i have a soundblaster audigy zs, which when i run its diagnostics utility reports that dma is not enabled. I also have a utility called dmacheck which reorts that no ide/atapi devices detected.
    My dvd playback (pre-pressed) is very slow, i have to set the sound to 2 speaker stereo to get the picture not to stutter(powedvd), and accessing data disks using the opticals is also very slow.
    Also, i have no pci bus mastering driver listed under ide/ata/atapi controllers in device manager. I thought this may be part of my problem, but i have hunted high and low for this driver for the nforce3 ultra with no luck: should i have this driver installed? if so where can i get it?
    the dma problem started when i flashed the firmware on my sony optical, but i have verified the flash is fine and that the drive is not the problem (i have obtained an identicle sony dvd drive and have the same problem).
    Any help would be much appreciated. Ive been stuck on this one for a while now!
    bobil

    bobil,
    I would start by removing the nVidia Drivers and then installing the latest nVidia nForce Drivers. It could be you have a bad install of the Drivers.
    Take Care,
    Richard

  • PCI I/O Port, IRQ, DMA problem in  Solaris 9 x86

    H, I am writing a PCI RADI card driver. I have a problem about the PCI resource.
    After Solaris system call my driver's attach routine, and my driver map the PCI resource
    (I/O port, DMA, PCI) success. How do I to verify that the mapping is correct?
    Is there any superuser command to show the mapping resource?
    Or I can write code to display these resource in my driver?
    Do anyone have sample code?
    Regards,
    Roger

    Your update_drv command looks ok.
    AFAIR, update_drv was a new feature for one of the S9 update
    releases. I'm not sure if it was present in the first S9 release, and if
    it supports all of the update_drv features from S10.
    Maybe the S9-x86 patch 118462-01 helps.
    If it still doesn't work with that patch applied, just add the new
    driver binding to the /etc/driver_aliases file and reboot:
    skge "pci1558,700"

  • HP ProLiant DL360 G4 Solaris 8 x86 Intel Install Problem

    For some reason, solaris 8 does not see the disk, constantly get an error of No Disk, make sure its cabled and powered on. Right now , win 2003 server is installed and runs fine. Any ideas on how to get this working? It appears maybe a driver isnt installed.

    Ok, here is the process. the solaris version is 8, date is 7/01
    I boot up with the install cd 1 of 2.
    View image: 1
    Booting up here
    View image: 2
    From here, I choose F4 Add Driver
    View image: 3
    I insert the DU diskette and choose continue
    View image: 4
    Driver loading up into memory
    View image: 5
    DU Diskette removed and hit continue (Also kept it in just in case, but with same negative results)
    View image: 6
    Driver appears to be loaded in memory, chose continue
    View image: 7
    System scan started
    View image: 8
    Scan complete, chose continue
    View image: 9
    Error, Missing primary disk. Chose continue
    View image: 10
    Boot device selection screen
    View image: 11
    If disk is chosen, ERROR Cannot mount, so CD ROM is chosen instead.
    View image: 12
    Installation starts
    View image: 13
    Interactive install chosen as per HP, hangs at this screen for about 20 min, then the server reboots and the process starts all over again.
    View image: 14

  • Oracle 8i/9i on Solaris x86[Intel]...

    Hello All,
    I would like to know if Oracle 8i or 9i is available for Solaris Intel [x86] version. Its there for the SPARC platform. It would be nice if anyone could let me know about this. I need it to practise for my OCA/OCP exams....
    Thanking you'll. Kindly email me on [email protected]
    Best Wishes,
    Plascio

    A part the risk that instance crash can lead to validated transaction loss, Oracle 8i can run without no problems on Solaris 2.6 intel (I really found this problem on 2.7 but I think it exists also on 2.6)

  • Problem with SOLARIS INTEL SOFTWARE 2

    I can't install software from the second CD of intel software. When I use WebStart, it says that
    /usr/bin/bzcat is not present so pkgadd can't work and if I try to install with Admintool, it cannot find
    /usr/bin/bzcat too.
    Any suggestion ???

    Just to let you know you are not allone: We have a similar problem here. I have no idea what they mean with the file: itmpt-x86-XXX-itu.dd
    Its just not there. Did you solve the problem in the meanwhile?
    Greetings Andreas

  • IRQ or DMA problem with AT-MIO-16XE-50

    This board run perfectly on a platform AMD K6-2 with Win98SE. But, it is impossible to run it on platforms Intel (PIII and 440bx) with Win2000pro as with Win98SE. The board is recognized by the system. No conflict is announced. But the test on NiDAQ indicates that the board do not answer first IRQ. Among all my tests, I sometimes obtained the message does not answer first channel DMA.
    I tested various BIOS configurations and various configurations of the material resources. It would be impossible for me to describe them. Help me please...

    "lexam" wrote in message
    news:[email protected]..
    > This board run perfectly on a platform AMD K6-2 with Win98SE. But, it
    > is impossible to run it on platforms Intel (PIII and 440bx) with
    > Win2000pro as with Win98SE. The board is recognized by the system. No
    > conflict is announced. But the test on NiDAQ indicates that the board
    > do not answer first IRQ. Among all my tests, I sometimes obtained the
    > message does not answer first channel DMA.
    > I tested various BIOS configurations and various configurations of the
    > material resources. It would be impossible for me to describe them.
    > Help me please...
    In this very same newgroup
    on date Wed, 3 Mar 2004 06:33:37 -0600 and
    under subject heading "using ni
    -daq 7.1 traditional for AT-AI-16XE-10 first
    DMA channel doesn't respond"
    and NI reference :
    <[email protected]>
    I asked the original poster to reply if he/she used a sound card and I
    therefore I have no way to tell if this suggestion will be solve the
    problem. It looks that you already investigated various possibilities for
    unknown reason of DMA channel failure. May I suggest the same that I could
    have suggested in details before?. If you have a sound card - uninstall the
    sound card software. Uninstall the sound card itself. Now try your NI card
    AT-AI-16XE-10. Note that some sound card drivers (particularly the ones for
    MS DOS) do not get uninstalled easily even though the Windows uninstall
    utility might certify that the stuff has been successfully uninstalled
    (particulary for older OSs like Win95, Win98). Generally the sound card
    manufacturer gives the details on removing drivers for their sound cards.
    My logic is that the sound card driver ge
    ts hold of DMA channels (atleast
    two of them) before any other driver has even chance to choose.
    If you do not have a sound card try finding out how the DMA channels are
    allocated.
    HTH
    Mohan Pawar

  • Searching Oracle 8.1.7 Client for Solaris on x86/Intel

    Hi all,
    I need an Oracle client 8.1.7 running on a Sun Solaris on a Intel/x86 chipset (in VMware)
    Exists there any location to download this client?
    thanx for help!
    Andreas
    Salzburg, Austria

    Are there plans to have a Solaris x86 version downloadable on OTN? I am making the OS decision for a new development server. I would like it to be Solaris x86 but if Oracle is a no-go on Solaris x86, I will have to use Linux or... hate to say it... M$

  • Z77A-GD65 Problems with Ethernet (Intel 82579V) Code 10 and 55 error

    it is just a day with disaster. I bought Z77A-GD65 yesterday, and now it almost driver me crazy , i have two most famous problem of the board ,the CODE10 and ERROR 55!!!
    after i bought this board to home ,i spend few hour to figure out the reason why the system can not be booted.
    the DIMM SLOT 3&4 of my board is malfunction,no matter what combination i use (1&3,2&3, 3&4...etc),but it works for 1 and 2(i have 4 ram sticks,all of them is fine)
    i do upgrade to BIOS 10.5(thx god ,i have two computer ,otherwise i cant even do it because of following issue)
    after i solve the problem by only plug in 2 ram (DIMM1&2), succeed to boot up, a new problem occurred to me ,the CODE10!
    latest driver , clean system install ,cmos cleaned, does not help.
    i have read this thread for code10
    https://forum-en.msi.com/index.php?topic=158591.msg1167303#msg1167303
    and  for error55
    https://forum-en.msi.com/index.php?topic=158224.0
    it seems the best way to solve it is RMA.
    I notice that there is an Authorized Motherboard Repair Center (East Coast):
    361 Alden Road
    Markham, Ontario, L3R 3L
    i live in Toronto, can i just go there and give the board to them  to fix it or i can only mail it?
    If i need to mail it ,what should i do?

    Code 10 means the device cannot start. You have the right driver for the Intel 82579V is shorted by either a motherboard screw or a raiser under it. The ethernet adapter has lights which light up id driver is installed (even though code 10 is in effect).
    Solution: Remove 1 or 2 motherboard screws and turn the pc on. Repeat until you find out which screw caused the issue. For me it was the screw closest to the ethernet controller.
    The wa i fixed it was I was used a plastic washer and I was still able to have the motherboard screw in and at the same time not get code 10 anymore and my Intel 82579V worked fine since.

  • Installation of solaris 10 on x86 intel dual core or core 2 duo

    hi all,
    while i am installing solaris 10 on x86 machine which has 250 GB hard disk and 4 GB RAM with intel dual core processor
    the first steps are going cool i.e. in the first cd it asks about partitions and it is accepting the partitions and also the partitions sizes what i am giving are:
    / -- 30 GB, /etc -- 6GB, /home -- 6GB, /usr -- 6GB, /export/home -- 100GB, /var -- 9GB, swap-- 10GB
    and after the first CD got installed it asks for restart the system and when it
    boots then i am getting the booting option and i selected it as solaris and one more thing to tell is it has already Windows XP pro+sp2
    after selecting it boots with solaris and
    after few seconds it restarts
    please tell me if any body knows that is there any compatability issue with the processor that solaris is not going to support for intel core 2 duo or dual core processors
    looking for the good reply

    OK, so what are the options if we run the HCL check and come up with some incompatibilities??
    I have Solaris 11/06 (from DVD media) installed on a brand new Dell Inspiron 530 (dual boot with XP). After the grub menu appears, and selecting 'Solaris', it takes about 3 minutes to get to a command line. I get a few errors at that time, such as:
    file in / differ from the boot archive: /etc/path_to_inst
    cannot find /etc/devices/mdi_ib_cache: no such file
    I tried running 'svcadm clear system/boot-archive' and it seems to attempt to boot into a graphical CDE, but I just end up with an unintelligible multi-colored display, and need to power off.
    I've checked the HCL and found some incompatibilities, but I don't know how to work-around these?
    Running the Hardware compatibility test came up with the following:
    No Solaris Driver
    No Solaris Driver
    Communication
    Conexant
    HSF 56k Data/Fax Modem
    No Solaris Driver
    No Solaris Driver
    Network
    Intel Corporation
    *82562V-2 10/100 Network Connection*
    No Solaris Driver
    No Solaris Driver
    Multimedia
    Intel Corporation
    HD Audio Controller
    Can I simply disable the Modem and the HD audio in windows XP device manager, then reboot to Solaris, to get around these two (I tried this already)??
    For the network card driver incompatibility, there is a Sun doc that says the workaround is to run: update_drv -a -i '"pci8086,1064"' iprb, but when I run this command at the initial Solaris command line, or try to edit any file for that matter, I get the error "read-only file system" Seems I have my hands tied in maintenance mode.
    Thanks.

Maybe you are looking for

  • Ipod not bieng reconized by the comp, but is still charging

    my brother has a nano which has suddenly been unable to be recognized by the computer, i tried it out on another computer, which it works on. any advice would be appreciated. thnks!

  • PowerPoint Uploading Error

    The group of folks I am working with are mostly using windows-based PC's.  When they attempt to upload a PowerPoint they always get an error message during the converting stage and when attempting to upload the PPTs to the Content Library.  I and ano

  • Problem sending notification message to Android and iOS devices with azure messaging dll

    We are a Bizspark customer andfor the past two days we are facing problem in Azure Notification Hub. We were trying to send push notifications to Android devices registered in "seexxxxxxwams" - An Azure Mobile Service in our account and no registered

  • Validating against a DTD

    Hello, what do I have to do if I want to validate a XML file against a DTD ? I use cpp-Version for NT and have set the flags, but I didn't get an error-message for a wrong xml-file ?!

  • I want to learn latest Java Programming

    Hello, I learned Java programming in 2006 in India. I am a student of NIIT and completed Diploma in IT. Right now, I am SEO Manager in leading IT company. I want to restart my java study at my own. So, How can I learn latest Java programming? If you