Aiptek tablet driver not loading? [Move to Hardware, accidental post]

After trying to set up my Aiptek tablet again with the current Xorg version...it doesn't work at all. From the log file below, it says that it found the tablet, but isn't loading the driver (even though I have xf86-input-aiptek installed). I set up a special *.conf file and a udev rule to deal with my tablet, but none of them seem to be making the tablet recognizable. I think I might have to either comment out/remove one of them completely, unless I somehow messed up on the udev rule for the tablet. The udevadm info on the tablet is posted below, and some of the identifiers are confusing me Anyone else have an aiptek tablet and got it working? If so, how?
Xorg.0.log
[ 53.258] (**) Aiptek: Applying InputClass "pen"
[ 53.258] (**) Aiptek: Applying InputClass "evdev pointer catchall"
[ 53.258] (**) Aiptek: Applying InputClass "evdev keyboard catchall"
[ 53.258] (**) Aiptek: Applying InputClass "evdev tablet catchall"
[ 53.258] (**) Option "SendCoreEvents" "true"
[ 53.258] (**) Aiptek: always reports core events
[ 53.258] (**) Aiptek: Device: "/dev/input/event11"
[ 53.258] (--) Aiptek: Found 3 mouse buttons
[ 53.258] (--) Aiptek: Found scroll wheel(s)
[ 53.258] (--) Aiptek: Found relative axes
[ 53.258] (--) Aiptek: Found x and y relative axes
[ 53.258] (--) Aiptek: Found absolute axes
[ 53.259] (--) Aiptek: Found x and y absolute axes
[ 53.259] (--) Aiptek: Found absolute tablet.
[ 53.259] (--) Aiptek: Found keys
[ 53.259] (II) Aiptek: Configuring as tablet
[ 53.259] (II) Aiptek: Configuring as keyboard
[ 53.259] (**) Aiptek: YAxisMapping: buttons 4 and 5
[ 53.259] (**) Aiptek: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 53.259] (II) XINPUT: Adding extended input device "Aiptek" (type: KEYBOARD)
[ 53.259] (**) Option "xkb_rules" "evdev"
[ 53.259] (**) Option "xkb_model" "evdev"
[ 53.259] (**) Option "xkb_layout" "us"
[ 53.259] (WW) Aiptek: touchpads, tablets and touchscreens ignore relative axes.
[ 53.259] (**) Option "Mode" "absolute"
[ 53.259] (II) Aiptek: initialized for absolute axes.
[ 53.265] (II) config/udev: Adding input device Aiptek (/dev/input/mouse1)
[ 53.265] (II) No input driver/identifier specified (ignoring)
/etc/rc.d/udev/rules.d/69-xserver-xorg-input-aiptek.rules
ACTION!="add|change", GOTO="xorg_aiptek_end"
KERNEL!="event[0-9]*", GOTO="xorg_aiptek_end"
ATTRS{idVendor}=="08ca", ATTRS{idProduct}=="0010", ENV{x11_driver}="aiptek", SYMLINK+="input/aiptektablet"
LABEL="xorg_aiptek_end"
#BUS=="usb", KERNEL=="event[0-9]*", SYSFS{idVendor}=="08ca", SYSFS{idProduct}=="0010", SYMLINK+="input/aiptek_event", OWNER="root", MODE="0666"
#BUS=="usb", KERNEL=="mouse[0-9]*", SYSFS{idVendor}=="08ca", SYSFS{idProduct}=="0010", SYMLINK+="input/aiptek_mouse", OWNER="root", MODE="0666"
/etc/X11/xorg.conf.d/10-aiptek.conf
Section "InputClass"
Identifier "pen"
MatchProduct "Aiptek|AIPTEK|aiptek"
MatchDevicePath "/dev/input/event*"
Driver "aiptek"
Option "SendCoreEvents" "true"
Option "USB" "on"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "zMin" "0"
Option "zMax" "511"
EndSection
Udevadm info
Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.
looking at device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input13':
KERNEL=="input13"
SUBSYSTEM=="input"
DRIVER==""
ATTR{name}=="Aiptek"
ATTR{phys}=="usb-0000:00:1d.0-2/input0"
ATTR{uniq}==""
ATTR{modalias}=="input:b0003v08CAp0010e0105-e0,1,2,3,4,k80,81,82,83,84,85,86,87,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,110,111,112,140,141,142,143,144,146,147,14A,14B,14C,r0,1,8,a0,1,8,18,1A,1B,28,m0,lsfw"
looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0':
KERNELS=="2-2:1.0"
SUBSYSTEMS=="usb"
DRIVERS=="aiptek"
ATTRS{bInterfaceNumber}=="00"
ATTRS{bAlternateSetting}==" 0"
ATTRS{bNumEndpoints}=="01"
ATTRS{bInterfaceClass}=="03"
ATTRS{bInterfaceSubClass}=="00"
ATTRS{bInterfaceProtocol}=="00"
ATTRS{modalias}=="usb:v08CAp0010d0105dc00dsc00dp00ic03isc00ip00"
ATTRS{supports_autosuspend}=="0"
ATTRS{size}=="6000x4500"
ATTRS{pointer_mode}=="either"
ATTRS{coordinate_mode}=="absolute"
ATTRS{tool_mode}=="pen"
ATTRS{xtilt}=="disable"
ATTRS{ytilt}=="disable"
ATTRS{jitter}=="50"
ATTRS{delay}=="400"
ATTRS{event_count}=="1"
ATTRS{diagnostic}=="no errors"
ATTRS{odm_code}=="0x0000"
ATTRS{model_code}=="0x00c9"
ATTRS{firmware_code}=="0105"
ATTRS{stylus_lower}=="lower"
ATTRS{stylus_upper}=="upper"
ATTRS{mouse_left}=="left"
ATTRS{mouse_middle}=="middle"
ATTRS{mouse_right}=="right"
ATTRS{wheel}=="0"
ATTRS{execute}=="Write anything to this file to program your tablet."
looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2':
KERNELS=="2-2"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{configuration}==""
ATTRS{bNumInterfaces}==" 1"
ATTRS{bConfigurationValue}=="1"
ATTRS{bmAttributes}=="80"
ATTRS{bMaxPower}==" 26mA"
ATTRS{urbnum}=="27"
ATTRS{idVendor}=="08ca"
ATTRS{idProduct}=="0010"
ATTRS{bcdDevice}=="0105"
ATTRS{bDeviceClass}=="00"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bDeviceProtocol}=="00"
ATTRS{bNumConfigurations}=="1"
ATTRS{bMaxPacketSize0}=="8"
ATTRS{speed}=="1.5"
ATTRS{busnum}=="2"
ATTRS{devnum}=="5"
ATTRS{devpath}=="2"
ATTRS{version}==" 1.10"
ATTRS{maxchild}=="0"
ATTRS{quirks}=="0x0"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{authorized}=="1"
ATTRS{manufacturer}=="AIPTEK International Inc."
ATTRS{product}=="USB Tablet Series Version 1.05"
looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2':
KERNELS=="usb2"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{configuration}==""
ATTRS{bNumInterfaces}==" 1"
ATTRS{bConfigurationValue}=="1"
ATTRS{bmAttributes}=="e0"
ATTRS{bMaxPower}==" 0mA"
ATTRS{urbnum}=="99"
ATTRS{idVendor}=="1d6b"
ATTRS{idProduct}=="0001"
ATTRS{bcdDevice}=="0206"
ATTRS{bDeviceClass}=="09"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bDeviceProtocol}=="00"
ATTRS{bNumConfigurations}=="1"
ATTRS{bMaxPacketSize0}=="64"
ATTRS{speed}=="12"
ATTRS{busnum}=="2"
ATTRS{devnum}=="1"
ATTRS{devpath}=="0"
ATTRS{version}==" 1.10"
ATTRS{maxchild}=="2"
ATTRS{quirks}=="0x0"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{authorized}=="1"
ATTRS{manufacturer}=="Linux 2.6.35-ARCH uhci_hcd"
ATTRS{product}=="UHCI Host Controller"
ATTRS{serial}=="0000:00:1d.0"
ATTRS{authorized_default}=="1"
looking at parent device '/devices/pci0000:00/0000:00:1d.0':
KERNELS=="0000:00:1d.0"
SUBSYSTEMS=="pci"
DRIVERS=="uhci_hcd"
ATTRS{vendor}=="0x8086"
ATTRS{device}=="0x27c8"
ATTRS{subsystem_vendor}=="0x1019"
ATTRS{subsystem_device}=="0x2624"
ATTRS{class}=="0x0c0300"
ATTRS{irq}=="23"
ATTRS{local_cpus}=="ff"
ATTRS{local_cpulist}=="0-7"
ATTRS{modalias}=="pci:v00008086d000027C8sv00001019sd00002624bc0Csc03i00"
ATTRS{dma_mask_bits}=="32"
ATTRS{consistent_dma_mask_bits}=="32"
ATTRS{broken_parity_status}=="0"
ATTRS{msi_bus}==""
looking at parent device '/devices/pci0000:00':
KERNELS=="pci0000:00"
SUBSYSTEMS==""
DRIVERS==""
Last edited by ShadowKyogre (2010-10-19 16:27:57)

After trying to set up my Aiptek tablet again with the current Xorg version...it doesn't work at all. From the log file below, it says that it found the tablet, but isn't loading the driver (even though I have xf86-input-aiptek installed). I set up a special *.conf file and a udev rule to deal with my tablet, but none of them seem to be making the tablet recognizable. I think I might have to either comment out/remove one of them completely, unless I somehow messed up on the udev rule for the tablet. The udevadm info on the tablet is posted below, and some of the identifiers are confusing me Anyone else have an aiptek tablet and got it working? If so, how?
Xorg.0.log
[ 53.258] (**) Aiptek: Applying InputClass "pen"
[ 53.258] (**) Aiptek: Applying InputClass "evdev pointer catchall"
[ 53.258] (**) Aiptek: Applying InputClass "evdev keyboard catchall"
[ 53.258] (**) Aiptek: Applying InputClass "evdev tablet catchall"
[ 53.258] (**) Option "SendCoreEvents" "true"
[ 53.258] (**) Aiptek: always reports core events
[ 53.258] (**) Aiptek: Device: "/dev/input/event11"
[ 53.258] (--) Aiptek: Found 3 mouse buttons
[ 53.258] (--) Aiptek: Found scroll wheel(s)
[ 53.258] (--) Aiptek: Found relative axes
[ 53.258] (--) Aiptek: Found x and y relative axes
[ 53.258] (--) Aiptek: Found absolute axes
[ 53.259] (--) Aiptek: Found x and y absolute axes
[ 53.259] (--) Aiptek: Found absolute tablet.
[ 53.259] (--) Aiptek: Found keys
[ 53.259] (II) Aiptek: Configuring as tablet
[ 53.259] (II) Aiptek: Configuring as keyboard
[ 53.259] (**) Aiptek: YAxisMapping: buttons 4 and 5
[ 53.259] (**) Aiptek: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 53.259] (II) XINPUT: Adding extended input device "Aiptek" (type: KEYBOARD)
[ 53.259] (**) Option "xkb_rules" "evdev"
[ 53.259] (**) Option "xkb_model" "evdev"
[ 53.259] (**) Option "xkb_layout" "us"
[ 53.259] (WW) Aiptek: touchpads, tablets and touchscreens ignore relative axes.
[ 53.259] (**) Option "Mode" "absolute"
[ 53.259] (II) Aiptek: initialized for absolute axes.
[ 53.265] (II) config/udev: Adding input device Aiptek (/dev/input/mouse1)
[ 53.265] (II) No input driver/identifier specified (ignoring)
/etc/rc.d/udev/rules.d/69-xserver-xorg-input-aiptek.rules
ACTION!="add|change", GOTO="xorg_aiptek_end"
KERNEL!="event[0-9]*", GOTO="xorg_aiptek_end"
ATTRS{idVendor}=="08ca", ATTRS{idProduct}=="0010", ENV{x11_driver}="aiptek", SYMLINK+="input/aiptektablet"
LABEL="xorg_aiptek_end"
#BUS=="usb", KERNEL=="event[0-9]*", SYSFS{idVendor}=="08ca", SYSFS{idProduct}=="0010", SYMLINK+="input/aiptek_event", OWNER="root", MODE="0666"
#BUS=="usb", KERNEL=="mouse[0-9]*", SYSFS{idVendor}=="08ca", SYSFS{idProduct}=="0010", SYMLINK+="input/aiptek_mouse", OWNER="root", MODE="0666"
/etc/X11/xorg.conf.d/10-aiptek.conf
Section "InputClass"
Identifier "pen"
MatchProduct "Aiptek|AIPTEK|aiptek"
MatchDevicePath "/dev/input/event*"
Driver "aiptek"
Option "SendCoreEvents" "true"
Option "USB" "on"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "zMin" "0"
Option "zMax" "511"
EndSection
Udevadm info
Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.
looking at device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input13':
KERNEL=="input13"
SUBSYSTEM=="input"
DRIVER==""
ATTR{name}=="Aiptek"
ATTR{phys}=="usb-0000:00:1d.0-2/input0"
ATTR{uniq}==""
ATTR{modalias}=="input:b0003v08CAp0010e0105-e0,1,2,3,4,k80,81,82,83,84,85,86,87,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,110,111,112,140,141,142,143,144,146,147,14A,14B,14C,r0,1,8,a0,1,8,18,1A,1B,28,m0,lsfw"
looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0':
KERNELS=="2-2:1.0"
SUBSYSTEMS=="usb"
DRIVERS=="aiptek"
ATTRS{bInterfaceNumber}=="00"
ATTRS{bAlternateSetting}==" 0"
ATTRS{bNumEndpoints}=="01"
ATTRS{bInterfaceClass}=="03"
ATTRS{bInterfaceSubClass}=="00"
ATTRS{bInterfaceProtocol}=="00"
ATTRS{modalias}=="usb:v08CAp0010d0105dc00dsc00dp00ic03isc00ip00"
ATTRS{supports_autosuspend}=="0"
ATTRS{size}=="6000x4500"
ATTRS{pointer_mode}=="either"
ATTRS{coordinate_mode}=="absolute"
ATTRS{tool_mode}=="pen"
ATTRS{xtilt}=="disable"
ATTRS{ytilt}=="disable"
ATTRS{jitter}=="50"
ATTRS{delay}=="400"
ATTRS{event_count}=="1"
ATTRS{diagnostic}=="no errors"
ATTRS{odm_code}=="0x0000"
ATTRS{model_code}=="0x00c9"
ATTRS{firmware_code}=="0105"
ATTRS{stylus_lower}=="lower"
ATTRS{stylus_upper}=="upper"
ATTRS{mouse_left}=="left"
ATTRS{mouse_middle}=="middle"
ATTRS{mouse_right}=="right"
ATTRS{wheel}=="0"
ATTRS{execute}=="Write anything to this file to program your tablet."
looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2/2-2':
KERNELS=="2-2"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{configuration}==""
ATTRS{bNumInterfaces}==" 1"
ATTRS{bConfigurationValue}=="1"
ATTRS{bmAttributes}=="80"
ATTRS{bMaxPower}==" 26mA"
ATTRS{urbnum}=="27"
ATTRS{idVendor}=="08ca"
ATTRS{idProduct}=="0010"
ATTRS{bcdDevice}=="0105"
ATTRS{bDeviceClass}=="00"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bDeviceProtocol}=="00"
ATTRS{bNumConfigurations}=="1"
ATTRS{bMaxPacketSize0}=="8"
ATTRS{speed}=="1.5"
ATTRS{busnum}=="2"
ATTRS{devnum}=="5"
ATTRS{devpath}=="2"
ATTRS{version}==" 1.10"
ATTRS{maxchild}=="0"
ATTRS{quirks}=="0x0"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{authorized}=="1"
ATTRS{manufacturer}=="AIPTEK International Inc."
ATTRS{product}=="USB Tablet Series Version 1.05"
looking at parent device '/devices/pci0000:00/0000:00:1d.0/usb2':
KERNELS=="usb2"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{configuration}==""
ATTRS{bNumInterfaces}==" 1"
ATTRS{bConfigurationValue}=="1"
ATTRS{bmAttributes}=="e0"
ATTRS{bMaxPower}==" 0mA"
ATTRS{urbnum}=="99"
ATTRS{idVendor}=="1d6b"
ATTRS{idProduct}=="0001"
ATTRS{bcdDevice}=="0206"
ATTRS{bDeviceClass}=="09"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bDeviceProtocol}=="00"
ATTRS{bNumConfigurations}=="1"
ATTRS{bMaxPacketSize0}=="64"
ATTRS{speed}=="12"
ATTRS{busnum}=="2"
ATTRS{devnum}=="1"
ATTRS{devpath}=="0"
ATTRS{version}==" 1.10"
ATTRS{maxchild}=="2"
ATTRS{quirks}=="0x0"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{authorized}=="1"
ATTRS{manufacturer}=="Linux 2.6.35-ARCH uhci_hcd"
ATTRS{product}=="UHCI Host Controller"
ATTRS{serial}=="0000:00:1d.0"
ATTRS{authorized_default}=="1"
looking at parent device '/devices/pci0000:00/0000:00:1d.0':
KERNELS=="0000:00:1d.0"
SUBSYSTEMS=="pci"
DRIVERS=="uhci_hcd"
ATTRS{vendor}=="0x8086"
ATTRS{device}=="0x27c8"
ATTRS{subsystem_vendor}=="0x1019"
ATTRS{subsystem_device}=="0x2624"
ATTRS{class}=="0x0c0300"
ATTRS{irq}=="23"
ATTRS{local_cpus}=="ff"
ATTRS{local_cpulist}=="0-7"
ATTRS{modalias}=="pci:v00008086d000027C8sv00001019sd00002624bc0Csc03i00"
ATTRS{dma_mask_bits}=="32"
ATTRS{consistent_dma_mask_bits}=="32"
ATTRS{broken_parity_status}=="0"
ATTRS{msi_bus}==""
looking at parent device '/devices/pci0000:00':
KERNELS=="pci0000:00"
SUBSYSTEMS==""
DRIVERS==""
Last edited by ShadowKyogre (2010-10-19 16:27:57)

Similar Messages

  • I rented a movie on an iPad mini while connected to wifi. Now I'm in the car with out Internet and when I try to play the movie is says "could not load movie" what can I do? I purchased it from iTunes and let it load fully before leaving.

    Can somebody help me figure this out? So before a road trip I rented a movie on my Ipad mini. The movie fully loaded before I left. It downloaded under wifi. Now that I'm in the car I tried to watch the movie but it isn't working. When I press play an error message pops up saying "could not load movie" can I not watch it with our wifi? What's going on? What can I do to watch the movie?

    Having the same problem. Watched 25 minutes of a rental and it stopped with the message"unable to load video"
    Using current version IPad mini.
    Ios7 is  HUGH PIECE OF CRAP!!!!

  • HT1657 I have just got a iPad yesterday and I'm having a problem  I have just bought a tv series in iTunes and downloaded it on to my iPad but every time I go to watch it it comes up (could not load movie) then takes me back to the episode list ? Can you

    I have just got a iPad yesterday and I'm having a problem
    I have just bought a tv series in iTunes and downloaded it on to my iPad but every time I go to watch it it comes up (could not load movie) then takes me back to the episode list ? Can you tell me how to solve this problem please

    Have a look at the following:
    http://itunes.apple.com/sg/app/quickoffice-pro-hd-edit-office/id376212724?mt=8&l s=1
    http://itunes.apple.com/sg/app/office2-hd/id364361728?mt=8&ls=1
    http://itunes.apple.com/sg/app/documents-to-go-premium-office/id317107309?mt=8&l s=1
    http://itunes.apple.com/sg/app/polaris-office/id513188658?mt=8&ls=1

  • After watching 25 mn, it stops "Could not load movie"

    I rented a movie on my iPad from iTunes Store.
    After 25 mn of watching it stops and it says "could not load movie” then it has been fully downloaded.
    The Apple assistance says "if your download was interrupted
    1/ From the Home screen, tap the iTunes app.
    2/ For iPad, tap Downloads."
    But I don’t have Downloads button ("More" give me only the kind of movie)
    If I go back on the icon of the movie on iTunes Store, it suggests me to "play" and the problem remains the same.
    I switch iPad off and on again, nothing better happen.
    I put 3 days to download in HD, so rental will expire before the end if I delete and I try to download it again.
    Any idea? Thank you.

    When I tried that I got a message that moving the rental HD movie back to the computer would delete it instead and I would have to re-rent (for an additional fee) the movie. 
    No word from Apple on how to solve this problem. 
    Does anyone here have a solution? 

  • Cuda driver not loaded as startup item in mountain lion any solution ?

    cuda driver not loaded as startup item in mountain lion any solution ?
    i use a softare that need nvidia cuda driver installed on system

    Hi,
    the NFSv4 domain name is not necessarily related to the host name or the host's fully-qualified domain name (FQDN). It can be the same like the domain name, but it does not have to.
    To find the corrent NFSv4 domain name, you have to look it up in the NFSv4 server's configuration files.
    Kind regards,
    Steffen

  • "Could not load movie" with YouTube videos.

    Hi there,
    In both the past and present I have had much difficulty with playing many YouTube videos on my iPod touch 4. This happens to be the case no matter if I am in the YouTube app or on the mobile YouTube site in safari. I will try to play a video to watch it and often times I blue box will pop up saying 'could not load movie'. This makes video viewing and sharing quite difficult! Please help! Thank you very much!
    - Samuel Amos

    Here is an explanation for you for the "could not load movie" error, which I have also received on my iPad.
    If you run across this error on your iDevice, keep the following in mind:
    This is taken from another site, so I will quote:
    "Most of the time its due to the age of the video upload, this one for example was done back in 2009 which was 2 years ago now. YouTube as you know relies heavily on Flash for video playback which is not compatible with the iOS range.
    However to combat this, YouTube did work on converting chunks of videos to H264 playback, but by default the entire backlog of videos did not go through this conversion process...so you will find the odd video out there that does not play.
    I believe though (and please someone correct me here if i am wrong) YouTube by default now encodes uploads in H264 as well as flash and a few other formats for multi-platform enjoyment :-) "

  • "could not load movie" error message

    Hi my name is Patrick. I downloaded a tv show episode SOMEHOW three of the same episode downloaded. Want to delete these episodes (I have already seen them) one episode can be deleted but the other two episodes won't delete when i swipe. It starts opening the movie, and when I'm offline, it won't play and it says "could not load movie" but when i'm online it plays. It's weird.
    How do I delete these two episodes?
    iPod touch (4th generation), iOS 6.0.1 I'm looking to NOT reset my iPod

    Thank you so much! That worked. THANK YOU SO MUCH!!!! YOU ARE MY HERO!!! THANK YOU!!!

  • "could not load movie" effing error...

    So im tired with this error message .
    I tried a soft reset but problem still the same .( btw when i do a soft reset i do not see the apple logo appears like some say... Is it normal ? I just obtain a dark screen and the device shut down thats all..)
    So what can i do coz im very angry about this.

    Here is an explanation for you for the "could not load movie" error, which I have also received on my iPad.
    Realizing the above YouTube links could have been taken down, so it will not apply to those, but if you run across this error on your iDevice, keep the following in mind:
    This is taken from another site, so I will quote:
    "Most of the time its due to the age of the video upload, this one for example was done back in 2009 which was 2 years ago now. YouTube as you know relies heavily on Flash for video playback which is not compatible with the iOS range.
    However to combat this, YouTube did work on converting chunks of videos to H264 playback, but by default the entire backlog of videos did not go through this conversion process...so you will find the odd video out there that does not play.
    I believe though (and please someone correct me here if i am wrong) YouTube by default now encodes uploads in H264 as well as flash and a few other formats for multi-platform enjoyment :-) "

  • IPad:Could not load movie

    I downloaded a 'digital copy' DVD via iTunes onto my Mac. I then synced it to my iPad and when I try to play the video it says 'Could not load movie'. Is there a solution?

    Having the same problem. Watched 25 minutes of a rental and it stopped with the message"unable to load video"
    Using current version IPad mini.
    Ios7 is  HUGH PIECE OF CRAP!!!!

  • Could not load movie on ipad

    I downloaded my first tv show from iTunes onto my ipad (not rented) and it played fine.  Went to play it again the next morning because wanted to have it in the car for my son to watch, it said  "could not load movie".  I don't sync to a computer anymore and sync to cloud.  Tried reset, reboot, and reconnecting to wifi, but nothing works.  If this means I have to sync to a computer, forget it - I just won't use iTunes for movies,  what the h*** is going on?

    Having the same problem. Watched 25 minutes of a rental and it stopped with the message"unable to load video"
    Using current version IPad mini.
    Ios7 is  HUGH PIECE OF CRAP!!!!

  • HT1657 Why did i get Could not load movie error

    I recently rented a movie from iTunes, onto my iPad. I was charged and it appears on my rented tab. When I go to play it I get a message "could not load movie". What's wrong?

    Thank you so much! That worked. THANK YOU SO MUCH!!!! YOU ARE MY HERO!!! THANK YOU!!!

  • Usb hard drive not loading after security update

    usb hard drive not loading after security update
    I can't seem to find any other posts about this problem.
    I have three external hard rives connect by a USB hub to my iMac.
    Problem is that if I turn on the hard drive(s) AFTER start up I get a message that the drive either was not recognized by the OS or that it was ejected unexpectedly. 
    I get the same issue but not all the time if I turn them on before I boot the iMac.
    I used the disk drive utility to "repair" the drives but they always come back as "probably ok". 
    If I restart the iMac with the drives connected (on), it seems to work but not all the time.
    A bit annoying as I am wondering if the drives are OK or not.
    I don't always need the drives as they are for backing up images from my camera using Apreture.
    This all began after i did the latest security update.
    is the update to blame?
    mahalo.

    Yes, you can still use those instructions to reset the PRAM.
    You said that you booted to your install disk and that your primary drive did not show up at the Select a Destination screen? That usually means that the computer is either not recognizing your partition, or it's not recognizing the hard drive itself.
    Start with this article and follow all the steps even if you already tried them. I suspect that you'll get to step 4 and you'll end up having to call Applecare. If you haven't done those steps, they're most likely going to make you do them anyway, so you might as well get them done before the call.

  • Device detected driver not loading correctly per windows

    Device detected but driver not loading correctly. Windows says to reload driver. I have reloaded driver and the Nidaq software package (ver 6.9.3) repeatedly to no avail.
    Upgrading from old machine that had a 1997 version of driver that work fine under this OS (win98SE).
    What could be the problem?

    It's possible the copy of the NI-DAQ driver you have is corrupt, you may want to download it again.  It's available from the Drivers and Updates page.  Also, if you did not already do so, remove the DAQ card before uninstalling the driver and then reinstall it before reinserting the DAQ device. 
    What DAQ device are you using?  Depending on what DAQ device you have, you may want to upgrade the driver, the most recent version of the NI-DAQ driver for Windows 98 is 7.1.  You can see what driver is best for your device from the DAQ Acquisition Installer/Configuration Troubleshooter and then download the driver from the Drivers and Updates page. 
    Let me know if this doesn't solve your problem!
    Micaela
    Micaela N
    National Instruments

  • I rented a movie on itunes and synced it to my ipad but it says that could not load movie?

    I've rented a movie from iTunes on my computer which I synced to my iPad - or at least it appears to have moved over however when I hit the play button on the iPad it tells me that it 'could not load movie',  I'm not sure what to do next?

    If you rented and downloaded it directly on the iPad then it should be in the Videos app - if it's not then have you got a film age rating set in Settings > General > Restrictions that is hiding it ?

Maybe you are looking for

  • Printing a pdf document created in Acrobat Pro 9.0

    Solved the problem of printing a pdf document created using Acrobat Pro 9.0 with SL - tried many different things form adobe etc and by accident discovered while in Acrobat you have to select ADVANCED in Print then click onto SAVE AS IMAGE in next bo

  • 10.8.4 Logic Pro Hard Drive (Disk I/O) issue

    Hey, since yesterday my Logic Pro (9.1.8) has a big problem. After I installed the Update 10.8.4 the Hard Drive (Disk I/O) Display overloads everytime, when i start to play my vocals/tracks. Even older projects (i never had problems) with just 20 tra

  • Download wsdl and open without errors

    Hi, Someone pls help me. I am following this weblog /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1 I am trying to download <b>"the WSDL of the Webservice Here"</b> If I click on the "here" link. It le

  • Does the Solaris 10 installer Fdisk preserve 'unknown' partitions?

    Hi there, I am trying to install Solaris 10 - I have a CD to boot from, but can't tell exactly which release it is - sometime in 2008 I think... In any case, I am attempting install on my LG laptop along-side an XP installation. I've been searching f

  • Help with Contact Sheet CS3 Windows

    When I open Contact Sheet, and select Browse to find the folder I want to use, it only allows access to the desktop. How can I fix it so that I can select a folder that isn't on the desktop? Thanks!