Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with nouveau drivers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Tue Mar 12, 2013 12:23 pm    Post subject: problem with nouveau drivers Reply with quote

system refuses to boot when I choose nouveau drivers either as modules or built into the kernel

when I select nouveau as a module, boot process hangs at "waiting for uevents to be processed"
If i compile nouveau into the kernel, boot process hangs after loading the nouveau modules

I can't install xorg :( as a result
thanks
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Mar 12, 2013 6:01 pm    Post subject: Reply with quote

information might help the diagnosis.
boot the gentoo kernel that boots,that does not have nouveau built in or as modules; run
Code:
emerge wgetpaste
emerge --info | wgetpaste
lspci | wgetpaste
, build and save a kernel configuration with nouveau built in and run
Code:
wgetpaste /usr/src/linux/.config
Post the url's returned here.

Note that http://www.gentoo.org/doc/en/xorg-config.xml has nouveau built in so that kms will function during the boot process.

Just saw your new thread, did you run
Code:
emerge xf86-video-nouveau
or see/verify it emerged during emerge xorg-server?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Tue Mar 12, 2013 6:41 pm    Post subject: Reply with quote

emerge --info: http://bpaste.net/show/83276
lspci: http://bpaste.net/show/83278
kernel: http://bpaste.net/show/83280

and I tried both, I had them emerged automatically while emerging xorg and i emerged them manually, neither worked, the system does not boot up using the new kernel
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Mar 12, 2013 7:05 pm    Post subject: Reply with quote

suggest menuconfig change and new kernel, apparently some needed legacy code even for pcie hides in agp
Quote:
<*> /dev/agpgart (AGP Support) --->
--- /dev/agpgart (AGP Support)
< > AMD Opteron/Athlon64 on-CPU GART support
<*> Intel 440LX/BX/GX, I8xx and E7x05 chipset support
< > SiS chipset support
< > VIA chipset support


Code:
qlist -IC x11-drivers
should list
Quote:
x11-drivers/xf86-video-nouveau
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-synaptics
after emerge xorg-server completes with VIDEO_CARDS="nouveau" INPUT_DEVICES="evdev synaptics" in /etc/portage/make.conf
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Tue Mar 12, 2013 7:42 pm    Post subject: Reply with quote

qlist does indeed list these drivers, however even after compiling the new kernel, the system refuses to boot
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Mar 12, 2013 11:46 pm    Post subject: Reply with quote

Code:
emerge -s udev
rc-update | grep-i udev
what's installed and where?
suggest enable rc_logger="YES" in /etc/rc.conf and check /var/log/rc.log after the next try for possible additional info
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Wed Mar 13, 2013 4:48 am    Post subject: Reply with quote

udev's latest version is installed, and here's the rc-update result:
udev | sysinit
udev-mount | sysinit

here's an rc.log after trying to boot using the nouveau kernel

rc shutdown logging started at Wed Mar 13 06:19:46 2013

* Stopping local
[ ok ]
* Saving random seed ...
[ ok ]
* Deactivating additional swap space ...
[ ok ]
* Unmounting network filesystems ...
[ ok ]
* Bringing down interface lo
* Removing addresses
* Stopping DHCP Client Daemon ...
[ ok ]
* Unmounting loop devices
* Unmounting filesystems
* Unmounting /boot ...
[ ok ]
* Deactivating swap devices ...
[ ok ]
* Stopping udev ...
[ ok ]
* Setting hardware clock using the system clock [UTC] ...
[ ok ]

rc shutdown logging stopped at Wed Mar 13 06:19:47 2013

I'm not sure what this log does but i think the nouveau boot up was not logged
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1607

PostPosted: Fri Mar 15, 2013 7:11 am    Post subject: Reply with quote

Well I followed the advice on the other thread and emerged the older version of gentoo-sources
I now have a nouveau enabled kernel
but I can't startx, I get no screens found when I do so, also my resolution does not change(in my older installation, the resolution changed at boot when I added nouveau support to the kernel)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum