Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Love5 - The Sardine Release

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
117 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
nepenthe
Guru
Guru
User avatar
Posts: 317
Joined: Sun Jul 14, 2002 11:44 pm
Location: Sanford, ME
Contact:
Contact nepenthe
Website

  • Quote

Post by nepenthe » Sat Jan 17, 2004 3:55 pm

Chaosite wrote:Can you put the drivers for the ACX100 (wireless card) in love-sources?

It's not exactly a patch per se, but I'll make one out of it if you would put it in.

It's at acx100.sourceforge.net.
I would love that as well =)

Does someone have an ebuild with those patches in for gcc 3.4?
Top
neenee
Veteran
Veteran
User avatar
Posts: 1786
Joined: Sun Jul 20, 2003 12:15 pm

  • Quote

Post by neenee » Sat Jan 17, 2004 4:18 pm

i compiled it yesterday and apart from the
problem of some video4linux files having
doubled contents, it runs fine.

keep up the good work :wink:
Top
steel300
Veteran
Veteran
User avatar
Posts: 1155
Joined: Thu Jul 10, 2003 6:52 am

  • Quote

Post by steel300 » Sat Jan 17, 2004 4:44 pm

nepenthe wrote:
Chaosite wrote:Can you put the drivers for the ACX100 (wireless card) in love-sources?

It's not exactly a patch per se, but I'll make one out of it if you would put it in.

It's at acx100.sourceforge.net.
I would love that as well =)

Does someone have an ebuild with those patches in for gcc 3.4?
I'll check the sourceofrge site to see what's going on. If it follows kernel standards, I see no problem with putting it in in the next release.
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Top
IvoryTiger
Tux's lil' helper
Tux's lil' helper
Posts: 132
Joined: Thu Jun 27, 2002 4:35 am

Everything working here...

  • Quote

Post by IvoryTiger » Sat Jan 17, 2004 5:58 pm

Made the mistake of upgrading to module-init-tools-3.0presomething and it broke modprobe so I backed that down. Other than that, nice solid release steel300!
--
For those about to compile...we salute you!
Top
skion
Tux's lil' helper
Tux's lil' helper
Posts: 99
Joined: Mon Aug 18, 2003 7:50 pm
Location: Amsterdam, Netherlands

  • Quote

Post by skion » Sat Jan 17, 2004 6:41 pm

Hmm, i'm getting this with the latest release:

Code: Select all

CC [M]  drivers/scsi/sr.o
drivers/scsi/sr.c: In function `get_capabilities':
drivers/scsi/sr.c:889: parse error at end of input
drivers/scsi/sr.c:74: warning: `sr_remove' used but never defined
drivers/scsi/sr.c:97: warning: `sr_packet' used but never defined
make[2]: *** [drivers/scsi/sr.o] Error 1
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
I'm using gcc version 3.2.3 20030422, maybe thats the problem?

Thanks for all the great builds so far!
- Skion
Top
Wedge_
Advocate
Advocate
User avatar
Posts: 3614
Joined: Thu Aug 08, 2002 4:00 pm
Location: Scotland

  • Quote

Post by Wedge_ » Sat Jan 17, 2004 6:47 pm

@skion:
fschneider wrote:2. drivers/scsi/sr fails to compile. the following patch fixes it:

--- drivers/scsi/sr.c 2004-01-17 10:44:19.773744944 +0100
+++ ../linux-2.6.1-love2/drivers/scsi/sr.c 2004-01-10 19:23:18.000000000 +0100
@@ -798,6 +798,7 @@
if ((buffer[n + 3] & 0x20) == 0) {
/* can't write DVD-RAM media */
cd->cdi.mask |= CDC_DVD_RAM;
+ }
if ((buffer[n + 3] & 0x10) == 0)
/* can't write DVD-R media */
cd->cdi.mask |= CDC_DVD_R;
If the patch won't apply, just do it by hand - you only need to add the "}" in the middle.
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Top
J0rus
n00b
n00b
User avatar
Posts: 30
Joined: Tue May 27, 2003 5:41 am
Location: Maryland, USA

  • Quote

Post by J0rus » Sat Jan 17, 2004 6:59 pm

I was getting that SCSI error as well. Went back and looked at the sr.c code from previous 2.6.1_r2-love1 and it showed

Code: Select all

} else
on line 801.
Manually added the above and got a clean complie. Haven't tested the functionality as of yet, but the kernel boots fine and loads the sr module without error...

~J0rus
Top
Chaosite
Guru
Guru
User avatar
Posts: 540
Joined: Sat Dec 13, 2003 3:54 pm
Location: Right over here.

  • Quote

Post by Chaosite » Sat Jan 17, 2004 7:15 pm

Actually, the ACX100 drivers do have a big down-side: They are not SMP proof 100% yet.

Apparently they run and everything, but there are many possible (and unlikely, but still possible) race conditions.

I think letting go of hyper-threading for a while is better than not having Internet access for a while...

EDIT: Written a informative post in the appropriate section at the love-sources forum. Go and see.
Top
Strom
n00b
n00b
User avatar
Posts: 36
Joined: Sat Mar 01, 2003 6:30 pm
Location: Estonia, Tallinn

  • Quote

Post by Strom » Sat Jan 17, 2004 8:44 pm

I just would like to say that i succesfully complied and booted using gcc 3.2.3 but w/o SCSI support for i don't need it
Top
PrakashP
Veteran
Veteran
User avatar
Posts: 1249
Joined: Mon Oct 27, 2003 4:10 pm
Location: C.C.A.A., Germania

  • Quote

Post by PrakashP » Sat Jan 17, 2004 8:44 pm

So, I gave love5 a try, and I don't know why. No lock-ups yet. 8O Not that I want to complain... :lol: Whatever steel300 did with mm4, he did it well! Nice. :)
Top
skion
Tux's lil' helper
Tux's lil' helper
Posts: 99
Joined: Mon Aug 18, 2003 7:50 pm
Location: Amsterdam, Netherlands

  • Quote

Post by skion » Sat Jan 17, 2004 8:58 pm

Thanks for the sr.c patch guys! Although i really should have figured that one out by myself :oops:

Keep up the good work!
- Skion
Top
fschneider
n00b
n00b
Posts: 13
Joined: Fri Nov 07, 2003 11:30 pm

  • Quote

Post by fschneider » Sun Jan 18, 2004 12:53 am

after compiling I get this one:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.1-love5; fi
WARNING: /lib/modules/2.6.1-love5/kernel/fs/nfsd/nfsd.ko needs unknown symbol dnotify_parent

From my .config:

#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V4=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
CONFIG_NFSD_V4=y
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_GSS is not set

I don't know why it breaks now, while it worked with love2, but I didn't investigate. I'll take a look at it tomorrow, since it is 2 am.
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 Jan 18, 2004 1:53 am

for some reason if you compile it into the kernel it will work.
Top
IvoryTiger
Tux's lil' helper
Tux's lil' helper
Posts: 132
Joined: Thu Jun 27, 2002 4:35 am

audio cdrom question...

  • Quote

Post by IvoryTiger » Sun Jan 18, 2004 2:29 am

Okay everything works, except, CD audio.

I can verify xmms, kscd can read/play the CD, but I get no audio.

I have both digital and analog outputs running from my cdrom to my SB card. I have verified the sound works both through alsa (aplay in X and at console), and that arts sound works (through the KDE configure panel).

The only error I'm seeing in /var/log/messages is this:

Code: Select all

request_module: failed /sbin/modprobe -- sound-slot-1. error = 256
But I don't know if that even has anything to do with it.

I have tried

amixer set Master 100 unmute
amixer set PCM 100 unmute
amixer set CD 100 unmute

Heck I even fired up alsamixer itself and pushed everything to 100 that I could.

Any suggestions?
Last edited by IvoryTiger on Sun Jan 18, 2004 5:08 am, edited 1 time in total.
--
For those about to compile...we salute you!
Top
Halanegri
Guru
Guru
Posts: 351
Joined: Mon Mar 03, 2003 11:36 am
Location: Reykjavík, Iceland

  • Quote

Post by Halanegri » Sun Jan 18, 2004 4:42 am

For those of you who don't know, libaal and reiser4progs have been in portage for over a week. :wink:
Top
cwt137
Tux's lil' helper
Tux's lil' helper
Posts: 99
Joined: Fri Jul 25, 2003 5:03 am
Location: Southern California

  • Quote

Post by cwt137 » Sun Jan 18, 2004 6:36 am

I would like to use the love-sources because I have a laptop that could benefit from the igp and powernow patches. It is a compaq 2195us notebook and is very picky in linux. This could be just the kernel I need to get it to work properly. I dont see the love-sources in the portage tree. How do i install this thing?
Top
puck3d
n00b
n00b
Posts: 31
Joined: Fri Sep 19, 2003 2:57 am

  • Quote

Post by puck3d » Sun Jan 18, 2004 7:03 am

acx100 2.6 patch -- http://math.kernelpanic.net/acx100/acx1 ... 0.diff.bz2

Just apply it in the drivers/net/wireless directory and it should apply cleanly, only affects one file in the kernel, works fine for me with all teh past love sources.
Top
fca
Guru
Guru
Posts: 346
Joined: Sat Feb 22, 2003 5:14 pm
Location: Netherlands

  • Quote

Post by fca » Sun Jan 18, 2004 11:42 am

Corp.Nobbs wrote:OK, whats the score with gcc3.4? Currently I'm on 3.2.3. Firstly I'm a bit of a pussy went it comes to upgrading these sorts of core things. What impact if any would it make to the rest of my system i.e. should I emerge -U system/world after upgrading gcc? What's the benefit e.g. a faster kernel?
The other thing is that I've just emerge sync'ed and can't see gcc3.4 anyway (not it /usr/portage/sys-devel/gcc that is) :?:
First of all, it's not in portage yet. I hacked together an ebuild (based on the gcc 3.3 ebuild) and use that.
Second: it is a major upgrade. You wouldn't unmerge gcc 3.2, but there is a C++ binary incompatibility, and many programs which compile with gcc 3.2 / 3.3 do not compile with gcc 3.4 (yet).
Short advice: If you don't like testing out pre-beta versions of a compiler, working around compiler/program bugs, then don't use it. On the other hand, if you want super performance (10% better or so on average AFAICT) then by all means, try it out, see this thread
Top
Chaosite
Guru
Guru
User avatar
Posts: 540
Joined: Sat Dec 13, 2003 3:54 pm
Location: Right over here.

  • Quote

Post by Chaosite » Sun Jan 18, 2004 2:29 pm

puck3d wrote:acx100 2.6 patch -- http://math.kernelpanic.net/acx100/acx1 ... 0.diff.bz2

Just apply it in the drivers/net/wireless directory and it should apply cleanly, only affects one file in the kernel, works fine for me with all teh past love sources.
Actually, I've been using this one for quite a while, then I started getting kernel panics related to it in my new install.

So I got a newer version, and it worked.
Top
steel300
Veteran
Veteran
User avatar
Posts: 1155
Joined: Thu Jul 10, 2003 6:52 am

  • Quote

Post by steel300 » Sun Jan 18, 2004 2:52 pm

The acx100 patches will go in the next release. However, there will be a huge disclaimer regarding there use. The code is incomplete, but that's the spirit of love-sources. Experimental ideas thrive here, so in it goes.
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Top
fca
Guru
Guru
Posts: 346
Joined: Sat Feb 22, 2003 5:14 pm
Location: Netherlands

  • Quote

Post by fca » Sun Jan 18, 2004 3:05 pm

BTW, I´m now testing reiser4. Seems impressive so far.
Using it as a temp directory now.
Top
stefanwa
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Mon Dec 09, 2002 5:43 pm

  • Quote

Post by stefanwa » Sun Jan 18, 2004 4:36 pm

fca wrote:BTW, I´m now testing reiser4. Seems impressive so far.
Using it as a temp directory now.
I'm using it as my root(!) since 2 days and no problems so far! Performance is really impressive!! :D
Top
darkless
n00b
n00b
Posts: 42
Joined: Thu Jan 01, 2004 2:21 pm
Location: Denmark

  • Quote

Post by darkless » Sun Jan 18, 2004 4:43 pm

stefanwa wrote:I'm using it as my root(!) since 2 days and no problems so far! Performance is really impressive!! :D
Damn, you must have ice in your stomach 8O
Ignorance should be painful.
Top
TheCoop
Veteran
Veteran
User avatar
Posts: 1814
Joined: Sat Jun 15, 2002 5:20 pm
Location: Where you least expect it
Contact:
Contact TheCoop
Website

  • Quote

Post by TheCoop » Sun Jan 18, 2004 6:27 pm

ill probably change my root partiton to reiser4 ina month or so when the code has reasonably stabiised
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Top
stefanwa
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Mon Dec 09, 2002 5:43 pm

  • Quote

Post by stefanwa » Sun Jan 18, 2004 7:32 pm

darkless wrote:Damn, you must have ice in your stomach 8O
Seems like!! ;)

Of course I did a full backup in advance so I can go back anytime I want to. And it's a fact that I have no single important files on my Linux partitions, so when everything would get lost it won't really matter.
I'm lovin the risk...
Top
Post Reply

117 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Kernel & Hardware”

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