ATI Radeon HDMI works in Ubuntu but not Arch

Hi,
is there any reason why HDMI works for my laptop in Ubuntu but not Arch? They are both apparently using the same open source ATI Radeon (not HD) driver.
The card is an HD 4225 (RS880M I think).
Thanks, Jamie Kitson

The driver versions are very similar, 6.13.1 Ubuntu and 6.13.2 for Arch and Xorg are both 1.9.0. I have reported a bug here:
https://bugs.archlinux.org/task/21442

Similar Messages

  • Bluetooth USB Dongle works in Ubuntu but not Arch

    My "Conceptronic Bluetooth 2.1 USB Nano adapter (CBT2NANO)" works in ubuntu correctly but when I try to use it in Archlinux the kernel says:
    hub 6-0:1.0: unable to enumerate USB device on port 1
    and the logs are flooded with this message.
    it think that the problem is a bluez patch not included in the arch linux repositories.
    (My first Lang is Spanish, so I can be wrong in the grammar, sorry)
    I hope that someone know where is the problem and help me to fix it.

    there is a problem with the kernel!, Actually I am using Ubuntu 11.10 and I keep having the same issue, but when I connect my dongle in the USB 3.0 port, it works and is recognized as a Full Speed USB Device:
    usb 3-3: new full speed USB device number 37 using ohci_hcd
    When I use a USB extension (Cable) or connect the device in USB 2.0 Port, dmesg says:
    hub 3-0:1.0: unable to enumerate USB device on port 3
    once, again, again, and so on.
    And I think the problem is in ohci_hcd module.
    If at first the dongle works in USB 2.0 Port I want it working in this Port too, couse some PC have not USB 3.0 Port, and my USB3.0 is in the back panel, so the signal is worse.
    thanks for any help.
    Last edited by jaao_deat (2011-12-22 11:10:37)

  • [SOLVED] hp tx2000 tablet pc works in ubuntu but not arch

    im running arch64 on my hp pavilion tx2000 tablet pc.  the wacom is configured as a usb wacom in ubuntu and works perfectly
    (i used this thread and that is how i got it work in ubuntu http://ubuntuforums.org/showthread.php? … st5469447)
    i installed linuxwacom using yaourt without any problems, however when i type
    cat /proc/bus/input/devices
    the wacom doesnt appear.  i tried both the wiki guides from arch (tablet pc and wacom tablet) as well as the troubleshooting, but i cant detect my wacom  i also tried copying over my xorg.conf from ubuntu (i am dual booting ubuntu and arch) but that isnt working either.
    wacdump -f tpc /dev/ttys0
    12:16:16.936 ERROR: Failed to open /dev/ttys0: No such file or directory
    WacomOpenTablet: No such file or directory
    xidump -l
    Virtual core keyboard keyboard
    Virtual core pointer disabled
    Generic Keyboard extension
    Configured Mouse extension
    xidump -u stylus
    Unknown ui option stylus; was it configured?
    here is the output of some suggestions from the "wacom tablet" arch linux wiki - the tablet does appear under lsusb
    lsusb
    Bus 002 Device 006: ID 056a:0093 Wacom Co., Ltd
    Bus 002 Device 005: ID 08ff:1600 AuthenTec, Inc.
    Bus 002 Device 004: ID 064e:a110 Suyin Corp.
    Bus 002 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
    Bus 002 Device 001: ID 1d6b:0002
    Bus 001 Device 003: ID 03f0:171d Hewlett-Packard
    Bus 001 Device 001: ID 1d6b:0001
    so next i created 10-local.rules in /etc/udev/rules.d (as suggested) and put this into the file
    KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"
    but then when i do /dev/input and then ls...the wacom doesn't appear (even after restarting udev and restarting the computer)
    wacomcpl does work, however there are no buttons for stylus, eraser etc.
    i feel like ive tried eeeeverything (im starting to get confused now) - but i know it has to work because it works in ubuntu, and we all know arch is superior to ubuntu riiiiight???
    what can i try next?? are there any arch users with the tx2000 pavilion?
    thank you
    Last edited by originalsurfmex (2008-11-29 23:51:45)

    okay, i fixed it! i returned to the original ubuntu forum i had used...apparently the pci settings must appear in the xorg file, if you dont know how to do this just go here:
    http://ubuntuforums.org/showthread.php? … ost5469447
    you can download his sample xorg to see it.
    now here's the thing, the archlinux wiki says to add a line that says:
    Option "Device" "/dev/ttyS0"
    and
    Option "ForceDevice" "ISDV4"
    i had to remove those for each stylus, eraser and touch.  i also removed the cursor and made it into touch.  here are my xorg settings:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    InputDevice "touch" "SendCoreEvents"
    EndSection
    Section "InputDevice"
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    # Option "Device" "/dev/ttyS0" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    Option "Type" "stylus"
    # Option "ForceDevice" "ISDV4"
    Option "Button2" "3"
    EndSection
    Section "InputDevice"
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    # Option "Device" "/dev/ttyS0" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
    Option "Type" "eraser"
    # Option "ForceDevice" "ISDV4"
    Option "Button2" "3"
    EndSection
    #Section "InputDevice"
    # Identifier "cursor"
    # Driver "wacom"
    # Option "Device" "/dev/ttyS0"
    # Option "Type" "cursor"
    # Option "ForceDevice" "ISDV4"
    #EndSection
    Section "InputDevice"
    Identifier "touch"
    Driver "wacom"
    Option "Type" "touch"
    Option "USB" "on"
    Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.1-event-"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "RenderAccel" "true"
    Option "NoLogo" "true"
    Option "AGPFastWrite" "true"
    Option "EnablePageFlip" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "RandRRotation" "on"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    now, im no hacker, so this was a tad tedious, but welllll worth it! im beginning to understand the educational value of arch, and the power/speed you get in regurn.  my wacom has never been so responsive!
    next i have to configure my synaptictouchpad (so the scroll function works), my fingerprint scanner, my webcam and all my extra little buttons (also the screenrotate thing)  if anywone has quickfixes id be happy to know otherwise its back to google.
    nothing like arch!

  • Connecting to an Ad-Hoc network works in Ubuntu but not in Arch

    I've tried everything. Downgrading packages, installing/uninstalling other network managers and i tried manually (ifconfig, iwconfig), but with no results.
    Then, i borrowed my girlfriend's laptop wich has Ubuntu 10.04 (kernel 2.6.32), hit the network name in the Gnome nm-applet and almost instantly i was connected.
    I installed the gnome nm-applet too but nothing happened. (I use KDE 4.6.3).
    I use wicd-kde everyday but it doesn't work either, kdeplasma-applets-networkmanagement works really bad for me and the git version crashes my desktop.
    If i set the network parameters manually, dhcpcd doesn't work and times out. Same story with dhclient.
    I'm going to try kernel26-lts to see if it's a kernel problem.
    wireless card: Atheros 5007eg ath5k module.
    Kernel: Stock Arch Kernel26 2.6.38.5
    networkmanager version 0.7999
    My girlfriend has the same wireless card.
    I hope you can help me.
    Thanks in advance.
    Last edited by Hyugga (2011-05-22 00:18:22)

    I tried kernel26-lts...same result...
    Some has a working ad-hoc configuration?

  • Samba: write access from Ubuntu but not arch ?!?

    Hi !
    I am currently dual booting Arch and Ubuntu on my laptop and have a problem with getting write access to samba shares on an Arch mythtv backend.
    I have full write access when using Ubuntu on the laptop, but when I boot into Arch I can see the shared folders and their contents, but I do not have write access.
    The laptop Arch and Ubuntu user names are the same, as are the passwords (in case that matters).
    This is the smb.conf on the Arch backend:
    [global]
    workgroup = MYGROUP
    netbios name = BACKEND
    server string = laffi
    wins support = yes
    wins server = 192.168.1.103
    log file = /var/log/samba/log.%m
    max log size = 50
    map to guest = bad user
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    local master = no
    dns proxy = no
    guest account = laffi
    [public]
    path = /home/laffi
    public = yes
    only guest = yes
    writable = yes
    Any ideas ?

    Nothing ?
    This is currently the show stopper for switching my laptop to Arch, so any help with getting this problem sorted will be much appreciated ;-)

  • Custom F4 help in a BSP application working in Mozilla but not in IE

    Hi,
    I have created a custom F4 help in a BSP application.
    It is working in Mozilla but not in IE. I tried enabling javascript as well but still it is not working.
    Can someone please suggest a possible solution for this?

    Hi,
    See simmilar discussion in thread /thread/1883519 [original link is broken]
    I think this may be helpful for you.
    Thanks,
    Chandra

  • Why does the counter work in MAX, but not Labview?

    Please help, I have been away from Labview for over 3 months, and I am quite rusty....
    Last year, I successfully configured NI9401 to measure period (seconds) by counting the rising edges of my sensor signal.  Since then, I have aquired a new PC, and loaded all my software into it, including the Labview VI's that successfully worked on the old computer.
    I can see the digital signal using MAX and the test panel for the NI9401, so, I know my wiring and my TTL signal is OK, but, when I try to run the attached VI, nothing happens except the error below..  How do I tell this VI to look for the signal on MOD3/CTR0 and channel 14?
    Thanks. I am sure it is a small adjustment...this worked fine a few months ago...not sure what is wrong now.
    Thanks,
    Dave
    Solved!
    Go to Solution.
    Attachments:
    continuously measure period buffered_singlechannel_forum_feb_23_2012.vi ‏20 KB

    OK, now.  Resolved the issue. The vi is fine, but, some shaky wires were identified...worked in MAX but not in the vi.  Now that the connections have been tightened up, it works for both.  Sorry for the inconvenience.
    Dave

  • Works on emulators but not on mobile devices

    Hello,
    My project works on emulators but not on mobile devices (no image and on Samsung it says "unsupported file").
    Please help, I don't know what to do. My configurations: MIDP 2.1, CLDC 1.1.
    Thanks in advance.
    Edited by: Vitali.pom on Oct 27, 2011 12:01 PM

    Edit: I succeeded to solve it accidentally. I did the following: Sign the jar in Netbeans, clean and build, the jar didn't work, I wiped out the .ks from the jar and clean and build again. Now it worked.
    Edited by: Vitali.pom on Oct 30, 2011 1:28 AM

  • Wifi works at home but not when away from home

    My Wifi works at home but not when away from home, what is wrong?  I thought with a phone plan I didn't need to have a wifi connection.

    You either need WiFi or Cellular (or both). If you have neither, you can't connect to the internet.
    Most people use WiFi at home and Cellular while away from home, or connect to public WiFi networks where there are some.

  • Can't FaceTime anymore?  iPad states wifi connected and iPhone 4 states not connected?  I have wireless in my home? Not sure what happened.  Password works for iPad but not on phone?

    iPhone won't connect to wifi.  iPad is connected.  Password working on iPad but not on phone.  Can't upload software update of IOS 7.1 because phone not connecting to wifi?

    Connect iPhone to computer and open iTunes.  You will be prompted to update to iOS 7.0.  Keep your phone connected until the update is finished.

  • My apple id works on itunes but not on my ipod touch, what gives ?

    my apple id works on itunes but not on my ipod touch, what gives ?

    What are you trying to do on the iPod?
    Have you went to Settings>Store and sign out and then sign back in?

  • Album Art works for most, but not all

    I was reading previous forums on the subject, but no clear answer was given..
    The album art shows up fine in itunes and my library and works for most of my music on my ipod, but how come some album's art does appear? I have it set manually and select 'Get Info' then 'Artwork' and add it from there, then drag in the finished product to my ipod. I've been doing that and it works fine for most of the albums, but every so often, the album art will not appear on my ipod. Am I doing something wrong? I take them all from the same source (amazon.com) but it makes no sense to me how some randomly don't appear.
    I tried deleting the artwork and re-adding it, but nothing happened again. If you could answer why it works for most but not all or how I can get the album art to appear for the ones it will not by re-doing something, it would be appreciated. thanks.

    I encountered the same problem in the beginning. When I compared the size of the original images, the working ones seemed to be smaller in general, so I reduced the size of all covers I intended to upload on the pod to 300x300 pixels.
    This seemed to work - for 2 days. I bought the pod on friday, had pictures on sunday, but on Monday (after the first time the pod was fully discharged) none were left left.
    So I ended searching this forum for related problems...
    And decided to join my problem to this entry.

  • How to send active links in email from firefox. Works in IE but not Firefox... Is there a setting to change?

    how to send active links in email from firefox. Works in IE but not Firefox... Is there a setting to change?
    == This happened ==
    Every time Firefox opened
    == Always

    Check with your web mail service provider for help with that issue.

  • Medical app from Intuit works in IE, but not Firefox.

    Encrypted medical app works in new IE, but not Firefox. Everything works down to the end, and click on "continue" and nothing happens. A tech and I have spent hours on this. Did not work on FF5 or 6. Did not work on old IE, but did on fresh new version with no data files copied in.

    If it works in IE but not FF, then it has nothing to do with the mp3s. More likely it's because of the HTML on the page.
    To start, page is missing DOCTYPE declaration... a MAJOR problem. The DOCTYPE declares which set of rules the browser will use to display the page. Without it, different browsers go crazy or do not work at all.
    http://www.w3schools.com/tags/tag_DOCTYPE.asp
    Validate the html code here:
    http://validator.w3.org/
    You will have to fix all the errors if you want this to work in all browsers.
    Best wishes,
    Adninjastrator

  • Flash Player works in Safari but not Internet Explorer 9

    I've installed Flash Player 10.3 and it works in Safari but not Internet Explorer 9. When I look in Manage Add-Ins I see Flash Shockwave but not Flash Player. My operating system is Windows Vista Ultimate (32bit). Safari is 5.0.5 and IE 9 is 9.0.8112.16421. I've tried uninstalling and re-installing Flash Player and uninstalling Norton 360. Nothing has worked so far. Can you help?

    Thank you for your reply. Shockwave is loaded and enabled.
    The files in flash directory are: a folder called FlashPlayerTrust: file, flash10q.ocx: file, FlashInstall.log; file, FlashUtil10q_ActiveX.dll; file, FlashUtil10q_ActiveX.exe, file, install.log.
    There is no file: NPSWF32.dll.
    When I test the browsers I get no spinning logo in either Safari or IE9. Safari says: missing plug-in, where I think the logo should be. IE-9 says nothing at the same location.
    Thanks.

Maybe you are looking for