Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

linux-2.6.4-love1 aka "Angry Love Aardvark"

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
88 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
ejohnson
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Tue Jan 20, 2004 2:17 am

  • Quote

Post by ejohnson » Sat Mar 13, 2004 11:07 pm

bssteph wrote:Did you use an ebuild to get the vanilla or mm? They both change the top level Makefile ever so slightly and that could cause adding the EXTRAVERSION to break.
The first time I built love1 was with an ebuild to test out the new patch. The second build was made later after you went to sleep. I untared linux-2.6.4.tar.bz2 by hand, applied -mm1, then -love1. That is when I noticed the warning, looked for the .rej and found none. The love1-fixes.patch was then applied on top of that, diff'ed, then bunzip2'd and I moded the ebuild to make love1.
That'd also explain the fact that there's no .rej file, the ebuild moves the original Makefile out of the way to Makefile.orig
I believe that the patch applies correctly, but the code itself might be out of date. I'm unfortunatly at work still, so I'll be another 2.5 hours until I can look at it.
Top
dashel
n00b
n00b
User avatar
Posts: 57
Joined: Sat Sep 14, 2002 11:08 am

  • Quote

Post by dashel » Sat Mar 13, 2004 11:51 pm

did anyone get this to compile with the au8820 driver compiled in or as a module?

/D
Top
yngwin
Retired Dev
Retired Dev
User avatar
Posts: 4572
Joined: Thu Dec 19, 2002 1:22 pm
Location: Suzhou, China

  • Quote

Post by yngwin » Sun Mar 14, 2004 12:26 am

I emerged with the ebuild and compiled just fine. Weird thing is though that not all my hardware sensors are working. I have w83781d loaded as a module, but it doesn't seem to do anything. Gkrellm2 (re-emerged just to make sure) recognizes only the lm75 module - which gives me my temps, but not my fan and voltages. w83781d used to work just fine in 2.6.4-rc1-love3...
Top
ejohnson
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Tue Jan 20, 2004 2:17 am

  • Quote

Post by ejohnson » Sun Mar 14, 2004 12:42 am

yngwin wrote:I emerged with the ebuild and compiled just fine. Weird thing is though that not all my hardware sensors are working. I have w83781d loaded as a module, but it doesn't seem to do anything. Gkrellm2 (re-emerged just to make sure) recognizes only the lm75 module - which gives me my temps, but not my fan and voltages. w83781d used to work just fine in 2.6.4-rc1-love3...
yngwin,

That is the driver also used for the ASB100-A on my mobo. I'll check it when I get home, but I havn't noticed any thing out of the ordinary (the temps are natively off by a factor of 10 since the 2.6.1 kernel release). I normally compile that in as well so I'll test it as a module for you.
Top
Hackeron
Guru
Guru
Posts: 307
Joined: Fri Nov 01, 2002 2:44 pm

NOTHING COMPILES!

  • Quote

Post by Hackeron » Sun Mar 14, 2004 1:58 am

The following refuses to compile:
======= cle266 graphics driver (via)
======= via framebuffer
======= via dri
======= via agp
======= via drm
======= alsa sequencer
======= alsa /dev/mixer oss emulation
======= alsa /dev/pcm oss emulation

Please tell me what the hell is going on, I'm using the ebuild given on the channel, and nothing works, other kernels compile fine.

I'm on the stable GCC 3.2.3 running stable gentoo, but I need this kernel for support of my via epia M motherboard.

Code: Select all

  CC      sound/last.o
make[1]: *** [sound/core] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [sound] Error 

Code: Select all

make[2]: *** [sound/core/pcm_misc.o] Error 1
make[1]: *** [sound/core] Error 2
make: *** [sound] Error 2
* gen_die(): compile of modules faile

Code: Select all

drivers/video/cle266/via_fbobj.c: In function `VIAPreSetTV3Mode':
drivers/video/cle266/via_fbobj.c:692: warning: ISO C90 forbids mixed declarations and code
drivers/video/cle266/via_fbobj.c: In function `VIAPostSetTV3Mode':
drivers/video/cle266/via_fbobj.c:834: warning: ISO C90 forbids mixed declarations and code
drivers/video/cle266/via_fbobj.c: In function `via_pci_probe':
drivers/video/cle266/via_fbobj.c:1433: error: too few arguments to function `register_framebuffer'
drivers/video/cle266/via_fbobj.c: At top level:
drivers/video/cle266/via_fbobj.c:1481: warning: `__used__' attribute ignored
drivers/video/cle266/via_fbobj.c: In function `viafb_setup':
drivers/video/cle266/via_fbobj.c:1528: warning: ISO C90 forbids mixed declarations and code
drivers/video/cle266/via_fbobj.c: At top level:
drivers/video/cle266/via_fbobj.c:98: warning: `TVindex' defined but not used
make[3]: *** [drivers/video/cle266/via_fbobj.o] Error 1
make[2]: *** [drivers/video/cle266] Error 2
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 

Code: Select all

sound/core/pcm_misc.c:2822: confused by earlier errors, bailing out
make[2]: *** [sound/core/pcm_misc.o] Error 1
make[1]: *** [sound/core] Error 2
make: *** [sound] Error 2
* gen_die(): compile
Top
ejohnson
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Tue Jan 20, 2004 2:17 am

  • Quote

Post by ejohnson » Sun Mar 14, 2004 2:34 am

yngwin,

You're right. On closer inspection they arn't functioning. As are many other drivers paired with 2.6.4 "stable". There have been quite a few deep changes made in this kernel release which break things in -mm1 and -love1 (loops, packetwriting, au8820, reiser4, and quite a few others including the lm sensors we both use).

We'll keep working on it :)
Top
dashel
n00b
n00b
User avatar
Posts: 57
Joined: Sat Sep 14, 2002 11:08 am

  • Quote

Post by dashel » Sun Mar 14, 2004 3:38 am

So I gather this means that the au8220 driver will stay broken this release then? -- Time to downgrade to 2.4 stable with seperate alsa drivers :(

/D
Top
ejohnson
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Tue Jan 20, 2004 2:17 am

  • Quote

Post by ejohnson » Sun Mar 14, 2004 4:27 am

dashel it looks that way. As it is, I don't have the knowledge to rewrite drivers ... I need to learn more :)
Keep checking lkml for updates and I'm sure steel300 will include them in the next -love.
Top
anarchron
n00b
n00b
Posts: 38
Joined: Sun Jul 13, 2003 8:37 am

  • Quote

Post by anarchron » Sun Mar 14, 2004 6:23 am

I believe the 3c59x drivers aren't working. I've compiled them as modules and loaded them but they refuse to do anything eg. ping, dhcpcd etc
Top
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

  • Quote

Post by Evil Dark Archon » Sun Mar 14, 2004 6:48 am

this release also seems to have broken the reiserfs acl patch in evil-sources.
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
yngwin
Retired Dev
Retired Dev
User avatar
Posts: 4572
Joined: Thu Dec 19, 2002 1:22 pm
Location: Suzhou, China

  • Quote

Post by yngwin » Sun Mar 14, 2004 10:02 am

ejohnson wrote:yngwin,

You're right. On closer inspection they arn't functioning. As are many other drivers paired with 2.6.4 "stable". There have been quite a few deep changes made in this kernel release which break things in -mm1 and -love1 (loops, packetwriting, au8820, reiser4, and quite a few others including the lm sensors we both use).

We'll keep working on it :)
Thanks for confirming that. I still think it's weird that this changed between rc1 and release, but so be it. Anyway, now I know it's not me. This is not critical for me, at least I get the temps from lm75.

On the other hand I can confirm this kernel compile works with my custom CFLAGS, although that was labeled experimental. I added "-march=athlon-xp -falign-jumps=4 -falign-loops=4 -falign-functions=64" - nothing too aggressive, but some nice optimizations for my processor.
Top
dashel
n00b
n00b
User avatar
Posts: 57
Joined: Sat Sep 14, 2002 11:08 am

  • Quote

Post by dashel » Sun Mar 14, 2004 10:22 am

ok thnx for the response 8) Looking forward to the next love..

/D
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Sun Mar 14, 2004 10:35 am

I too had a problem with 2.6.4-mm1 (mm1 applied manually to kernel.org 2.6.4), but no problem applying the ck1 from the Con Kolivas home page, with the CFQ scheduler selected. Works great, but I don't select the supermount option. If you can't get Love sources to work, ck1 might be an alternative some might like, until Love is working.

wrc1944
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
PovMan
Guru
Guru
User avatar
Posts: 375
Joined: Mon Sep 30, 2002 12:26 pm
Location: Australia

  • Quote

Post by PovMan » Sun Mar 14, 2004 12:28 pm

chefakito wrote:is this basically like 2.6.4_rc1-love? I still need to renice X right?
what? where's this, i want to renice my X!
I am SPAM, hear me roar.
Before posting your own topic, try to answer at least one unanswered one.
Top
Wikt
n00b
n00b
User avatar
Posts: 21
Joined: Mon Feb 16, 2004 3:27 pm

  • Quote

Post by Wikt » Sun Mar 14, 2004 12:39 pm

anarchron wrote:I believe the 3c59x drivers aren't working. I've compiled them as modules and loaded them but they refuse to do anything eg. ping, dhcpcd etc

They work all fine for me, but I hard-bulit them into kernel.
# emerge life
emerge: there are no masked or unmasked ebuilds to satisfy "life".
Top
neenee
Veteran
Veteran
User avatar
Posts: 1786
Joined: Sun Jul 20, 2003 12:15 pm

  • Quote

Post by neenee » Sun Mar 14, 2004 1:52 pm

PovMan wrote:
chefakito wrote:is this basically like 2.6.4_rc1-love? I still need to renice X right?
what? where's this, i want to renice my X!
http://forums.gentoo.org/viewtopic.php?p=148266#148266
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Sun Mar 14, 2004 4:37 pm

The core problem with this release is not the pagecache and friends code, not the interface change in some kernel internals, or the half-done work in the bk trees to update all the drivers. The problem is these all happened at once. A lot of the more common drivers received all the necessary changes by the mm1 release, but a lot of other drivers didn't.

This is kind of a sore spot on the love release. I ask that anyone with a broken driver to wait for the next release of either mainline or mm upstream to hopefully sort out some of these changes, and then I'll take another close look at the patches introduced in love if I have to (note that this would be a great time to see if the authors of those patches have an updated release).

If love works now, great, go about your daily business. If not, sit tight for one release, a lot of things should be cleaned up soon.
Top
_Nomad_
Guru
Guru
User avatar
Posts: 571
Joined: Fri Apr 11, 2003 12:22 pm

  • Quote

Post by _Nomad_ » Sun Mar 14, 2004 7:32 pm

I don't know if anyone has experienced this but when trying to use the anticipatory scheduler the boot process hangs... looks like it's looking for the root partition... it's really strange... when using the cfq though everything is great...
Top
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

  • Quote

Post by Evil Dark Archon » Sun Mar 14, 2004 11:28 pm

the anticipatory scheduler is broken, not sure which patch causes it, but it is broken.
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
charlieg
Advocate
Advocate
User avatar
Posts: 2149
Joined: Tue Jul 30, 2002 11:05 am
Location: Manchester UK
Contact:
Contact charlieg
Website

  • Quote

Post by charlieg » Mon Mar 15, 2004 12:07 am

Evil Dark Archon wrote:the anticipatory scheduler is broken, not sure which patch causes it, but it is broken.
It has been for a while.
Want Free games?
Free Gamer - open source games list & commentary

Open source web-enabled rich UI platform: Vexi
Top
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

  • Quote

Post by Evil Dark Archon » Mon Mar 15, 2004 2:59 am

2.6.4-mm2 is out
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
Brother Dysk
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 131
Joined: Mon Sep 29, 2003 1:23 pm
Location: Hong Kong SAR PRC

  • Quote

Post by Brother Dysk » Mon Mar 15, 2004 3:39 am

2.6.4-love1 looking good over here. First love since 2.6.1!
Top
mafe
n00b
n00b
Posts: 38
Joined: Thu Dec 18, 2003 5:41 pm

  • Quote

Post by mafe » Mon Mar 15, 2004 4:20 am

anarchron wrote:I believe the 3c59x drivers aren't working. I've compiled them as modules and loaded them but they refuse to do anything eg. ping, dhcpcd etc
nope, they are working fine here.
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Mon Mar 15, 2004 6:40 am

Alrighty, I've been working on love2. I want to see if I can get some of the drivers we introduce that are broken working again. Those concerned about a driver that we add, it would be most appreciated if you could see if there's an update from where ever you originally got the patch. I have about a dozen options in a make allyesconfig that fail, and as much as I enjoy digging around code, I'd rather not if there are updated drivers.

Thanks. I hope to have a release for you within 24 hours.
Top
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

  • Quote

Post by Evil Dark Archon » Mon Mar 15, 2004 6:48 am

i think that the au88x0 drivers were updated in the latest bk snapshot patch for alsa, i'm not sure if its in mm2 or not though.
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
Post Reply

88 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic