Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Official thread: "zen-sources" - Part III
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 17, 18, 19  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Tue Apr 15, 2008 11:23 pm    Post subject: Reply with quote

broch wrote:
two questions:
1) since 2.6.25-rc6 (last one that worked) I lost the ability to power off. I wonder if something changed and I need to enable/disable some option in kernel config (RCU preempt not selected but RCU classic gone from config). Computer: laptop HP T2500
2) in 2.6.25 series iwl3945 driver "lost" LED. Wondering if this can be added again?

thanks


1. I don't think so, everything works over here...

2. You mean since 2.6.25 zen? or 2.6.25 in general?

dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Wed Apr 16, 2008 12:53 pm    Post subject: Reply with quote

Just pushed Budget Fair Queuing IO Scheduler to master-devel. Testing would be appreciated :P


Btw, we seriously need more devs. As waninkoko is busy hacking the Wii, i'm pretty much left on my own, and i've got exams coming up...
So if you know some C, know how to use git and are happy to help, join #zen-sources on freenode and talk to either me or waninkoko.


dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
broch
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 94

PostPosted: Wed Apr 16, 2008 1:09 pm    Post subject: Reply with quote

dodo1122 wrote:
broch wrote:
two questions:
1) since 2.6.25-rc6 (last one that worked) I lost the ability to power off. I wonder if something changed and I need to enable/disable some option in kernel config (RCU preempt not selected but RCU classic gone from config). Computer: laptop HP T2500
2) in 2.6.25 series iwl3945 driver "lost" LED. Wondering if this can be added again?

thanks


1. I don't think so, everything works over here...

2. You mean since 2.6.25 zen? or 2.6.25 in general?

dodo


ad 1) if RCU classic is gone (and in the past enabling RCU preempt caused problems with power off) I am not sure what is that you don't think so
ad 2) iwl3945 LED patch was present in zen patches only.
Back to top
View user's profile Send private message
dodo1122
Guru
Guru


Joined: 02 Sep 2006
Posts: 347
Location: York, England

PostPosted: Wed Apr 16, 2008 3:11 pm    Post subject: Reply with quote

by disabling preemptible you automatically enable classic iirc.

The LED patch apparently caused problems with download/upload speed, so waninkoko removed it


dodo
_________________
#zen-sources on irc.rizon.net
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Wed Apr 16, 2008 3:16 pm    Post subject: Reply with quote

dodo1122 wrote:
Just pushed Budget Fair Queuing IO Scheduler to master-devel. Testing would be appreciated :P

...

dodo


thanks, dodo :D

here's the corresponding kerneltrap entry for those interested in it:
Budget Fair Queuing IO Scheduler

I'll give it a try later & let you now if the interactivity (mainly gui) improves with it - there are problems with anticipatory & copying large files (1.5 - >=4.5 GB) between different partitions and/or harddrives
I dunno if it's related due to the fact that one of both is an encrypted partition ...

edit: is it safe to use that scheduler in an productive environment ? I'm not keen on having to re-transfer all of my data :wink:

sorry for my ignorance - I don't know how much damage a mis-behaving io-scheduler could cause (if it's even possible) ...

... I'm not intending any bad-mouthing on this new scheduler - I'm simply a little cautious if it's related to my data :oops:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D


Last edited by kernelOfTruth on Wed Apr 16, 2008 6:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
broch
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 94

PostPosted: Wed Apr 16, 2008 6:14 pm    Post subject: Reply with quote

dodo1122 wrote:
by disabling preemptible you automatically enable classic iirc.

The LED patch apparently caused problems with download/upload speed, so waninkoko removed it


dodo


thanks, for the info.

what seems to happen is that in past you could select from classic to preemptible, latest kernel has only one option: preemptible turned on or off
in consequence if you first turn on preemptible rcu, save config and next turn preemptible rcu off it does not work properly.

What I did, I simply replaced config that had problems with one that never have seen preemptible turned on.
Now it works.
So it seems that turning first on and then turning off preemptible rcu does not completely turn off preemptible rcu.
Looks like some sort of incomplete script related to switching between classic and preemptible rcu.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 7:36 am    Post subject: Reply with quote

Quote:
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
fs/built-in.o: In function `direct_splice_actor':
splice.c:(.text+0x23fc7): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `splice_direct_to_actor':
(.text+0x24218): undefined reference to `vfs_splice_to'
fs/built-in.o: In function `sys_splice':
(.text+0x24504): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `sys_splice':
(.text+0x2453f): undefined reference to `vfs_splice_to'
fs/built-in.o: In function `sys_splice':
(.text+0x2457a): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `sys_splice':
(.text+0x24599): undefined reference to `vfs_splice_to'
make: *** [vmlinux] Error 1


any idea what is missing ?

branch is latest master-devel

TLSF Allocator (TLSF) [N/m/y/?] was compiled in - I'm currently recompiling kernel without that allocator & will report back

thanks :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Thu Apr 17, 2008 9:36 am    Post subject: Reply with quote

kernelOfTruth wrote:
Quote:
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
fs/built-in.o: In function `direct_splice_actor':
splice.c:(.text+0x23fc7): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `splice_direct_to_actor':
(.text+0x24218): undefined reference to `vfs_splice_to'
fs/built-in.o: In function `sys_splice':
(.text+0x24504): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `sys_splice':
(.text+0x2453f): undefined reference to `vfs_splice_to'
fs/built-in.o: In function `sys_splice':
(.text+0x2457a): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `sys_splice':
(.text+0x24599): undefined reference to `vfs_splice_to'
make: *** [vmlinux] Error 1


any idea what is missing ?

branch is latest master-devel


Same here.

This one helped (no AUFS here anyway): http://gimpel.ath.cx/files/vfs_splice_vs_aufs.patch
(Source: http://lkml.org/lkml/2008/4/1/359)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 9:42 am    Post subject: Reply with quote

Quote:
Same here.

This one helped (no AUFS here anyway): http://gimpel.ath.cx/files/vfs_splice_vs_aufs.patch
(Source: http://lkml.org/lkml/2008/4/1/359)


thanks !

I'll give it another try,

I'm wondering why that's "still" happening - the patch is from April 1st :o
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 10:19 am    Post subject: Reply with quote

gimpel, does that kernel even care to boot for you ?

only thing I say is:

black screens galore :D

it doesn't even boot as far as I can see ...
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
PLum
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2004
Posts: 108
Location: /dev/world/poland/gliwice

PostPosted: Thu Apr 17, 2008 10:45 am    Post subject: Reply with quote

and the 2.6.25 is online ....
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Thu Apr 17, 2008 11:29 am    Post subject: Reply with quote

kernelOfTruth wrote:
black screens galore :D

Indeed, oopses right away.

Let's wait for .25-zen0 :)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
mroconnor
Guru
Guru


Joined: 24 Feb 2006
Posts: 402
Location: USA

PostPosted: Thu Apr 17, 2008 5:53 pm    Post subject: Reply with quote

I still can not get an ati-driver to build against a 2.6.25 kernel. When I try and compile it I get this:
Code:

 * Preparing fglrx module
make -C /usr/src/linux M=/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/zen-sources'
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_SetPageNoCache':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1161: error: implicit declaration of function 'change_page_attr'
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'firegl_put_user_ptr':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_PosixSecurityCapGetEffectiveVector':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1888: error: implicit declaration of function 'cap_t'
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_PosixSecurityCapSetEffectiveVector':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1896: error: lvalue required as left operand of assignment
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function '__ke_unregister_ioctl32_conversion':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2972: warning: 'return' with a value, in function returning void
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KAS_SlabCache_Initialize':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:5219: warning: cast from pointer to integer of different size
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/zen-sources'
make: *** [kmod_build] Error 2
 *
 * ERROR: x11-drivers/ati-drivers-8.471.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3257:  Called linux-mod_src_compile
 *             environment, line 2466:  Called die
 * The specific snippet of code:
 *               eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"                   CC=\"$(get-KERNEL_CC)\"                   LDFLAGS=\"$(get_abi_LDFLAGS)\"                ${BUILD_FIXES}                   ${BUILD_PARAMS}                   ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CC="$(get-KERNEL_CC)" LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 *  The die message:
 *   Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CC=x86_64-pc-linux-gnu-gcc LDFLAGS=  GCC_VER_MAJ=4 KVER=2.6.25-rc9-zen0-09526-gb8d280d KDIR=/usr/src/linux kmod_build
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/x11-drivers:ati-drivers-8.471.3:20080417-172609.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/temp/environment'.
 *


I have no idea what to do to fix this, any help is appreciated.

Thanks,
P
Back to top
View user's profile Send private message
hoacker
Guru
Guru


Joined: 04 Aug 2007
Posts: 505
Location: Bürstadt, Germany

PostPosted: Thu Apr 17, 2008 6:20 pm    Post subject: Reply with quote

v2.6.25-zen0:
Quote:
arch/x86/oprofile/nmi_int.c: In function 'nmi_setup':
arch/x86/oprofile/nmi_int.c:195: error: implicit declaration of function 'pfm_session_allcpus_acquire'
arch/x86/oprofile/nmi_int.c:199: error: implicit declaration of function 'pfm_session_allcpus_release'
make[1]: *** [arch/x86/oprofile/nmi_int.o] Error 1
make: *** [arch/x86/oprofile] Error 2


emerge --info: http://pastebin.com/m64c7afbd
.config: http://pastebin.com/d6bda6165

I already compiled master-devel yesterday successfully, my first time with .25. I have to admit that it felt not as responsive as .24 and iwlwifi seemed to behave somehow strange. Anyway, I'll try again later...

Thanks, to anyone involved in zen...
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 6:29 pm    Post subject: Reply with quote

*bump*

sorry to bother - but it still happens:

Quote:
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
fs/built-in.o: In function `direct_splice_actor':
splice.c:(.text+0x23fb7): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `splice_direct_to_actor':
(.text+0x24208): undefined reference to `vfs_splice_to'
fs/built-in.o: In function `sys_splice':
(.text+0x244f4): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `sys_splice':
(.text+0x2452f): undefined reference to `vfs_splice_to'
fs/built-in.o: In function `sys_splice':
(.text+0x2456a): undefined reference to `vfs_splice_from'
fs/built-in.o: In function `sys_splice':
(.text+0x24589): undefined reference to `vfs_splice_to'
make: *** [vmlinux] Error 1


:P

thanks :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Thu Apr 17, 2008 6:34 pm    Post subject: Reply with quote

After I updated gcc to 4.3 I was unable to compile .24-zen4(linker errors). I decided to try version from git. However what I got is the grup messages about loading the kernel and... nothing. What can be wrong?

.config

PS. When zen5 will be in custom-kernels?
_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Thu Apr 17, 2008 7:55 pm    Post subject: Reply with quote

CC block/elevator.o
make[1]: *** No rule to make target `block/bfq-iosched.o', needed by `block/built-in.o'. Stop.
make: *** [block] Error 2

in v2.6.25-zen0

anybody?
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 8:03 pm    Post subject: Reply with quote

tranquilcool wrote:
CC block/elevator.o
make[1]: *** No rule to make target `block/bfq-iosched.o', needed by `block/built-in.o'. Stop.
make: *** [block] Error 2

in v2.6.25-zen0

anybody?


++

Quote:

Revert "[bfq] Budget Fair Queueing IO Scheduler v2"


:wink:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Thu Apr 17, 2008 8:19 pm    Post subject: Reply with quote

kernelOfTruth wrote:
tranquilcool wrote:
CC block/elevator.o
make[1]: *** No rule to make target `block/bfq-iosched.o', needed by `block/built-in.o'. Stop.
make: *** [block] Error 2

in v2.6.25-zen0

anybody?


++

Quote:

Revert "[bfq] Budget Fair Queueing IO Scheduler v2"


:wink:



to revert i need the patch as i know.
where can i get it?
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 8:40 pm    Post subject: Reply with quote

tranquilcool wrote:
kernelOfTruth wrote:
tranquilcool wrote:
CC block/elevator.o
make[1]: *** No rule to make target `block/bfq-iosched.o', needed by `block/built-in.o'. Stop.
make: *** [block] Error 2

in v2.6.25-zen0

anybody?


++

Quote:

Revert "[bfq] Budget Fair Queueing IO Scheduler v2"


:wink:


to revert i need the patch as i know.
where can i get it?


bfq got reverted seemingly because it hindered the kernel from booting (at least for me, gimpel, and surely few others)

see http://repo.or.cz/w/linux-2.6/zen-sources.git
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
hoacker
Guru
Guru


Joined: 04 Aug 2007
Posts: 505
Location: Bürstadt, Germany

PostPosted: Thu Apr 17, 2008 8:41 pm    Post subject: Reply with quote

tranquilcool wrote:

Quote:

Revert "[bfq] Budget Fair Queueing IO Scheduler v2"


to revert i need the patch as i know.
where can i get it?


It's already reverted in GIT (4 hrs ago), just pull and compile. The quote above is the commit message. See: http://repo.or.cz/w/linux-2.6/zen-sources.git?a=shortlog;h=refs/heads/master-devel

EDIT: Man, it's a fast kernel, the kernelOfTruth :wink:
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Thu Apr 17, 2008 9:22 pm    Post subject: Reply with quote

any hint on where i can get the reiser4 zen-sources patch?

thanks.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Thu Apr 17, 2008 10:48 pm    Post subject: Reply with quote

Probably tomorrow I'll make a new master branched based on .25 ;)
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Apr 17, 2008 11:13 pm    Post subject: Reply with quote

Waninkoko wrote:
Probably tomorrow I'll make a new master branched based on .25 ;)


nice to see you again, you were successful in hackign the wii ? :)

I hope the new master(-devel) will also include support for tlsf (at least) and bfq

is there a little tool to measure mem fragmentation with usage of tlsf and without ?

many thanks in advance :D
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
jaclar
n00b
n00b


Joined: 07 Aug 2007
Posts: 17

PostPosted: Fri Apr 18, 2008 12:17 am    Post subject: Reply with quote

I've got since quite a while a problem with my X and uvesafb under master-devel:
Code:
[    0.576704] v86d[957]: segfault at 0 ip 400f02 sp 7fffd76ffca0 error 6 in v86d[400000+18000]
[    0.375155] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-3)
[    0.375296] uvesafb: vbe_init() failed with -22
[    0.375434] uvesafb: probe of uvesafb.0 failed with error -22

But even if i deactivate uvesafb I still have a problem with X... the server starts without any issues, but there is a issue with font-rendering... which means i cant see any fonts at all...
It works without any problems under 2.6.23-kamikaze5.
I tried already to recompile v86d and x11 but nothing worked
Im using a lenovo t61 gm965 with integrated graphics. Maybe i forgot a kernel option? Here is my .config
Has anybody experienced a similar problem?

jaclar
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 17, 18, 19  Next
Page 7 of 19

 
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