[SOLVED] Having Issues with the Nouveau Driver and ACPI

Hello,
Trying to set up an old laptop I have with Arch and I'm having issues getting X up and running. My graphics chip is:
01:00.0 VGA compatable controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2)
I've installed xf86-video-nouveau and get the following error when starting X:
(EE) [drm] failed to open device
(EE) No devices detected.
From what I understand, I need the nouveau-drm package installed, which no longer exists in the repos. The nouveau-drm-lts package gives dependency errors:
warning: cannot resolve "kernel26-lts>=2.6.32", a dependency of "nouveau-drm-lts"
warning: cannot resolve "kernel26-lts<2.6.33", a dependency of "nouveau-drm-lts"
Seems this is because those packages are no longer named "kernel" but "linux" instead.
I've also tried using the proprietary nvidia driver, but I need the legacy 93xx driver, which the nvidia page in the Arch Wiki states it does not support Xorg 1.11.
Last edited by Pres (2012-02-05 03:31:14)

Went ahead and installed nouveau back to get an Xorg log. Here it is (though I'm getting a new error now):
[ 51.572]
X.Org X Server 1.11.4
Release Date: 2012-01-27
[ 51.573] X Protocol Version 11, Revision 0
[ 51.573] Build Operating System: Linux 3.2.2-1-ARCH i686
[ 51.573] Current Operating System: Linux Arch-2650 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:28:27 UTC 2012 i686
[ 51.574] Kernel command line: root=/dev/disk/by-uuid/1e766bce-dde5-4a31-9549-36b82bcd1157 acpi=off ro
[ 51.574] Build Date: 29 January 2012 03:41:53PM
[ 51.574]
[ 51.574] Current version of pixman: 0.24.2
[ 51.574] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 51.575] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 51.576] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 1 17:38:43 2012
[ 51.634] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 51.675] (==) No Layout section. Using the first Screen section.
[ 51.675] (==) No screen section available. Using defaults.
[ 51.675] (**) |-->Screen "Default Screen Section" (0)
[ 51.675] (**) | |-->Monitor "<default monitor>"
[ 51.696] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 51.696] (**) | |-->Device "nouveau"
[ 51.696] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 51.696] (==) Automatically adding devices
[ 51.696] (==) Automatically enabling devices
[ 51.757] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 51.757] Entry deleted from font path.
[ 51.757] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 51.757] Entry deleted from font path.
[ 51.757] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 51.757] Entry deleted from font path.
[ 51.757] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 51.757] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 51.757] Entry deleted from font path.
[ 51.757] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 51.757] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 51.757] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 51.757] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 51.768] (II) Loader magic: 0x8228580
[ 51.769] (II) Module ABI versions:
[ 51.769] X.Org ANSI C Emulation: 0.4
[ 51.769] X.Org Video Driver: 11.0
[ 51.769] X.Org XInput driver : 13.0
[ 51.769] X.Org Server Extension : 6.0
[ 51.770] (--) PCI:*(0:1:0:0) 10de:0112:1028:00f3 rev 178, Mem @ 0xe0000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/65536
[ 51.770] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 51.770] (II) Open APM successful
[ 51.770] (II) LoadModule: "extmod"
[ 51.797] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 51.809] (II) Module extmod: vendor="X.Org Foundation"
[ 51.809] compiled for 1.11.4, module version = 1.0.0
[ 51.809] Module class: X.Org Server Extension
[ 51.809] ABI class: X.Org Server Extension, version 6.0
[ 51.809] (II) Loading extension MIT-SCREEN-SAVER
[ 51.809] (II) Loading extension XFree86-VidModeExtension
[ 51.809] (II) Loading extension XFree86-DGA
[ 51.809] (II) Loading extension DPMS
[ 51.809] (II) Loading extension XVideo
[ 51.809] (II) Loading extension XVideo-MotionCompensation
[ 51.809] (II) Loading extension X-Resource
[ 51.809] (II) LoadModule: "dbe"
[ 51.810] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 51.815] (II) Module dbe: vendor="X.Org Foundation"
[ 51.815] compiled for 1.11.4, module version = 1.0.0
[ 51.815] Module class: X.Org Server Extension
[ 51.815] ABI class: X.Org Server Extension, version 6.0
[ 51.815] (II) Loading extension DOUBLE-BUFFER
[ 51.815] (II) LoadModule: "glx"
[ 51.815] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 51.844] (II) Module glx: vendor="X.Org Foundation"
[ 51.844] compiled for 1.11.4, module version = 1.0.0
[ 51.844] ABI class: X.Org Server Extension, version 6.0
[ 51.845] (==) AIGLX enabled
[ 51.845] (II) Loading extension GLX
[ 51.845] (II) LoadModule: "record"
[ 51.845] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 51.846] (II) Module record: vendor="X.Org Foundation"
[ 51.846] compiled for 1.11.4, module version = 1.13.0
[ 51.846] Module class: X.Org Server Extension
[ 51.846] ABI class: X.Org Server Extension, version 6.0
[ 51.846] (II) Loading extension RECORD
[ 51.846] (II) LoadModule: "dri"
[ 51.847] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 51.857] (II) Module dri: vendor="X.Org Foundation"
[ 51.857] compiled for 1.11.4, module version = 1.0.0
[ 51.857] ABI class: X.Org Server Extension, version 6.0
[ 51.857] (II) Loading extension XFree86-DRI
[ 51.857] (II) LoadModule: "dri2"
[ 51.857] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 51.858] (II) Module dri2: vendor="X.Org Foundation"
[ 51.858] compiled for 1.11.4, module version = 1.2.0
[ 51.858] ABI class: X.Org Server Extension, version 6.0
[ 51.858] (II) Loading extension DRI2
[ 51.858] (II) LoadModule: "nouveau"
[ 51.859] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 51.875] (II) Module nouveau: vendor="X.Org Foundation"
[ 51.875] compiled for 1.11.3, module version = 0.0.16
[ 51.875] Module class: X.Org Video Driver
[ 51.875] ABI class: X.Org Video Driver, version 11.0
[ 51.875] (II) NOUVEAU driver
[ 51.875] (II) NOUVEAU driver for NVIDIA chipset families :
[ 51.875] RIVA TNT (NV04)
[ 51.875] RIVA TNT2 (NV05)
[ 51.875] GeForce 256 (NV10)
[ 51.875] GeForce 2 (NV11, NV15)
[ 51.875] GeForce 4MX (NV17, NV18)
[ 51.875] GeForce 3 (NV20)
[ 51.876] GeForce 4Ti (NV25, NV28)
[ 51.876] GeForce FX (NV3x)
[ 51.876] GeForce 6 (NV4x)
[ 51.876] GeForce 7 (G7x)
[ 51.876] GeForce 8 (G8x)
[ 51.876] GeForce GTX 200 (NVA0)
[ 51.876] GeForce GTX 400 (NVC0)
[ 51.876] (--) using VT number 7
[ 51.901] drmOpenDevice: node name is /dev/dri/card0
[ 52.076] [drm] failed to load kernel module "nouveau"
[ 52.076] (EE) [drm] failed to open device
[ 52.076] (EE) No devices detected.
[ 52.076]
Fatal server error:
[ 52.076] no screens found
[ 52.076]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 52.076] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 52.076]
Seems the important line here is:
[ 52.076] [drm] failed to load kernel module "nouveau"
"modprobe nouveau" gives:
ERROR: could not insert 'wmi': No such device
Don't remember getting that error before. Nouveau would load fine.

Similar Messages

  • I am having issues with the disk drive accepting any type of disk, like a music CD. Is there any way to fix this without taking it to a Tech?

    I need this fixed extremely quickly. I'm a photographer and I have two Senior photo shoots on Sunday (September 16), so I need to be able to use my computer that night for editing.

    KrystaHaney wrote:
    If I do that will it take my computer to factory settings and I lose everything? Or will all my programs and such still be there?
    No.  Of course you are suppose to have backups for all of your important work.
    More suggestions....
    Apple Portables: Troubleshooting the slot load optical disc drive
    Cures for an uncooperative CD/DVD drive

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • I am still having issues with the TOC. I finally got several chapters and sections to show different pictures in the TOC, but have spent hours trying to figure out how to repeat it. This should be so simple. Is there an update? Please help us Apple.

    I am still having issues with the TOC pictures. I got several chapter/section photos to show up, but can't seem to repeat this success. It is some mystery that happened during a time that I had practically given up. This should be such a simple thing. Drag and place a picture into the placeholder and it shows up in the TOC....right? Help, help help! want to get this thing done and it's taken two days of work just get some of the photos to show up. I am going to have to publish this ibook with no photos in several sections.....why can't this be simple? I have even had someone else spend hours trying to figure this out. This software is such a GREAT idea....come on...help with this little part of it.

    I had the same problem myself. I got to the point where I couldn't replace the photo, of a new chapter, in the TOC. What I did was to duplicate an existing chapter that was working and was able to replace it's TOC's photo. I also found that if you try different areas of the photo you can sometimes get it to replace correctly. For example, instead of dragging the new photo to the middle of an existing photo, try dragging it to the right top corner.

  • TS1702 Is anyone else having issues with the most recent Facebook update? I updated it yesterday and now it won't open. I have uninstalled and reinstalled the app, but it still fails to open! Any suggestions?

    Is anyone else having issues with the most recent Facebook app update? I updated it on my iPad 2 yesterday, now it will not open app at all. I have restarted iPad, uninstalled app and reinstalled, several times and still it will not work! Any suggestions? I have also closed the append still no results!

    I just started having this yesterday.  It's only happened twice, but it's annoying.  My wife texted me that she was coming home last night, and it showed up immediately on my iPod Touch but not my iPhone. I opened my iPhone and it soon updated.  Worked fine after that.  Then just a moment ago today my wife texted me and the same thing happened.  I heard my iMac and iPod Touch receive the message but it didn't display on my phone until I opened the phone and it showed up again a little bit thereafter.  I suppose I'll send Apple some feedback on this issue.

  • I have been having issues with not receiving texts and voicemails daily, for a few months now. If I turn the phone completely off, when I turn it back on the messages will flood in from hours before. I can't be continually turning off my phone in case som

    I have been having issues with not receiving texts and voicemails daily, for a few months now. If I turn the phone completely off, when I turn it back on the messages will flood in from hours before. I can't be continually turning off my phone in case someone left me a message. How do I resolve this issue?

    Wifi:  my Cell phone will remember 10 wifi connections.  So delete any you don't use often and your home wifi and try to enter home wifi again.
    if it still won't connect to home wifi, call your internet provider for help.  You may need a newer router or different settings Or upgraded service.   Your phone seeks the best connection and will refuse lesser connections.
    last resort.  Backup the phone.  Do a full reset, then restore as new with the backup.
    if still not fixed, go back to apple and insist on repair or replacement.
    HOWEVER.   voicemail is not a wifi issue, it's a carrier function, which is why the SIM card is a suspect.

  • Ipod nano 7th generation having issues with the UI. Out of box everything worked great. Once I snyc the device and it finished, the UI becomes unuesable. You have to double tap every icon in order to open music, videos, etc.  I cannot swipe to the second

    ipod nano 7th generation having issues with the UI. Out of box everything worked great. Once I snyc the device and it finished, the UI becomes unuesable. You have to double tap every icon in order to open music, videos, etc.  I cannot swipe to the second page of icons,  black box appears around an icon and then switches to a different one anytime I swipe. A box even appears around the time and battery power. iPod & iTunes are both updated. What is the FIX on this issue?

    I had this problem as well.  This is what I found by searching online.  I tried the fix on my nano 7th gen and it worked.  I hope this helps you.  Make sure to use two fingers for sliding and double-click the icons to get into settings.  Good luck.
    It would seem that Voiceover has been enabled on your iPod Nano. The following article contains information regarding Voiceover, and how to disable it once it's been enabled.
    iPod nano (6th generation and later): How to use VoiceOver
    http://support.apple.com/kb/HT4317
    To turn off VoiceOver on iPod nano using VoiceOver gestures
    From the Home Screen, swipe right or left with two fingers until you see or hear "Page 2 of 2" on iPod nano (7th generation) or "Settings" on iPod (6th generation).
    If the icons have been rearranged, or if there are more than four Home screens, you may hear something different.
    Slide one finger around the screen until you hear Settings. 
    Double-tap to open Settings. 
    Slide your finger up or down the screen until you see or hear General, then double- tap. 
    Slide your finger up or down the screen until you see or hear Accessibility, then double-tap. 
    Slide your finger up or down the screen until you see or hear VoiceOver, then double-tap. 
    Double-tap when you hear "VoiceOver switch button on." 
    You'll hear "VoiceOver off" to confirm the setting. Now you can use standard gestures to control iPod nano.
    Note: You can also turn off VoiceOver by resetting your iPod.

  • Hi All.  My iPad 4 just started having issues with the volume.  On either Bluetooth or the iPad Speaker, anything I'm watching or listening to drops the sound to just barely hearing it and then, about 2 seconds later, it comes back.

    Hi All,
    I tried to search through the community, but with the sheer volume of posts, I didn't find anything that seemed like the same issue.
    My iPad 4 just started having issues with the volume.  On either Bluetooth or the iPad Speaker, anything I'm watching or listening to drops the sound to just barely hearing it and then, about 2 seconds later, it comes back.
    I haven't tried wired ear phones, but I am sure they'll be the same way.
    It's very random, but consistent enough to happen several times per day.
    Thanks for any help that anyone can provide.
    I have restarted it and also did a Hard Reboot and it didn't help.
    Thanks Again,
    Scott P.

    Well there you go, when you advertise it just be sure to say that you can't even see the scratches at half brightness and see how it goes.
    Of course you are saying you want $500 for one with many scratches on the screen, has been dropped, but the scratches aren't visible at half brightness, and has no warranty. Or I can buy a refurbished iPad 4 WiFi 32 GB directly from Apple with no scratches and a one year warranty for $499. http://store.apple.com/us/product/FD514LL/A/refurbished-ipad-with-retina-display -wi-fi-32gb-white-4th-generation
    Why would I buy yours?
    I wouldn't pay more than $300 for a used model with your specs in perfect condition. But yours is far from perfect. I think your high point is $250 which is why I said 50%.

  • Hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    The problem has been fixed with the most recent OS X software update.

  • HT1918 How do you solve an issue with the card? I don't get the option of 'none' :(

    How do you solve an issue with the card? I don't get the option of 'none'

    I had this exact same problem with the new iPhone I bought on 1/4/13. The walk through they provide on how to do this is useless because it fails to explain that if you are already having the problem of not getting the "None" payment option with an Apple ID then you will need to create a completely new Apple ID.
    I had to do this 7 times since I bought my iPhone on Friday until this morning to figure out how to finally be able to use the Home Sharing option in iTunes to put my music collection on my brand new $500.00 iPhone. Pretty pathetic if you ask me but since it made me so angry I want to make sure other know how to do this so you don't get as upset as I did.
    #1 If your current or soon to be "old" Apple ID is not providing the option for "None" as a payment option then you need to make a brand new one. But you have to make it specifically how I tell you.
    #2 You will need to use an email address that has not already been used for anything related to a previous Apple ID. You might need to make a brand new email address.
    #3 Open iTunes, then open iTunes Store (upper right corner of iTunes).
    #4 Click on App Store (upper center of screen).
    #5 Scroll down the screen page until you see Top Free Apps on the right side.
    #6 Choose any one of the FREE apps.
    #7 You should either get the option to create a new Apple ID box, either that, or it will pop up with some kind of disclaimer and then it does the create new Apple ID.
    Either way just create a new Apple ID when it gives you the option to and then when you get to the page that looks like the payment page the "None" payment option will finally be available.
    Note: You will still have to fill out the information on the payment page. As long as you choose the "None" option it will not request any credit card information.
    #8 You will be sent a confirmation email to the new email account. Just follow through with what ever it tells you and viola now you can use your Apple Device.
    What a pain in the keester, eh?

  • I'm Having problems with the video freezing and the sound carrying on since I up graded my iPad to ios8  BBC IPLAYER

    I Am having problems with the video freezing and the sound carrying on whilst watching BBC IPLAYER ITV PLAYER until I reboot video and the problem acures again

    Your Mac runs maintenance in the background for you.
    Command + R gives you access to restore, repair, or reformat the drive using OS X Recovery
    No idea why that was suggested.
    You may have a third party video player installed that's causing an incompatibility issue.
    Check these folders:
    /Library/Internet Plug-Ins/
    /Library/Input Methods/
    /Library/InputManagers/
    /Library/ScriptingAdditions
    ~/Library/Internet Plug-Ins/
    ~/Library/Input Methods/
    ~/Library/InputManagers/
    ~/Library/ScriptingAdditions
    The first four locations listed are in the root-level Library on your hard disk, not the user-level Library in your Home folder.The tilde (~) represents your Home folder.
    To access the Home folder in OS X Lion or Mountain Lion, open the Finder, hold the Option key, and chooseGo > Library.

  • HT1349 Has anyone had issues with the iphone 4s and facebook.

    Has anyone had issues with the iphone 4s and facebook. I have downloaded the app and sometimes it will let me log in and then it will log me out and not let me back in. I have deleted and downloaded it several times and nothing is working. HELP!

    @razmee: rather unhelpful.
    @tata - we're having the same trouble, and the only solution we've found doesn't fix it.
    1) uninstall
    2) login on PC/MAC and change password
    3) reboot iphone
    4) install facebook app, reboot again
    5) login from iphone. 
    No joy.
    Safari works, but not for the apps.
    Of course, it's Facebook that has to fix this.

  • I am having issues with the address book in iphone 4s ios 7. it won't let me add an address to a new contact. anybody knows what's going on ?

    I am having issues with the address book in iphone 4s ios 7. it won't let me add and adress for a new contact. anybody has an idea of what's wrong and the solution ?

    Do you have Restrictions turned on in Settings>General?

  • Hi people, have on the phone till Apple, the reason i cant download OS X Lion is because BT are having issues with the large download & are working on a fix. Was told to phone back in 24 hours if problem continues

    Hi people, have on the phone till Apple, the reason i cant download OS X Lion is because BT are having issues with the large download & are working on a fix. Was told to phone back in 24 hours if problem continues

    Hi, just got off the phone from BT Business. It is the Business 2wire hub that has the issue. The girl from technical talked through a direct modem to Mac connection and my download took 20 minutes. If you are on Fibre broadband this is the only current fix or a new router if non fibre customer. Hope that helps.

  • Known issues with the Super Drive on an iMac 2.7 Ghz

    Are there any known issues with the Super Drive on an iMac 2.7 that would result in speed issues and a grinding sound?

    Vertically installed super slim DVD drives are not as reliable as a plain desktop burner. I've had one fail in two of three iMacs and have always had an external which I use most of the time. Other than that, the brand new iMacs do not have a Super Drive, so if that is what you are inquiring about, the point is moot. You need to buy an external anyway. As far as speed, I have never used a burner at high speed - unless you have a professional model, you can easily get burn errors when burning at a fast speed; sometimes consumer models do well burning with high speeds , other times not.

Maybe you are looking for

  • How to highlight Icon with mouse click ?

    This program will open up a JFileChooser, Select one or more than one images from your computer. It will display them as Icons. I am trying to highlight any icon with mouseclick from the program below but I am not able to do it. Please help. Thanks i

  • Array program

    hey guys well, i have a little problem with my prac. anyone who can help, please do!!!!!!!! well the prac is like this: - use an initialiser list to create an array that holds all the prime numbers between 2 and 100; - prime numbers are : 2,3,5,7,11,

  • Regarding Purchase Requisition Doc. Type

    Hi, I am facing a problem regarding PR.We have suppose 5 plants(such as A, B, C, D, E) and 5 Doc type(such as PRA, PRB, PRC,PRD,PRE) for Purchase Req. Now if i want a user can only take plant A while creating Purchasing Req. using PRA Doc. Type So th

  • 16:9 question

    New to FCP and have a question regarding widescreen. I'm shooting a series of short "films" using my XL2 in 24 mode and in 16:9 widescreen. These will be burned onto DVD's for home use. In Adobe Premiere, I simply open the project as a widescreen 16:

  • ITunes 7 not working with MyTunes Redux

    I use mytunes redux to copy my music to different household computers, but after downloading itunes 7, all of a sudden it doesn't work. After a download is complete, an error message popos up saying something about an "unregistered library" is there