LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-29-2011, 11:36 AM   #1
tripplewhopper
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Rep: Reputation: Disabled
Thumbs up (EE) NV: The PCI device 0x10de06c4 ((null)) at 01@00:00:0 has a kernel module claiming it


Hi, I'm a linux newbie trying to install slackware. Not sure if this Q pertains to this thread topic but I think it does.

I have been following the 'How to install slackware: a complete tutorial' on notebookreview and I have it installed and logged in as root but when I type startx the desktop comes up for a sec then crashes back to command line. I have tried all the color settings under xorgsetup. This is basically the error that I get;

(EE) NV: The PCI device 0x10de06c4 ((null)) at 01@00:00:0 has a kernel module claiming it
(EE) NV: This driver cannot operate until it has been unloaded.
(EE) No devices detected.

Fatal server error:
no screens found

I'm stuck here. Do I need to manually install the vid card driver? If so, how do I do that? I've googled some and tried to mount and access my cd drive with #mount /dev/hdc -t iso9660 -r /cdrom just to see if I could use it to install a driver, with no luck. The tutorials I've read for installing it download and install it from the desktop GUI which I can't get to, so maybe the driver is not even my problem??? very confusing.... It's disheartening to come this far and crash on the finish line.

Last edited by unSpawn; 09-29-2011 at 03:05 PM. Reason: //Pruned from http://www.linuxquestions.org/questions/slackware-14/a-guide-enabling-3d-acceleration-in-x11-402003/
 
Old 09-29-2011, 03:05 PM   #2
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Run this from command prompt:

vi /etc/X11/xorg.conf

scroll down to the Section "Driver" and look for the line:

driver "(name of module)"

use the insert and delete keys to change the module listed (often this ends up as "modesetting" or "nv") to "nouveau".

Click the ESC key and type in -x to exit the vi editor and run startx again and X11 should load now without any issues.
 
Old 09-29-2011, 08:08 PM   #3
tripplewhopper
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
Unhappy

thanks for the help, and sorry for posting this in the wrong area.
Quote:
Originally Posted by ReaperX7 View Post
Run this from command prompt:

vi /etc/X11/xorg.conf
when I enter this I get a screen like
~
~
~
~
~
~
~
~
~
~
/etc/x11/xorg.conf[NEWFILE]
Command

and I can't scroll down or do anything from here, except ctrl+alt+del
 
Old 09-30-2011, 11:36 AM   #4
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Did you run the xorgsetup tool? xorg.conf might not have been generated if you haven't ran this tool.

Usually the first things I do when installing Slackware for the first time is to run the following commands in this order:

"alsaconf" (to setup the auto device)
"alsamixer" (to set the audio levels)
"alsactl store" (to save the audio levels I set from alsamixer)
"xorgsetup" (to generate an xorg.conf file)
"vi /etc/X11/xorg.conf" (to confirm or reconfigure my video card to the appropriate driver, in my case nouveau)

Afterwards the rest is up to you.
 
Old 09-30-2011, 06:24 PM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Slackware does not create a '/etc/X11/xorg.conf' by default. When one does a 'startx' attempts are made to load necessary modules & configs. If you look at '/etc/X11', you will find a sample configuration file: 'xorg.conf-vesa'. If all else fails you can either move or copy that file to '/etc/X11//xorg.conf'.

You should get in the habit of reading the available Slackware documentation on your install media;
Quote:
excerpt from CHANGES_AND_HINTS.TXT
The version of Xorg in Slackware 13.37 will not (in most cases) require an
/etc/X11/xorg.conf file. Input hotplugging is no longer done using hal;
instead, it now uses udev for input device detection and keyboard mapping.

/usr/share/X11/xorg.conf.d/ is the "packaged" configuration directory; all
files ending with ".conf" in this directory are used by the X server
unless there is an identically-named file in the local sysadmin directory.
The local sysadmin config directory is /etc/X11/xorg.conf.d/ - all files
ending with ".conf" in this directory are parsed.

There are several default config files in /usr/share/X11/xorg.conf.d/:
* 10-evdev.conf
a "catchall" file for input devices using the evdev driver; this
should work for most hardware in the absence of a better driver
* 50-synaptics.conf
overrides the earlier 10-evdev.conf file and uses the synaptics
driver for all touchpads
* 50-wacom.conf
overrides the earlier 10-evdev.conf file and uses the wacom driver
for Wacom tablets
* 90-keyboard-layout.conf
this sample ("normal" en layout) keeps the "old" default of
allowing Zap'ing the Xserver.
If you need to modify any of these defaults, then copy the relevant file
from /usr/share/X11/xorg.conf.d/ to /etc/X11/xorg.conf.d/ and edit the
copy.

You can still create an xorg.conf file if you wish, or you can create some
minimal xorg.conf snippets with only the specific contents that you wish
to override (as an example, to use a binary-only video driver) as separate
files in the /etc/X11/xorg.conf.d/ directory.

Regardless of your chipset (though it seems more common with intel), if KDE
crashes on startup, try disabling the Composite extension (which will also
disable all of the fancy desktop effects). Place the following content in
a file at /etc/X11/xorg.conf.d/disable-composite.conf:
Section "Extensions"
Option "Composite" "Disable"
EndSection
Best bet now would be do as ReaperX7 suggested.

HTH!
 
Old 10-03-2011, 01:23 AM   #6
tripplewhopper
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thumbs up

Yes I did xorgconfig. I was able to see the file with 'more /etc/X11/org.conf' and see it from ubuntu, but I couldn't figure out how to get permission to write to it. I tried chmod 777 with no luck, so someone else suggested to use 12.2 so I tried that and it installed with no hiccups. When I did xorgsetup and clicked ok for detect there was a flash and noticeable change in screen resolution, which it didn't do before, and then it asked me all kinds of keyboard questions like navajo cherokee etc. which it didn't get to at all in 13.37.

I'm looking at slacktop desktop now and going to dive right in! Thanks for the help!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i blacklist a module from using a specific pci device nass Slackware 4 08-21-2011 07:43 AM
Kernel module null pointer error when a function is *moved* to another file. marquisdesade Linux - Kernel 4 03-03-2009 01:26 AM
tg3 driver's device claiming procedure tanniru Linux - Software 0 12-06-2008 01:32 AM
Printk won't "print" from probe() ::::A hello world module-pci device knockout_artist Linux - Kernel 1 08-14-2008 03:41 AM
Kernel + Chipset not recognizing my PCI device dmangal Linux - Hardware 6 08-06-2008 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration