Re: i915kms.ko not loading

2013-09-14 Thread Jean-Sébastien Pédron
Le 04/09/2013 17:01, Alexander a écrit : > ... > #8 0x80319390 in drm_attach (kdev=, > idlist=) at /usr/src/sys/dev/drm/drm_drv.c:462 > ... In this stack trace, it appears that the "drm" code is used, not "drm2". Do you have "device drm" in your kernel config? If yes, please remove it,

Re: i915kms.ko not loading

2013-09-05 Thread Alexander
05.09.2013 17:30, John Baldwin wrote: > On Thursday, September 05, 2013 10:08:21 am Alexander wrote: > [ ..cut ..] >>> Hmm, 'p *dev'? >>> >>> >> (kgdb) p *dev >> No symbol "dev" in current context. > Please go back to frame 6 first and then run 'p *dev'. > (kgdb) frame 6 #6 0x810402a6 in i

Re: i915kms.ko not loading

2013-09-05 Thread Alexander
05.09.2013 18:57, John Baldwin пишет: > On Thursday, September 05, 2013 11:46:13 am Alexander wrote: >> 05.09.2013 17:30, John Baldwin wrote: >>> On Thursday, September 05, 2013 10:08:21 am Alexander wrote: >>> [ ..cut ..] > Hmm, 'p *dev'? > > (kgdb) p *dev No symbol "dev" in

Re: i915kms.ko not loading

2013-09-05 Thread John Baldwin
On Thursday, September 05, 2013 11:46:13 am Alexander wrote: > 05.09.2013 17:30, John Baldwin wrote: > > On Thursday, September 05, 2013 10:08:21 am Alexander wrote: > > [ ..cut ..] > >>> Hmm, 'p *dev'? > >>> > >>> > >> (kgdb) p *dev > >> No symbol "dev" in current context. > > Please go back to fr

Re: i915kms.ko not loading

2013-09-05 Thread John Baldwin
On Thursday, September 05, 2013 10:08:21 am Alexander wrote: > 04.09.2013 21:40, John Baldwin пишет: > > On Wednesday, September 04, 2013 2:16:35 pm Alexander wrote: > >> 04.09.2013 18:58, John Baldwin wrote: > >>> On Wednesday, September 04, 2013 11:01:03 am Alexander wrote: > 02.09.2013 14:4

Re: i915kms.ko not loading

2013-09-05 Thread Alexander
04.09.2013 21:40, John Baldwin пишет: > On Wednesday, September 04, 2013 2:16:35 pm Alexander wrote: >> 04.09.2013 18:58, John Baldwin wrote: >>> On Wednesday, September 04, 2013 11:01:03 am Alexander wrote: 02.09.2013 14:42, Jean-Sébastien Pédron пишет: > On 02.09.2013 12:00, Alexander wr

Re: i915kms.ko not loading

2013-09-04 Thread John Baldwin
On Wednesday, September 04, 2013 2:16:35 pm Alexander wrote: > 04.09.2013 18:58, John Baldwin wrote: > > On Wednesday, September 04, 2013 11:01:03 am Alexander wrote: > >> 02.09.2013 14:42, Jean-Sébastien Pédron пишет: > >>> On 02.09.2013 12:00, Alexander wrote: > (...) > #17 0x80

Re: i915kms.ko not loading

2013-09-04 Thread Alexander
04.09.2013 18:58, John Baldwin wrote: > On Wednesday, September 04, 2013 11:01:03 am Alexander wrote: >> 02.09.2013 14:42, Jean-Sébastien Pédron пишет: >>> On 02.09.2013 12:00, Alexander wrote: (...) #17 0x80462700 in sysctl_move_oid () #18 0x80319070 in drm_attach ()

Re: i915kms.ko not loading

2013-09-04 Thread John Baldwin
On Wednesday, September 04, 2013 11:01:03 am Alexander wrote: > 02.09.2013 14:42, Jean-Sébastien Pédron пишет: > > On 02.09.2013 12:00, Alexander wrote: > >> (...) > >> #17 0x80462700 in sysctl_move_oid () > >> #18 0x80319070 in drm_attach () > >> (...) > > The kernel is missing deb

Re: i915kms.ko not loading

2013-09-04 Thread Alexander
02.09.2013 14:42, Jean-Sébastien Pédron пишет: > On 02.09.2013 12:00, Alexander wrote: >> (...) >> #17 0x80462700 in sysctl_move_oid () >> #18 0x80319070 in drm_attach () >> (...) > The kernel is missing debug symbols. Could you please rebuild your > kernel with the following option

Re: i915kms.ko not loading

2013-09-02 Thread Jean-Sébastien Pédron
On 02.09.2013 12:00, Alexander wrote: > (...) > #17 0x80462700 in sysctl_move_oid () > #18 0x80319070 in drm_attach () > (...) The kernel is missing debug symbols. Could you please rebuild your kernel with the following option: makeoptions DEBUG=-g (also found in GENERIC) Then

Re: i915kms.ko not loading

2013-09-02 Thread Alexander
30.08.2013 22:32, Jean-Sébastien Pédron пишет: > reat! Could you please run: > kgdb /boot/kernel/kernel /var/crash/vmcore.0 > > And, at gdb prompt: > bt > > Then send the whole output (from the moment you run "kgdb" to the end > of "bt" output) and your /var/log/messages file? Hi kgdb /boot/k

Re: i915kms.ko not loading

2013-08-30 Thread Jean-Sébastien Pédron
Le 30/08/2013 19:45, Alexander a écrit : Hi I created the coredump files after create swap on new disk. But size very large. Great! Could you please run: kgdb /boot/kernel/kernel /var/crash/vmcore.0 And, at gdb prompt: bt Then send the whole output (from the moment you run "kgdb" to the e

Re: i915kms.ko not loading

2013-08-30 Thread Alexander
30.08.2013 20:11, John-Mark Gurney пишет: > Jean-Sbastien Pdron wrote this message on Fri, Aug 30, 2013 at 15:50 +0200: >> On 29.08.2013 19:51, Alexander wrote: >>> I have swapinfo on zfs partition >> I always heard that swap on ZFS is asking for trouble, because ZFS loves >> to use memory. So when

Re: i915kms.ko not loading

2013-08-30 Thread John-Mark Gurney
Jean-Sbastien Pdron wrote this message on Fri, Aug 30, 2013 at 15:50 +0200: > On 29.08.2013 19:51, Alexander wrote: > > I have swapinfo on zfs partition > > I always heard that swap on ZFS is asking for trouble, because ZFS loves > to use memory. So when the system is using swap space, ZFS has mor

Re: i915kms.ko not loading

2013-08-30 Thread Jean-Sébastien Pédron
On 29.08.2013 19:51, Alexander wrote: > I have swapinfo on zfs partition I always heard that swap on ZFS is asking for trouble, because ZFS loves to use memory. So when the system is using swap space, ZFS has more work and therefore wants more RAM, whici is unavailable. Furthermore, I'm not sure

Re: i915kms.ko not loading

2013-08-30 Thread Jean-Sébastien Pédron
On 29.08.2013 19:06, John Baldwin wrote: > On Thursday, August 29, 2013 11:39:45 am Jean-Sébastien Pédron wrote: >> On 29.08.2013 17:35, Alexander wrote: >>> in sysctl: >>> kern.coredump: 1 >>> kern.corefile: /var/coredumps/%U.%N.%P.core >>> >>> but coredump files not created. > > These control us

Re: i915kms.ko not loading

2013-08-29 Thread Alexander
29.08.2013 18:39, Jean-Sébastien Pédron пишет: > On 29.08.2013 17:35, Alexander wrote: >> in sysctl: >> kern.coredump: 1 >> kern.corefile: /var/coredumps/%U.%N.%P.core >> >> but coredump files not created. >> >> How to set for creating core files? > You must add the following line to your /etc/rc.c

Re: i915kms.ko not loading

2013-08-29 Thread John Baldwin
On Thursday, August 29, 2013 11:39:45 am Jean-Sébastien Pédron wrote: > On 29.08.2013 17:35, Alexander wrote: > > in sysctl: > > kern.coredump: 1 > > kern.corefile: /var/coredumps/%U.%N.%P.core > > > > but coredump files not created. These control user process core dumps, not kernel crash dumps.

Re: i915kms.ko not loading

2013-08-29 Thread Jean-Sébastien Pédron
On 29.08.2013 17:35, Alexander wrote: > in sysctl: > kern.coredump: 1 > kern.corefile: /var/coredumps/%U.%N.%P.core > > but coredump files not created. > > How to set for creating core files? You must add the following line to your /etc/rc.conf: dumpdev="AUTO" Also add this line to your /etc/sy

Re: i915kms.ko not loading

2013-08-29 Thread Alexander
29.08.2013 12:24, Jean-Sébastien Pédron пишет: > On 28.08.2013 21:42, Alexander Panyushkin wrote: >> problem in load module i915kms.ko >> if *kldload i915kms.ko* system is going to reboot > Are you able to obtain a kernel core dump? They're saved in /var/crash > during the next boot. > > If you hav

Re: i915kms.ko not loading

2013-08-29 Thread Jean-Sébastien Pédron
On 28.08.2013 21:42, Alexander Panyushkin wrote: > problem in load module i915kms.ko > if *kldload i915kms.ko* system is going to reboot Are you able to obtain a kernel core dump? They're saved in /var/crash during the next boot. If you have one, could you please send the last core.txt? This file

i915kms.ko not loading

2013-08-28 Thread Alexander Panyushkin
*uname -a* FreeBSD iskander.advancedhosters.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Tue Aug 27 23:53:04 EEST 2013 r...@iskander.advancedhosters.com:/usr/obj/usr/src/sys/Kernel amd64 in *make.conf* X_WINDOW_SYSTEM=xorg WITH_NEW_XORG=true WITH_KMS=true xorg-* ports rebuild After *Xorg -configu

i915kms.ko not loading

2013-08-28 Thread Alexander
*uname -a* FreeBSD iskander.advancedhosters.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Tue Aug 27 23:53:04 EEST 2013 r...@iskander.advancedhosters.com:/usr/obj/usr/src/sys/Kernel amd64 in *make.conf* X_WINDOW_SYSTEM=xorg WITH_NEW_XORG=true WITH_KMS=true xorg-* ports rebuild After *Xorg -configur