Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.12-nitro3 "Ricers dismissed"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Jul 12, 2005 2:12 pm    Post subject: Reply with quote

Couldnt help it.

100 post belongs to me :D

[EDIT]

nitro4@80%
_________________
Retired gentoo user
Back to top
View user's profile Send private message
XioXouS
n00b
n00b


Joined: 01 Apr 2005
Posts: 59

PostPosted: Tue Jul 12, 2005 4:20 pm    Post subject: Reply with quote

Thanks for the layer7 patches - much appreciated. So far everything is working great.
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Tue Jul 12, 2005 5:40 pm    Post subject: Reply with quote

Tiger683 wrote:

nitro4@80%

Will it include the timeslice patch???? and which is the best value for the patch in terms of performance 1???.:wink:
_________________
Gentoo: Gigabyte: nFORCE 2: nVIDIA GeForce 6600: AMD Athlon XP 3200+
Leaving the above specs to immortalize the first system I Installed Gentoo on!
Back to top
View user's profile Send private message
wdreinhart
Guru
Guru


Joined: 11 Jun 2003
Posts: 569
Location: 4QFJ12345678

PostPosted: Tue Jul 12, 2005 6:04 pm    Post subject: Reply with quote

Will nitro4 include that inotify patch (posted a few pages back) that fixes the hang on unmounting NTFS problems?
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Jul 12, 2005 6:09 pm    Post subject: Reply with quote

XioXouS: no prob ;)

Kensai: yes, but it will have not only sched_timeslice configurable,
i added 2 more sysctls to /proc/kernel/ and Kconfig

wdreinhart: yes

EDIT: 90%
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Deadog
n00b
n00b


Joined: 16 Jan 2005
Posts: 25
Location: Angers | ESEO

PostPosted: Tue Jul 12, 2005 9:52 pm    Post subject: Reply with quote

I have a compil error with vesafb-tng :(

Code:
*         >> Compiling 2.6.12-nitro3 modules...
* ERROR: Failed to compile the "modules" target...

* -- Grepping log... --

  SCSI generic support (CHR_DEV_SG) [M/n/y/?] m
  *
  * Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  *
  Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [N/y/?] n
  Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] n
--
  CC [M]  sound/synth/emux/emux.o
  CC [M]  sound/synth/emux/emux_synth.o
  CC [M]  sound/synth/emux/emux_seq.o
  CC [M]  drivers/scsi/aha1542.o
Dans le fichier inclus à partir de drivers/scsi/aha1542.c:43:
include/linux/mca-legacy.h:12:2: attention : #warning "MCA legacy - please move your driver to the new sysfs api"
--
  CC [M]  drivers/usb/core/hub.o
  LD [M]  drivers/scsi/aic7xxx/aic7xxx.o
  LD [M]  drivers/scsi/aic7xxx/aic79xx.o
  CC [M]  drivers/video/vesafb-tng.o
drivers/video/vesafb-tng.c: Dans la fonction « vesafb_exit »:
drivers/video/vesafb-tng.c:1180: error: `info' undeclared (first use in this function)
drivers/video/vesafb-tng.c:1180: error: (Each undeclared identifier is reported only once
drivers/video/vesafb-tng.c:1180: error: for each function it appears in.)
--
  LD [M]  drivers/usb/storage/usb-storage.o
make: *** [drivers] Erreur 2
* Gentoo Linux Genkernel; Version 3.2.2
* Running with options: --menuconfig --gensplash=livecd-2005.1 --lvm2 all

* ERROR: Failed to compile the "modules" target...

* -- End log... --
Back to top
View user's profile Send private message
Deadog
n00b
n00b


Joined: 16 Jan 2005
Posts: 25
Location: Angers | ESEO

PostPosted: Tue Jul 12, 2005 9:57 pm    Post subject: Reply with quote

seems to be this line :

Code:
in drivers/video/vesafb-tng.c
line 1180

replace
iounmap(info->screen_base);
by
iounmap(vesafb_info->screen_base);


I will compil and I tell you that :wink:
Back to top
View user's profile Send private message
Deadog
n00b
n00b


Joined: 16 Jan 2005
Posts: 25
Location: Angers | ESEO

PostPosted: Tue Jul 12, 2005 10:36 pm    Post subject: Reply with quote

Deadog wrote:
seems to be this line :

Code:
in drivers/video/vesafb-tng.c
line 1180

replace
iounmap(info->screen_base);
by
iounmap(vesafb_info->screen_base);


I will compil and I tell you that :wink:


seems to be ok with that fix :wink:
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Jul 13, 2005 7:51 am    Post subject: Reply with quote

ipw2x00 are moving from the kernel into ovelay.
Portage has newer versions, and it seems easier to patch them for nitro than to include in the kernel :|

T

EDIT: i take it back 8)
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Deadog
n00b
n00b


Joined: 16 Jan 2005
Posts: 25
Location: Angers | ESEO

PostPosted: Wed Jul 13, 2005 11:57 am    Post subject: Reply with quote

is this normal that my bzImage makes 15M? with a __long__ compilation time 8O
with a similar configfile, a mm source makes ~2.2M

already that my kernel dont want to boot ...
loading, wrong vga message, black screen
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Wed Jul 13, 2005 12:34 pm    Post subject: Reply with quote

My report so far - had a late start because of vacation.

Linux acer 2.6.12-nitro3 #1 Tue Jul 12 13:10:28 CEST 2005 i686 Intel(R) Pentium(R) M processor 1400MHz GenuineIntel GNU/Linux

Alsa - Ok
X - Ok
ipw2100 - Firmware Problem (it doesn't load), but working
swsusp - untested, don't want to wreck the box again

FS: ext2, ext3, reiser4 - all ok

Cheers
Rei
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
tagwar
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2004
Posts: 147
Location: Karlsruhe

PostPosted: Wed Jul 13, 2005 1:12 pm    Post subject: Reply with quote

deadog: mine is about 2.6 megs... just for reference...

ToeiRei: I had the same problem... emerge unmerge ipw2100-firmware and emerge ipw2100-firmware fixed it... if I remember correctly.. ;-)
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Jul 13, 2005 1:56 pm    Post subject: Reply with quote

Deadog: would you be so kind to disable any debugging code in the kernel? :roll:

believe me, it will only slow things down and i doubt you need it.
im sure this is the cause of your bzImage oversize. :wink:

cheers

T

EDIT: can anyone confirm tagwar's fix for ipw firmware problem?
_________________
Retired gentoo user
Back to top
View user's profile Send private message
fank
l33t
l33t


Joined: 16 Oct 2004
Posts: 794
Location: Minsk, Belarus

PostPosted: Wed Jul 13, 2005 2:17 pm    Post subject: Reply with quote

Code:
CHK     include/linux/compile.h
  CHK     usr/initramfs_list
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
fs/built-in.o: In function `ktxnmgrd':
ktxnmgrd.c:(.text+0x8858f): undefined reference to `refrigerator'
fs/built-in.o: In function `entd':
entd.c:(.text+0x90e31): undefined reference to `refrigerator'
make: *** [.tmp_vmlinux1] Error 1

Code:
# emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 2.6.11-nitro2 i686)
=================================================================
System uname: 2.6.11-nitro2 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:    1.2.9
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -fforce-addr -ffast-math -mfpmath=sse -msse -mmmx -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -fforce-addr -ffast-math -mfpmath=sse -msse -mmmx -O3 -pipe -fomit-frame-pointer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks sandbox sfperms strict"
LANG="ru_RU.KOI8-R"
LINGUAS="ru"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/zugaina-portage"
SYNC="rsync://mail.mes.minsk.energo.net/gentoo-portage"
USE="x86 X aac acpi acpi4linux aim alsa apache2 apm arts avi bash-completion bitmap-fonts bzlib cpdflib ctype cups curl curlwrappers divx4linux emboss encode ethereal exif fbcon ffmpeg foomaticdb freetype ggi gif gpm gtk gtk2 gtkhtml hal iconv icq imlib imlib2 jabber jp2 jpeg jpeg2k kde libg++ libwww lzo lzw lzw-tiff mad maildir matroska mdb mikmod mime mmx mng motif mp3 mpeg ncurses net nls nptlonly nvidia oggvorbis opengl openssh operanom2 oscar oss pam pdf pdflib perl png posix ppds python qt quicktime readline sdl simplexml sockets spell sse ssl tcpd truetype truetype-fonts type1 type1-fonts unicode usb vidix winbind wmf xine xml2 xmms xosd xpm xscreensaver xsl xv xvid xvmc zlib linguas_ru userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS


sorry, but I don't speak English :oops:
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Jul 13, 2005 2:29 pm    Post subject: Reply with quote

fank: now honestly, i cant help you with this little of informations.

the least you could give us is a __LINK___ to your .config (host it somewhere or filter out the disabled options....)

oh, and sorry, i dont speak russian :wink:

a quick fix might be to enable power management maybe....
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Kensai
Guru
Guru


Joined: 09 Mar 2004
Posts: 569
Location: Puerto Rico

PostPosted: Wed Jul 13, 2005 4:35 pm    Post subject: Reply with quote

So impatienly waiting for nitro4 now.
_________________
Gentoo: Gigabyte: nFORCE 2: nVIDIA GeForce 6600: AMD Athlon XP 3200+
Leaving the above specs to immortalize the first system I Installed Gentoo on!
Back to top
View user's profile Send private message
jannis
Guru
Guru


Joined: 05 Dec 2004
Posts: 340
Location: Germany / Bavaria / Aschaffenburg

PostPosted: Wed Jul 13, 2005 5:02 pm    Post subject: Reply with quote

Yeah, actually I'm waiting for nitro4, too.
Back to top
View user's profile Send private message
John5788
Advocate
Advocate


Joined: 06 Apr 2004
Posts: 2140
Location: 127.0.0.1

PostPosted: Wed Jul 13, 2005 5:12 pm    Post subject: Reply with quote

nitro4 already? nitro3 just happens to be stable for me :)
_________________
John5788
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Wed Jul 13, 2005 7:04 pm    Post subject: Reply with quote

can anyone using win4lin drop me a line via PM? i was hacking around
on win4lin now, and i might have found a codearound for the issue. but i need someone to test it before nitro4 release.

cheers

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Deadog
n00b
n00b


Joined: 16 Jan 2005
Posts: 25
Location: Angers | ESEO

PostPosted: Thu Jul 14, 2005 12:22 am    Post subject: Reply with quote

Tiger683 wrote:
Deadog: would you be so kind to disable any debugging code in the kernel? :roll:

believe me, it will only slow things down and i doubt you need it.
im sure this is the cause of your bzImage oversize. :wink:




wouuups 8O :roll:

If i just enable magic sys key, do you know if I would still have a big bzImage ?
Back to top
View user's profile Send private message
Cinder6
l33t
l33t


Joined: 05 Aug 2004
Posts: 767
Location: California

PostPosted: Thu Jul 14, 2005 1:36 am    Post subject: Reply with quote

Excellent work! I just booted up, but I can already see that it is MUCH faster (firefox started in 1/2 the usual time).

My system: x86_64, Reiser4 on /, nvidia 6800 on 1.0.7667 drivers, xorg 6.8.2, gcc 3.4.3.

If you want the debug info, all you need to do is ask.

Oh, and I had 0 problems compiling.

EDIT: Tiger, I don't think you need to mention the 4K stacks thing for reiser4 users as it was apparently taken out of the kernel as of 2.6.12.
_________________
Knowledge is power.
Power corrupts.
Study hard.
Be evil.

Ugly Overload
Back to top
View user's profile Send private message
Cinder6
l33t
l33t


Joined: 05 Aug 2004
Posts: 767
Location: California

PostPosted: Thu Jul 14, 2005 3:16 am    Post subject: Reply with quote

Tiger683 wrote:
Guys, would someone plz test this patch:

staircase-sched_timeslice-ctl-w-kconfig.diff

it adds a new option to NiTR0 menu, Basetimeslice for cpu-scheduler.

try setting it to lower values andwatch your desktop FLY ( i currently test value 1 instead of standard 10 ;) )

i need some input before i dare to include it into nitro4.

thx


I feel stupid, but how do I apply this patch? Haven't done much patching...
_________________
Knowledge is power.
Power corrupts.
Study hard.
Be evil.

Ugly Overload
Back to top
View user's profile Send private message
satanskin
Guru
Guru


Joined: 25 Apr 2005
Posts: 353

PostPosted: Thu Jul 14, 2005 6:15 am    Post subject: Reply with quote

Been up 3 days so far. Working fine. Only problem so far, I can't get VMWare to compile it's modules against this kernel. Any way you could fix that up please? Thanks. Great Kernel!
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Thu Jul 14, 2005 7:54 am    Post subject: Reply with quote

satanskin:

brot wrote:
Ok, i downloaded the ebuild, went through the menuconfig, et voila. EVERYTHING WORKS *hooray*
(the problem with vmware was that i disabled the paralell port support in the kernel, i think)
atm i got vmware,captive-ntfs,nvidia-7667 working.
this is the best kernel i've ever had :)

thank you


Please contact this user to see how he got it working.

cheers

T
_________________
Retired gentoo user
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Thu Jul 14, 2005 8:15 am    Post subject: Reply with quote

Concerning the ipw firmware:
in the kernel docs the location of the firmware is described as /etc/firmware - placed a symlink there after remerge - don't know whether it was the location or the remerge that fixed it...
it's working now :)

Rei
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
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, 4, 5, 6  Next
Page 5 of 6

 
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