Can't get any video driver working (X-Server)

Hi everybody (and thx for reading this),
I'm about to install Arch Linux 64 Bit on a new machine, an Acer Aspire 8935G. I installed Arch Linux on several plattforms over the last months with help from the brilliant Wiki-Guide. Unfortunatley I can't figure out how to get the X-Server running this time, so I need a little (???) help here to point me in the right direction.
System is up and running. Graphic Card is a ATI Mobility Radeon HD 4670 (and an Mobile Intel GM45). What I did so far was installing the radeonhd driver first (and later others, because radeonhd wouldn't work) and configure X with:
# Xorg - configure
Which resulted in a message of the X Protocol:
List of video drivers:
radeonhd
intel
ati
radeon
fbdev
vesa
after that I installed and ran HAL, to avoid problems with input hotplugging.
Finally, to test the configuration:
# X -config /root/xorg.conf.new
(EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 5 exceeds maximum 5
(EE) RADEONHD(0): AtomBIOS returned 3 Grey Levels
(EE) RADEONHD(0): AtomBIOS returned 3 Grey Levels
(EE) RADEONHD(0): rhdAtomLvdsDDC: unknown record type: c
(EE) RADEONHD(0): ParseTable said: CD_INVALID_OPCODE
(EE) RADEONHD(0): atomSetBacklightFromBIOSScratch: rhtAtomDigTransmitterControl(atomTransEnable) failed.
^C
Playing around with vesa, intel and fbdev didn't bring me any further. Vesa and Intel led to a black screen without responding keys (hard reset is necessary every time) and FBDEV led to a error message:
Primary device is not PCI
(EE) FBDEV(0): FBIOBLANK: Invalid argument
Maybe it's an issue with the integrated full hd monitor, because of the DDC-Message, but googling around didn't help for the moment. The hardware works with Linux, Mandriva 32-bit-Image ran out of the box with X-Server and KDE 4.2. But I would prefer an Installation of Arch Linux with the software, I really need and want.
I will try to add the xorg.conf later on as I'm writing this on an other machine.
Thx in advance for the help!
EDIT (xorg.conf):
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri2"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
#Section "Monitor"
# Identifier "Monitor1"
# VendorName "Monitor Vendor"
# ModelName "Monitor Model"
#EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # [<str>]
#Option "offscreensize" # [<str>]
#Option "SWcursor" # [<bool>]
#Option "ignoreconnector" # [<str>]
#Option "forcereduced" # [<bool>]
#Option "forcedpi" # <i>
#Option "useconfiguredmonitor" # [<bool>]
#Option "HPD" # <str>
#Option "NoRandr" # [<bool>]
#Option "RROutputOrder" # [<str>]
#Option "DRI" # [<bool>]
#Option "TVMode" # [<str>]
#Option "ScaleType" # [<str>]
#Option "UseAtomBIOS" # [<bool>]
#Option "AtomBIOS" # [<str>]
#Option "UnverifiedFeatures" # [<bool>]
#Option "Audio" # [<bool>]
#Option "HDMI" # [<str>]
#Option "COHERENT" # [<str>]
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card1"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Last edited by ewigkeit (2009-08-12 12:36:46)

zenlord wrote:You do know that with the latest xserver-xorg your xorg.conf is of less relevance?
Yes, I know. I also tried to get it working without an preconfigured xorg.conf. You know it... yeah... results in a black screen ;-).
zenlord wrote:And are you using the latest software? I installed Debian stable on a G45-chipset with intel graphics last week and I had to use at least the 2.6.2-driver IIRC, or upon loading the (old) driver, the DVI-port was disconnected and I was left with a black screen, but otherwise working install
Yesterday, I experimented with the Intel driver, because I found out that Mandriva also uses them, not fglrx like I thought. First I tried the xf86-video-intel. Have given me the typical X-Server feeling at start, probing the monitor I guess, than the backlight of the screen is on but the screen itself stays black. Fells like it's working, just the monitor is not respondig. Tried 1001 different screen settings, but the problem can't get solved. The same phenomenon can be experienced when usen the latest Intel-Git-Drivers from AUR. Last message of Xorg was: Setting up DRM Master or something like that. I will go and check it tonight again and report back.
zenlord wrote:The Ati-drivers are not supported anymore, are you sure your chips is not too new for the opensource drivers?
Like AdrenalineJunky stated radeonhd supports the card. I read about it yesterday.
zenlord wrote:And if even vesa is failing you, than there's more to it.
Where can I sign that? ;-)
zenlord wrote:Have you tried vga for a driver?
Not yet, will be done.
zenlord wrote:What is the output of
# cat /var/log/X.0.log | grep EE
Vesa-Setup
X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686
Current Operating System: Linux acer8935 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
Build Date: 14 August 2009 11:31:10AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 17 18:43:33 2009
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0xe40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7
(!!) More than one possible primary device found
(--) PCI: (0:0:2:0) 8086:2a42:1025:019f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0:1:0:0) 1002:9488:1025:019f ATI Technologies Inc rev 0, Mem @ 0xc0000000/268435456, 0xf0400000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "fgl.renamed.libglx"
(WW) Warning, couldn't open module fgl.renamed.libglx
(II) UnloadModule: "fgl.renamed.libglx"
(EE) Failed to load module "fgl.renamed.libglx" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "fgl.renamed.libdri"
(WW) Warning, couldn't open module fgl.renamed.libdri
(II) UnloadModule: "fgl.renamed.libdri"
(EE) Failed to load module "fgl.renamed.libdri" (module does not exist, 0)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
dlopen: /usr/lib/xorg/modules/extensions//libdri.so: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/lib/xorg/modules/extensions//libdri.so
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (loader failed, 7)
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.6.0, module version = 2.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 5.0
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is:
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.1.0
ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.0.0
ABI class: X.Org Video Driver, version 5.0
(II) VESA(0): initializing int10

Similar Messages

  • Can't get any video playback in program or source monitor after updating premiere

    I'm having a problem I hope someone might be able to shed some light on. I just updated my premiere pro cc to v8.2 Everything Worked fine before I updated.  Now I can't get any video to play back. I can hear the audio in my timeline but the video does not show up. When I export though everything is fine and the video is there. So basically I cant get any video to play in my program monitor or my source monitor.

    Please double-check that the same sequence that's open in the current Timeline is also loaded in Program Monitor. We recently discovered a bug that resulted in the Program Monitor having a different sequence loaded than the active Timeline. The scenario in which this occurs is as follows:
    Open two sequences (or more) in the same panel, say Seq_A and Seq_B.
    Set focus on Seq_B.
    Maximize the Project Panel.
    Double-click Seq_A in the Project Panel.
    At this point, the Project Panel reverts to its normal size and the Program Monitor loads Seq_A, but Seq_B remains in front of Seq_A. This disconnect persists if you set focus on the Seq_B Timeline; when Seq_B is played with things in this state, you will hear that sequence's audio, but the Program Monitor will remain static.
    This is not likely to explain your situation, but it's worth ruling out before pursuing further troubleshooting.

  • I can't get my video toto work

    I can't get my video to work on my iPad.... I have never used it before so today I thought it would be nice to take a video... I did look it up on line but everyone is saying I have to slide the marked video to the middle of the screen, and I have done all that but it still won't work... Thank you

    Swipe up or down on the screen - anywhere on the screen - until the word Video appears in yellow type on the right. That indicates that the video mode has been selected. Then tap on the big red dot to start recording, tap the big red button when you are done recording.

  • I can't get any videos to play on my Mac. Like videos from You Tube or Facebook etc.

    I can't get any videos on my Mac to play, like videos from You Tube or Facebook etc.

    I just figured it out.  Somehow I didn't change it to the correct code of 1.  So on the second shot of 5 allowed I realized I didn't change and save.  Now the dvd played.

  • I can't get any sound to work on my iPhone 4S unless I have the headphones plugged up. Help...

    i can't get any sound to work on my iphone 4s unless the headphones are plugged up

    http://support.apple.com/kb/TS2802

  • Can't get any audio "changers" working

    Hello, I have HP Pavilion 2250so, and I can't get any audio changer or like that working. I can't get Dolby Advanced Audio working and the IDT Audio which is already on my computer doesn't work, evey time I try to start that, it says -"IDT PC Audio has stopped working. I don't mean that I don't have sound in my computer, no I have but I can't get those audio programs working which are like equalizer in Windows Media Player 11 that you can add bass boost and stuff. Any help?

    I would recommend that you first try updating the IDT Driver using the following link: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-112600-1&cc=us&dlc=en&lc=en...
    If that doesn't seem to help, try updating your BIOS: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-116222-1&cc=us&dlc=en&lc=en...
    Let me know if either of those helped to resolve your issue or not. If they do not, let me know and I will see if I can find anything else to help you.
    Best of luck,
    Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • After downloading (I think) Adobe Flash Player, I can't get ANY video to play (it indicates "plug-in failure). What's going on?

    After downloading Adobe Flash Player, I can't play ANY video (it reads "plug-in failure").  What's going on?

    Flash Player 13 "Plugin Failure" Workaround

  • How can i get incoming video to work during a video conference?

    Until recently, i have been able to chat with people over video chat very easily, without any problems at all. Not too long ago, i have been experiencing some odd occurrences. When i invite or am invited to a video chat, it will just come up with the video coming from my camera. I can hear audio coming from the other person but no video of them. I have tried this with 3 people who have the same computer as me and it does the same thing every time. They say that they can see and hear me, but i cannot see them. It is almost as if i am in a one-way video chat, however i am not.
    Anyone that has a solution to this please donate your ideas!!
    MacBook   Mac OS X (10.4.9)  

    Hi Waxexm311,
    The Video Pic failing to display is either something to do with the Processing of the Video or getting the video through iChat.
    As I have already posted the first point is the .plist may be corrupt hence deleting it hand restarting iChat.
    It may be to do with the Internet speed as seen by iChat which reads the Quicktime Setting - hence setting it to 1.5Mbps and restarting iChat again.
    After that it can be the Cache and Log files and running the Cron scripts usually sorts this.
    Does this happen with all Buddies ?
    Use Table 1 for the Apple test accounts that Auto answer
    http://www.ralphjohnsuk.dsl.pipex.com/ContactTesters.html
    If they work try people in table 2
    If that does not work Quit iChat
    Paste the Bold text below into Terminal
    /Applications/iChat.app/Contents/MacOS/iChat -errorLogLevel 7
    This will force iChat to start and create a log as it does so.
    As iChat launches for you normally try a Video chat.
    Not where that process starts in the Log and then post the Start up bit and then the continuance as two separate parts.
    (Or at least mark the log when you post it here.)
    There may be something wrong with the App in which case a Reinstall may be in order.
    Please Note the last paragraph that says to run the Combo Installer afterwards of the latest OS (Or at least the level you are at to bring iChat up to the level of the OS).
    Running the Combo Installer can sort things like this out on it's own. So that is worth trying even before the Reinstall.
    Finally it may be Quicktime itself.
    Reinstalling this is just a question of running the Download
    http://www.apple.com/quicktime/mac.html
    Use this link rather than Software Update in this case.
    11:00 AM Sunday; May 6, 2007

  • [Radeon] MSI RX9550SE Can't Get Any Drivers to Work

    Board is recognized my O/S but I can only get a vidoe signal with generic VGA driver.  Currently the board only shows in my devices as MSI RX9550SE T128 Secondary.  If I try installing drivers from installation disk with board, latest from MSI site or Catalyst 5.3 from ATI I get the same result - black screen {no signal} using these drivers but system boots fine.  All of these drivers cause message that they are not XP signed but I continue anyway.  I have removed and reinstalled device numerous times, no difference.
    I have set the BIOS AGP to 4 instead of 4x/8x.  I have updated my BIOS and MSI board drivers to the latest.  I notice in other threads that there may be issued with some MB for instability using PS/2 mouse and keyboard.  Sometimes this devices are not recognized and have to reboot and wehn sw\itching users in XP system reboots itself.  Have not switched to USB mouse and keyboard yet.
    Kind of pointless to have this vidoe board if I can only run the generic VGA driver which gives me none of the performance the board should.  I must have something not set right, this should work just fine.  Any suggestions?

    Got rid of MB drivers and ATI drivers, used Device Cleaner
    Installed latest nVidia neoforce and ATI catalyst from their websites.  Now XP Devices shows MSI RX9550SE T128 {and appears disabled} and MSI RX9550SE T128 Secondary {appears enabled}.  Both show the driver as the current ATI driver I installed.  If I enable the non-secondary device screen goes black but computer still runs (does not reboot}.
    However, Advanced Setting from desktop properties under Adapter shows no identified adapter type with all items under Information as <unavailable>.  Adapter properties say VgaSave.  Catalyst Control Center does not open when launched and running ATI Wizard produces "Catalyst Control Center Desktop Setup Failed".
    Seems like I have more issues than a driver problem.  None of my devices report any conflicts.  Any other ideas?  MSI support says to use their drivers since they may tweak ATI's some for their products.

  • I can't get any sound to work on my ipod touch

    I cannot get any sound on my ipod touch. When I am listening to music the volume bar is not visible and when I am on my apps it says no volume available. Anybody have any suggestions on what I can do to fix this?

    Here is what Apple Says: http://support.apple.com/kb/TS2771
    No sound through internal speaker*
    Verify that the iPod touch is not set to pause.
    Verify that the volume is set appropriately.
    Verify that headphones are not attached to the headphone port.
    Verify that Bluetooth stereo headphones are not paired wirelessly.
    Try turning the iPod touch off and then on again.
    No sound through headphones*
    Verify that there's no debris in the headphone port.
    Plug and unplug the headphones. Reconnect headphones and verify the connector is pushed in all the way.
    Check the volume setting on your iPod touch.
    If you are trying to listen to music and cannot hear any audio, make sure that the music is not paused.
    Make sure the latest version of iTunes is installed on the computer that you are syncing the iPod touch with (songs purchased from the iTunes Store using earlier versions of iTunes won't play).
    Try another set of Apple headphones.
    Try a different song or video.
    Check other content, such as videos, to see if they exhibit the same audio issues.

  • I can't get flash videos to work on Daily Show website (using either Safari or Firefox) - latest version of Adobe flash.... can anyone help??

    Hi all,
    I can't get the Daily Show videos to play (flash) on either Safari or Firefox on either of my macbook pro & macbook air.
    I have the latest version of flash, tried reinstalling, restarting, cleaning out the cache but no dice.
    Can anyone help me? 
    Kind regards, Renegade.

    Works with no problem on my MacBook Air. Since it is happening on both browsers on both of your computers, have you considered the possibility that it may be something to do with your router?

  • I can't get itunes video to work with my windows 7 64 bit system?

    I have a windows 7 64 bit operating system and have loaded the version of Itunes designated for 64 bit systems.  All of my audio content seems to work fine, but my video content is almost non-functional.  If I try to play a movie or tv show, I get the sound but no picture.  In frustration, thinking that I would be unable to use the movies i bought on Itunes, I got a converter to change the video over to mp4 format.  Well, as soon as I started trying to convert the files, the player started functioning.  I notice that after using the converter, my itunes video files work okay.  If I restart the machine and itunes without the converter running, I get the old problem of no picture but sound.  As soon as I start converting a file, then thing starts working again.
    A related issue, is that I can not see the Itunes Homepage.  I can open specific pages related to searches, but the drop down menus and links are hit or miss as to whether they work or not.

    hello dshultz58, does it work if you use the windows installer for plugin-based browsers from: [https://www.adobe.com/products/flashplayer/distribution3.html]?

  • Can't get any videos into itunes

    I have a few that were already there, but I have some new shows I have converted to Mp4 and I can't get them to import into iTunes. Any idea why they won't import?
    Jason

    I'm having the same problem. I've got 2 test videos: 1 from handbrake using the iPhone settings and the other is a quick movie recorded in iMovie and exported to iPod.
    When I try to drag them into iTunes the cursor changed to the green "+" but nothing happens. I've also tried going through File>Add to Library... with similar the same lack of result.
    iTunes is 7.4.2 freshly re-installed.
    ??

  • How can I get flash video to work on ipad2 ?

    I have ipad2 on order - then realised does not support flash. All our training videos are flash !!! Do I cancel order or can I get flash to run on ipad2

    Flash is not supported on the iPad. There are some apps that take a flash video on a web page, send it to a server which converts it to a format suitable for the iPad, but these are somewhat iffy.

  • Can't get the video to work on my ipad 7.0.2...camera works...has the word "video" on the camera screen but no open when I touch it.

    Can't get my ipad to take videos...since it has the word "video" on the camera app I would have thought it would take videos. -  I touch the spot. ...NO video!  I guess this ipad doesn't have video capability. ??

    Try sliding the words instead of tapping them.

Maybe you are looking for

  • TV out pictures

    I heard that the quility is bad when you connect your 5G ipod to a tv. I didnt want to hear this! DANG! Is this true, or is the image on the screen still veiwable? or really bad. Can someone post pictures of there ipod hooked up to a TV? Is the A/V c

  • Rounding to nearest .5

    Hi I have a column which holds the byte size of the data row. I would like to round this to the nearest .5 example 1.23453 = 1 1.345 = 1.5 1.6523 = 1.5 1.7893 = 2 Does anyone know how to do this easily without have to cerate an user defined function.

  • Print row numbers in spreadsheets

    If I want spreadsheet rows numbered do I have to number them manually or can I print the numbers on the working form when I am finished.

  • JAVA PJC Interaction with Standard Form Fields?????

    I am creating come sophisticated PJC's using VBean and the various classes provided in f90all.jar. This works great! However my components would be more elegant and easier to use for my application team if the VBeans could access / set the value of a

  • Can't install Oracle8i on Linux 6.0

    I downloaded jre1.1.6 v5 and installed/created symbolic link from /usr/local/jre to /download/jre116_v5. When I installed Oracle8i, I got the following message: [oracle@beta cdrom]$ . runInstaller Initializing Java Virtual Machine from /usr/local/jre