Hi, I tried to update my kernel to 2.6.25-r6 with gentoo-sources and it freeze on *sysctl I use a dell laptop inspiron 6400 on x86 with openrc. I use actually a 2.6.24-r8 patched with tuxonice. I tried to build 2.6.25-r6 with and without tuxonice without success. (tuxonice-sources prepatched don't work for me but that another thing) So the .config i will send to you is made with tuxonice patched. I did a make oldconfig as usual to build my kernel. It seem to fail after sysctl when it try to load modules. Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r8 i686) ================================================================= System uname: 2.6.24-gentoo-r8 i686 Genuine Intel(R) CPU T2130 @ 1.86GHz Timestamp of tree: Thu, 17 Jul 2008 18:45:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r5 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.61-r2 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O3 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ " LANG="fr_FR.UTF-8" LC_ALL="fr_FR.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="fr" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY=" " SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 aac acl acpi aiglx alsa amr ao async bash-completion bbdb bcmath berkdb bluetooth bzip2 cdaudio cddb cdparanoia cdr cdrom cdsound cgi chroot clamav cli colordiff cpudetection cracklib crypt css cups dbus dell dhcp divx dri dvb dvd dvdr dvdread emacs enca encode esd exif fbcon fbcondecor ffmpeg fontconfig fortran gdbm gif gimp gnus gnutls gpg gpm grub gtk hal hddtemp hpn http iconv imagemagick imlib ipv6 ipw3945 isdnlog jabber jack java javascript joystick jpeg lame ldb leim logrotate lua lynxkeymap mad midi mikmod mime mjpeg mp3 mpd mpeg mplayer mudflap ncurses nethack network nls nptl nptlonly ogg ogg123 opengl openmp openssh openssl pcre pdf perl png pnm pop postproc ppds pppd preview-latex print procmail pymacs python qt3 readline realmedia reflection restrict-javascript session slang sound sox spell spl ssl subversion svg tcl tcpd tga tiff tk transcode truetype type1 unicode usb v4l v4l2 vcd vorbis wav webdav wifi wma x86 xanim xface xft xinerama xml xorg xpm xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" USERLAND="GNU" VIDEO_CARDS="i810" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 160690 [details] kernel2.6.25-r6-config here my .config
Created attachment 160692 [details] modules-output Here my /etc/modules Ask me for more info, i will try again today to build this kernel. Regards, Thierry.
Hi, after loading my modules manually one by one, it seem the culprit is ipw3945. It seem to be an error of myself to try to load that module because it build in kernel. I don't know why it was working fine like that all this time on 2.6.24 ?? So i take off ipw3945 from /etc/conf.d/modules, reinstall all ipw3945? And i have no error. :) I also patch tuxonice with success. Sorry for the noise. I think that bug is fixed now. Thank you. Thierry.
Probably some sysctl value changed and needed to be incorporated in the external driver module. Re-emerging your external modules for new kernels is the norm, or should be. Happy hacking!