Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.17-beyond2.2
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
iphitus
Apprentice
Apprentice


Joined: 03 Aug 2005
Posts: 226

PostPosted: Sat Jul 22, 2006 1:45 pm    Post subject: 2.6.17-beyond2.2 Reply with quote

========================================
warning: Do not bug the gentoo devs abouts this patchset
If you have problems, contact Tiger or me, or post in this thread.
report bugs at http://iphitus.loudas.com/bugs/ instead
========================================

New Bug Tracker
http://iphitus.loudas.com/bugs/

Please report any bugs here, along with .config, dmesg, the errors, and any other relevant info. These threads can become a mess at times, so the bug tracker will make things much clearer.

This release should have fixed suspend.

Beyond Sources
From the makers of -archck, and -nitro. iphitus and Tiger683

That single patchset has arrived, -beyond. Beyond will have both, a stable (ArchCK/CKO like) branch, and an unstable (nitro like) branch available via git.

The beyond stable tree is a patchset based on the CK patchset. It aims to include a variety of popular features and updates that have not yet made it to the vanilla kernel, while remaining relatively stable. Con Kolivas' CK patchset is the most important part of beyond stable tree, as it provides the great interactivity and responsiveness improvements that it is noted for.

Links
Homepage: http://iphitus.loudas.com/beyond.html
Complete Patch: http://iphitus.loudas.com/beyond/2.6.17/2.6.17-beyond2.2/patch-2.6.17-beyond2.2.bz2
Individual Patches: http://iphitus.loudas.com/beyond/2.6.17/2.6.17-beyond2.2/patches/
Series: http://iphitus.loudas.com/beyond/2.6.17/2.6.17-beyond2.2/patches/series
Individual Tarball: http://iphitus.loudas.com/beyond/2.6.17/2.6.17-beyond2.2/2.6.17-beyond2.2-broken-out.tar.bz2
Ebuild: http://iphitus.loudas.com/beyond/2.6.17/2.6.17-beyond2.2/beyond-sources-2.6.17_p22.ebuild
Report Bugs: http://iphitus.loudas.com/bugs/

If you use wget to download files from beyond-sources.generation.no, use the "--user-agent=WHATEVER" as command line option
at the _end_ of the command! example: "wget http://someaddres/somefile --user-agent=MyFunkyUserAgent"

beyond2.1 to beyond2.2
Updated suspend2 from 2.2.7.3 to 2.2.7.4
Updated genpatches from -4 to -5
Updated vesafb-tng
Added descriptions for some modules in series file

beyond2 to beyond2.1
Removed usb suspend fix
Updated suspend2 to 2.2.7.3
Fixed version

beyond1.1 to beyond2
Updated to 2.6.17.6
Updated suspend2 to 2.2.7
Added suspend fixes
Merged some genpatches
Updated hdaps
Updated libata

beyond1 to beyond1.1
2.6.17 -> 2.6.17.2

Thanks to Peter Hyman for the updated ebuilds.

Cheers,
iphitus and tiger683
(email: iphitus [ at ] gmail [ dot ] com)


Last edited by iphitus on Sat Aug 05, 2006 5:38 am; edited 3 times in total
Back to top
View user's profile Send private message
Tanisete
Guru
Guru


Joined: 12 Mar 2004
Posts: 312

PostPosted: Sat Jul 22, 2006 2:34 pm    Post subject: Reply with quote

Great, new release! :)

First, thanks for all the work both of you are doing.
Second, it seems that the problem with madwifi driver (0.9.1) persists, so I created a patch to export the "jiffies_to_timespec" function included in the hrt-dynticks patch. In my system (amd64) it works:


Code:
*** /usr/src/linux-2.6.17-beyond2.2/kernel/time.c       2006-07-22 16:04:43.000000000 +0200
--- linux-2.6.17-beyond2.2/kernel/time.c        2006-07-22 14:45:08.000000000 +0200
***************
*** 786,791 ****
--- 786,792 ----
        value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec);
  }

+ EXPORT_SYMBOL(jiffies_to_timespec);
  /* Same for "timeval"
   *
   * Well, almost.  The problem here is that the real system resolution is


Hope it helps!
Back to top
View user's profile Send private message
peterk0
Apprentice
Apprentice


Joined: 25 Mar 2003
Posts: 188
Location: Prague

PostPosted: Sat Jul 22, 2006 8:27 pm    Post subject: Reply with quote

thanks, so far working very good.
tomorrow i'm going to try suspend2
Back to top
View user's profile Send private message
DocterD
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2004
Posts: 129

PostPosted: Sat Jul 22, 2006 9:07 pm    Post subject: Reply with quote

How to enable Dynticks or is it enabled by default and the HZ Option is useless now?

Edit: OK foundet it, but it's disabled for AMD64.
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: Sun Jul 23, 2006 8:24 am    Post subject: Reply with quote

Hi,

first of all, thanks for your work iphitus!

Sadly, this kernels suspend2 still has problems here. When I hibernate, all looks well until "Doing atomic copy", then I get a kernel error about saying it was "scheduling while atomic".. there's a lot of stuff around it, but that seemed to be the main message.

If I remember correctly, this is a problem that was often found in earlier versions of suspend2, so might be its just a bug in mainstream suspend2...
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Sun Jul 23, 2006 8:53 am    Post subject: Reply with quote

Updated and it seems that all I need is working without problems. Ty dudes! :D
_________________
I am /root and if you see me laughing you better have a backup.
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: Sun Jul 23, 2006 8:59 am    Post subject: Reply with quote

b3cks wrote:
Updated and it seems that all I need is working without problems. Ty dudes! :D


Becks, does suspend2 work for you?
Back to top
View user's profile Send private message
peterk0
Apprentice
Apprentice


Joined: 25 Mar 2003
Posts: 188
Location: Prague

PostPosted: Sun Jul 23, 2006 9:34 am    Post subject: Reply with quote

same as tagwar here, after "Doing atomic copy." it hard freezes and throws a lot trace error stuff at me :(
Back to top
View user's profile Send private message
KpR2000
n00b
n00b


Joined: 18 Aug 2003
Posts: 55

PostPosted: Sun Jul 23, 2006 9:39 am    Post subject: Reply with quote

so far very good kernel. Thank you.

But I have problems inserting wlan module (madwifi 0.9.1) into kernel. The error is
Code:
/lib/modules/2.6.17-beyond2.2/net/wlan.ko needs unknown symbol jiffies_to_timespec


Any ideas?
Back to top
View user's profile Send private message
peterk0
Apprentice
Apprentice


Joined: 25 Mar 2003
Posts: 188
Location: Prague

PostPosted: Sun Jul 23, 2006 10:06 am    Post subject: Reply with quote

KpR2000 wrote:
so far very good kernel. Thank you.

But I have problems inserting wlan module (madwifi 0.9.1) into kernel. The error is
Code:
/lib/modules/2.6.17-beyond2.2/net/wlan.ko needs unknown symbol jiffies_to_timespec


Any ideas?


yes, read like 4 post up :x
Back to top
View user's profile Send private message
iphitus
Apprentice
Apprentice


Joined: 03 Aug 2005
Posts: 226

PostPosted: Sun Jul 23, 2006 1:06 pm    Post subject: Reply with quote

tagwar wrote:
Hi,

first of all, thanks for your work iphitus!

Sadly, this kernels suspend2 still has problems here. When I hibernate, all looks well until "Doing atomic copy", then I get a kernel error about saying it was "scheduling while atomic".. there's a lot of stuff around it, but that seemed to be the main message.

If I remember correctly, this is a problem that was often found in earlier versions of suspend2, so might be its just a bug in mainstream suspend2...


Yeah, hrtimers and dyntick have bust it up. there'll be a fixed suspend in 3 which is uploaded, but not officially released as i've yet to test it. i've got my laptop back so i can finally test suspend2 out again.
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: Sun Jul 23, 2006 4:11 pm    Post subject: Reply with quote

iphitus wrote:


Yeah, hrtimers and dyntick have bust it up. there'll be a fixed suspend in 3 which is uploaded, but not officially released as i've yet to test it. i've got my laptop back so i can finally test suspend2 out again.


:-) If you're interested in beta-test-results, .3 works here, hibernating included... :-)

Thanks (in advance so to speak) for your great work!
Back to top
View user's profile Send private message
peterk0
Apprentice
Apprentice


Joined: 25 Mar 2003
Posts: 188
Location: Prague

PostPosted: Sun Jul 23, 2006 4:24 pm    Post subject: Reply with quote

tagwar wrote:
iphitus wrote:


Yeah, hrtimers and dyntick have bust it up. there'll be a fixed suspend in 3 which is uploaded, but not officially released as i've yet to test it. i've got my laptop back so i can finally test suspend2 out again.


:-) If you're interested in beta-test-results, .3 works here, hibernating included... :-)

Thanks (in advance so to speak) for your great work!


woot, downloading now! :) thx iphitus for your work
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Sun Jul 23, 2006 4:44 pm    Post subject: Reply with quote

tagwar wrote:
b3cks wrote:
Updated and it seems that all I need is working without problems. Ty dudes! :D


Becks, does suspend2 work for you?

Tested once and it worked.
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
brot
Guru
Guru


Joined: 06 Apr 2004
Posts: 322

PostPosted: Mon Jul 24, 2006 4:32 pm    Post subject: Reply with quote

as usual, everything works here.

You see, the quality of the releases is great. Thank you iphitus (and tiger too ;) )
Back to top
View user's profile Send private message
jurrie
Apprentice
Apprentice


Joined: 14 Mar 2004
Posts: 177
Location: Netherlands

PostPosted: Mon Jul 24, 2006 5:29 pm    Post subject: Reply with quote

With beyond2.2 when hibernating I get a message stating I don't have Suspend2 in my kernel, even though I do..

With beyond3, it hard locks at 'Doing atomic copy'.

Playing with a Dell Inspiron 6400.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1456
Location: Earth

PostPosted: Mon Jul 24, 2006 5:53 pm    Post subject: Reply with quote

running Reiser4 8) , with no Problems :!:

during compile :

Kernel: arch/i386/boot/bzImage is ready (#1)
Building modules, stage 2.
MODPOST
WARNING: drivers/scsi/libata.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0x8)
WARNING: drivers/usb/storage/usb-storage.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0x40)
WARNING: net/802/psnap.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0x0)
WARNING: net/bluetooth/rfcomm/rfcomm.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0xc)
WARNING: net/bluetooth/rfcomm/rfcomm.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0x10)
WARNING: net/bridge/bridge.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0x0)
WARNING: net/ipv4/ip_gre.o - Section mismatch: reference to .init.text: from .smp_locks after '' (at offset 0x0)
WARNING: net/ipv4/ipip.o - Section mismatch: reference to .init.text: from .smp_locks after '' (at offset 0x0)
WARNING: net/ipv4/netfilter/ip_conntrack.o - Section mismatch: reference to .init.text: from .smp_locks after '' (at offset 0x8)
WARNING: net/ipv6/ipv6.o - Section mismatch: reference to .init.text: from .smp_locks after '' (at offset 0x1a8)
WARNING: net/ipv6/ipv6.o - Section mismatch: reference to .init.text: from .smp_locks after '' (at offset 0x1dc)
WARNING: net/ipx/ipx.o - Section mismatch: reference to .exit.text: from .smp_locks after '' (at offset 0x10)

and sometimes during boot:

eth0: -- ERROR --
Class: Hardware failure
Nr: 0x270
Msg: 2 Pair Downshift detected

eth0: network connection up using port A
speed: 100
autonegotiation: yes
duplex mode: full
flowctrl: none
irq moderation: disabled
scatter-gather: disabled
tx-checksum: disabled
rx-checksum: disabled

nevertheless everything is working :roll:


Thanks :!:


CooSee ' Ya
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
maximan
Tux's lil' helper
Tux's lil' helper


Joined: 29 Nov 2005
Posts: 110
Location: Rio Cuarto-Argentina

PostPosted: Thu Jul 27, 2006 9:14 pm    Post subject: Reply with quote

It's really fast the beyond2.2. it's better that no5 patch
Now an question: How i can activate the powernow ??

Code:
maxi ~ # dmesg |grep powernow
powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.60.2)
powernow-k8: MP systems not supported by PSB BIOS structure
maxi ~ #

Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Thu Jul 27, 2006 9:49 pm    Post subject: Reply with quote

Thanks iphitus for this great kernel flavour :D I've been using it for a couple of days now and it feels really stable, I love it. Thank's again
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
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: Sat Jul 29, 2006 7:20 pm    Post subject: Reply with quote

Code:
$ uname -a
Linux john5788 2.6.17-beyond2.2 #1 SMP PREEMPT Wed Jul 26 10:28:40 PDT 2006 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GNU/Linux


everything works here :)
_________________
John5788
Back to top
View user's profile Send private message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Sun Jul 30, 2006 6:17 am    Post subject: Reply with quote

Code:
 * Preparing arpstar module
make -C /usr/src/linux SUBDIRS=/var/tmp/portage/arpstar-0.5.5/work modules
make[1]: Entering directory `/usr/src/linux-2.6.17-beyond2.2'
  CC [M]  /var/tmp/portage/arpstar-0.5.5/work/arpstar.o
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:49: error: parse error before string constant
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:49: warning: type defaults to `int' in declaration of `MODULE_PARM'
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:49: warning: function declaration isn't a prototype
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:49: warning: data definition has no type or storage class
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:51: error: parse error before string constant
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:51: warning: type defaults to `int' in declaration of `MODULE_PARM'
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:51: warning: function declaration isn't a prototype
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:51: warning: data definition has no type or storage class
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:53: error: parse error before string constant
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:53: warning: type defaults to `int' in declaration of `MODULE_PARM'
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:53: warning: function declaration isn't a prototype
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:53: warning: data definition has no type or storage class
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:55: error: parse error before string constant
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:55: warning: type defaults to `int' in declaration of `MODULE_PARM'
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:55: warning: function declaration isn't a prototype
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:55: warning: data definition has no type or storage class
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:57: error: parse error before string constant
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:57: warning: type defaults to `int' in declaration of `MODULE_PARM'
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:57: warning: function declaration isn't a prototype
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:57: warning: data definition has no type or storage class
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c: In function `print_possible':
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:602: warning: comparison of distinct pointer types lacks a cast
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c: At top level:
/var/tmp/portage/arpstar-0.5.5/work/arpstar.c:587: warning: 'print_list' defined but not used
make[2]: *** [/var/tmp/portage/arpstar-0.5.5/work/arpstar.o] Error 1
make[1]: *** [_module_/var/tmp/portage/arpstar-0.5.5/work] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.17-beyond2.2'
make: *** [default] Error 2

!!! ERROR: net-misc/arpstar-0.5.5 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  ebuild.sh, line 1254:   Called linux-mod_src_compile
  linux-mod.eclass, line 469:   Called die

!!! Unable to make  KDIR=/usr/src/linux  .
!!! If you need support, post the topmost build error, and the call stack if relevant.


I get the above error trying to build arpstar kernel module. Please tell me how to rectify this.

also I get the error "DDC transactions not supported by the video card" error at boot, and the system freezes there.

thanks
Saurabh
_________________
Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !!
Back to top
View user's profile Send private message
pete4abw
n00b
n00b


Joined: 25 Jul 2006
Posts: 50

PostPosted: Sun Jul 30, 2006 8:35 am    Post subject: Reply with quote

Try coimiling against a vanilla source outside of portage. Then, if you see the same error, file a bug upstream.
_________________
Peter
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Aug 01, 2006 9:41 am    Post subject: Reply with quote

jurrie wrote:
With beyond2.2 when hibernating I get a message stating I don't have Suspend2 in my kernel, even though I do..

With beyond3, it hard locks at 'Doing atomic copy'.

Playing with a Dell Inspiron 6400.


Hmm where did you get beyond3? =)
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
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: Tue Aug 01, 2006 11:09 am    Post subject: Reply with quote

Phlogiston wrote:
Hmm where did you get beyond3? =)


I guess what he meant was the -3-pre version that iphitus had "not so officially announced"... see some posts above.

It seems iphitus got something new for us speed-and-reliability-fans tho... iphitus?

Greets Tom
Back to top
View user's profile Send private message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Tue Aug 01, 2006 6:27 pm    Post subject: Reply with quote

Amazing kernel and booting fine with vesafb. Kindly do something about the vesafb-tng problem reported above.

thanks
Saurabh
_________________
Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !!
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 1, 2  Next
Page 1 of 2

 
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