Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.10-nitro4: The Kernel Formerly Known As Hercules
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
nlabadie
n00b
n00b


Joined: 18 Jul 2002
Posts: 17
Location: Detroit, MI

PostPosted: Mon Jan 10, 2005 2:02 pm    Post subject: strange keyboard problem Reply with quote

I've got a strange keyboard problem on a Dell Inspiron 5150 when using nitro-sources-2.6.10-r4 or mm-sources: the keyboard doesn't work at all. No response, no echos, nothing.

I had the same problem when using mm-sources... it seems to have crept into nitro-sources since patches from mm have been included. When using nitro-sources-2.6.10-r2 the keyboard works fine. When using nitro-sources-2.6.10-r4 (with the same config) the keyboard no longer responds. Any ideas?
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


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

PostPosted: Mon Jan 10, 2005 2:20 pm    Post subject: Reply with quote

Hi!

I just hacked up the newest ati driver to compile with nitro4 (with mm included,
I'm using the very first nitro4). If someone is interested, I'd post some Info on it.

PS: Yes insmod works and module fglrx listed by lsmod, but I have big issues
with configuring this piggy.....

Greetz.
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Mon Jan 10, 2005 2:38 pm    Post subject: Reply with quote

Argh !!! Links on "pickledonion.net" seem to be broken (wget couldn't resolve hostname) !!! :cry:
Where can I find ebuild and patchset ???
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
Pink
Veteran
Veteran


Joined: 24 Jul 2003
Posts: 1062

PostPosted: Mon Jan 10, 2005 2:45 pm    Post subject: Reply with quote

yoyo wrote:
Argh !!! Links on "pickledonion.net" seem to be broken (wget couldn't resolve hostname) !!! :cry:
Where can I find ebuild and patchset ???


Have you retried?

The server load is very high and past a certain point you can't connect.
Back to top
View user's profile Send private message
FaNTaSi
n00b
n00b


Joined: 12 Feb 2004
Posts: 16
Location: Halle

PostPosted: Mon Jan 10, 2005 2:51 pm    Post subject: Reply with quote

Is it possible to retrieve, or a location to download, only the alsa patch? I'm looking for it as a seperated patch but I only seem to find it included in patchsets :(

Last edited by FaNTaSi on Mon Jan 10, 2005 2:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Mon Jan 10, 2005 2:52 pm    Post subject: Reply with quote

PickledOnion wrote:
Have you retried?

Code:
% wget http://pickledonion.net/nitro/ebuilds/nitro-sources-2.6.10-r4.ebuild
--15:45:45--  http://pickledonion.net/nitro/ebuilds/nitro-sources-2.6.10-r4.ebuild
           => `nitro-sources-2.6.10-r4.ebuild'
Résolution de pickledonion.net... échec: Hôte non repéré.
zsh: exit 1     wget http://pickledonion.net/nitro/ebuilds/nitro-sources-2.6.10-r4.ebuild

Just now ... :(
(time/text are french ones; that's why my english is sooooo poor ... :mrgreen: )

PickledOnion wrote:
The server load is very high and past a certain point you can't connect.

So I will try again and again and ...

Thanks for this fast reply (faster as nitro-sources :lol: ... 8)
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
Pink
Veteran
Veteran


Joined: 24 Jul 2003
Posts: 1062

PostPosted: Mon Jan 10, 2005 2:56 pm    Post subject: Reply with quote

yoyo:

I happened to be looking on the forums as you posted :D

Apart from the load issue, I don't know why you can't download the ebuild - a couple of other people have in the past few minutes. /me shrugs.

If it helps I'll post it here:
Code:
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2"
K_PREPATCHED="yes"
UNIPATCH_STRICTORDER="yes"

K_NOSETEXTRAVERSION="yes"
K_NOUSENAME="yes"
ETYPE="sources"
inherit kernel-2 eutils
detect_version
IUSE="want-mm"

DESCRIPTION="Full sources for the Stock Linux kernel and some various patches to improve desktop performance and experience"
HOMEPAGE="http://sepi.be/nitro.php"
SRC_URI="${KERNEL_URI} http://pickledonion.net/nitro/patches/patch-${KV}.bz2 http://pickledonion.net/nitro/patches/patch-${KV}-mm.bz2"

KEYWORDS="~x86 ~amd64"

src_compile() {
   if use want-mm
   then
      cd ${S}
      echo
      einfo "Applying mm patch because you wanted it!"
      echo
      epatch ${DISTDIR}/patch-${KV}-mm.bz2
   fi
}

pkg_postinst() {
   postinst_sources

   ewarn "IMPORTANT:"
   ewarn "This is a experimental kernel version, I'm not responsible for breaking your system"
   ewarn "ALWAYS keep a second stable and bootable kernel apart in your boot manager"
   echo
   if use want-mm
   then
   ewarn "You have enabled mm/bk patches.  They've been tested, but only to the compile stage."
   ewarn "If bad things happen, remember:"
   ewarn "YOU chose it."
   ewarn "With that said, I hope it runs great!"
   echo
   fi
   ewarn "Now compile this beauty, reboot, and fasten your seatbelts to experience the fastest desktop you've ever seen!"
   echo

}


edit: nothing in my error logs either - sorry.
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Mon Jan 10, 2005 3:10 pm    Post subject: Reply with quote

PickledOnion :
Thanks a lot for the ebuild.

But I couldn't create the digest as emerge can't download the patchset.

Problem seems to come from my computer/config; I'll check it in a few minutes.
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
celeron2002
n00b
n00b


Joined: 17 Oct 2004
Posts: 49

PostPosted: Mon Jan 10, 2005 5:06 pm    Post subject: Reply with quote

this patchset has the shfs support???

i dont find it :(
Back to top
View user's profile Send private message
Teh Penguin D00d
n00b
n00b


Joined: 31 Dec 2004
Posts: 35
Location: Tampa, FL

PostPosted: Mon Jan 10, 2005 5:07 pm    Post subject: Re: strange keyboard problem Reply with quote

nlabadie wrote:
I've got a strange keyboard problem on a Dell Inspiron 5150 when using nitro-sources-2.6.10-r4 or mm-sources: the keyboard doesn't work at all. No response, no echos, nothing.

I had the same problem when using mm-sources... it seems to have crept into nitro-sources since patches from mm have been included. When using nitro-sources-2.6.10-r2 the keyboard works fine. When using nitro-sources-2.6.10-r4 (with the same config) the keyboard no longer responds. Any ideas?


Is your keyboard some exotic style keyboard? Exotic being not standard PS/2. If so, perhaps you don't have a proper driver compiled in? I can't imagine anything a patchset would do...unless they change the defaults in menuconfig in such a way that your driver for your keyboard doesn't get compiled...
Back to top
View user's profile Send private message
nlabadie
n00b
n00b


Joined: 18 Jul 2002
Posts: 17
Location: Detroit, MI

PostPosted: Mon Jan 10, 2005 6:06 pm    Post subject: Re: strange keyboard problem Reply with quote

Teh Penguin D00d wrote:

Is your keyboard some exotic style keyboard? Exotic being not standard PS/2. If so, perhaps you don't have a proper driver compiled in? I can't imagine anything a patchset would do...unless they change the defaults in menuconfig in such a way that your driver for your keyboard doesn't get compiled...


Nope, it's a standard Dell Inspiron 5150 laptop keyboard. Like I said, I had the same problems with mm-sources. Now that notro-sources is including patches from mm-sources, I seem to be having the same problem with nitro-sources too. With nitro-sources-2.6.10-r2 the keyboard works fine, with nitro-sources-2.6.10-r4 it's non-responsive. Both are using the same config.
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Mon Jan 10, 2005 7:15 pm    Post subject: Reply with quote

nlabadie: there's two versions of nitro4. One uses mm patches, the other does not. Which are you using?

celeron2002: I'll throw shfs into the next version.

The alsa patch IS in the broken out directory.
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
nlabadie
n00b
n00b


Joined: 18 Jul 2002
Posts: 17
Location: Detroit, MI

PostPosted: Mon Jan 10, 2005 7:59 pm    Post subject: Reply with quote

Darckness wrote:
nlabadie: there's two versions of nitro4. One uses mm patches, the other does not. Which are you using?


Apparently the one with mm patches. Not sure what changes are in mm to cause the keyboard not to work. I'll try the other version of nitro-sources and see what happens.
Back to top
View user's profile Send private message
justanothergentoofanatic
Guru
Guru


Joined: 29 Feb 2004
Posts: 337

PostPosted: Tue Jan 11, 2005 12:45 am    Post subject: Reply with quote

PickledOnion wrote:
justanothergentoofanatic wrote:
Is this kernel now based upon mm-sources instead of ck-sources?

-Mike


Look at the first post, you know, the one by Darkness when he explains all about the patchset.


OK, I re-read the first post. I don't see where it mentions whether the mm-patches are an addition to the ck-sources patches, or used instead of the ck-sources patches.

-Mike
Back to top
View user's profile Send private message
chunderbunny
Veteran
Veteran


Joined: 31 May 2004
Posts: 1281
Location: 51°24'27" N, 0°57'15" W

PostPosted: Tue Jan 11, 2005 1:15 am    Post subject: Reply with quote

In the newer version of the ebuild the mm-patches are only applied if you use the "want-mm" USE flag. Without that flag no mm patches are applied. I'm not sure what happened before, but I know that it changed.
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Tue Jan 11, 2005 2:11 am    Post subject: Reply with quote

Darckness wrote:
On the next nitro release:
Unless people start giving me tons of patches that they need implemented very soon, or exposing huge bugs in this version, I'm gonna let this one go for a few days. I've been irritating a lot of people on my end with my constant kernel patching, and I think it's time to give them a little break. Of course, if there's need for another release soon I'll be all over it.


Yeah, how about you give us a chance to use some of these kernels !

I'd like to post about how it all works great but you always seem to bring out a new one before the paints dry on the last offering.

Joking aside, outstanding work. Nothing seems broken that was not broken before, although it's too early to say more than that.

I'd like to try the low-latency patch but that may be too specific to merit requesting it goes into Nitro. Maybe I'll have to get upto speed on doing my own patching.

Thanks for all your effort anyway. 8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Tue Jan 11, 2005 4:10 am    Post subject: Reply with quote

Gentree: low latency patch?
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
planetsheinker
Guru
Guru


Joined: 26 Feb 2004
Posts: 403
Location: Israel

PostPosted: Tue Jan 11, 2005 5:35 am    Post subject: Re: He's back.... Reply with quote

Teh Penguin D00d wrote:
You guys didn't think you could pull off another Nitro release without hearing from me; did you? ;-)

I documented the entire build process, after the ebuild download/digest/merge.

One thing to note...when I did get booted, uname -r output "2.6.10-ck"...not nitro. Even though my symlink is pointing to the proper location. I don't know it's a mistake on my part, or on yours; but...here goes nothing...and yes; it's so verbose I even left the parts where I made typo's in...

Code:
Alright...here's to being excessively detailed...

root@dustin src # cd /usr/src/
root@dustin src # ls
linux                linux-2.6.10-nitro4     linux-2.6.9-gentoo-r13  linux-2.6.9-gentoo-r8  xorg-x11-6.7.0-r3
linux-2.6.10-nitro2  linux-2.6.9-gentoo-r1   linux-2.6.9-gentoo-r4   linux-2.6.9-gentoo-r9
linux-2.6.10-nitro3  linux-2.6.9-gentoo-r12  linux-2.6.9-gentoo-r6   linux-2.6.9-nitro4
root@dustin src # rm .linux
rm: cannot remove `.linux': No such file or directory
root@dustin src # rm ./linux
root@dustin src # ls
linux-2.6.10-nitro2  linux-2.6.9-gentoo-r1   linux-2.6.9-gentoo-r4  linux-2.6.9-gentoo-r9
linux-2.6.10-nitro3  linux-2.6.9-gentoo-r12  linux-2.6.9-gentoo-r6  linux-2.6.9-nitro4
linux-2.6.10-nitro4  linux-2.6.9-gentoo-r13  linux-2.6.9-gentoo-r8  xorg-x11-6.7.0-r3
root@dustin src # ln -sf ./linux-2.6.10-nitro4 ./linux
root@dustin src # ls -l
total 8
lrwxrwxrwx   1 root root   21 Jan  8 18:02 linux -> ./linux-2.6.10-nitro4
drwxr-xr-x  20 root root 1400 Jan  6 22:21 linux-2.6.10-nitro2
drwxr-xr-x  20 root root  800 Jan  7 23:19 linux-2.6.10-nitro3
drwxr-xr-x  19 root root  656 Jan  8 17:59 linux-2.6.10-nitro4
drwxr-xr-x  19 root root 1312 Dec 31 17:02 linux-2.6.9-gentoo-r1
drwxr-xr-x  18 root root  664 Dec 24 00:21 linux-2.6.9-gentoo-r12
drwxr-xr-x  18 root root  664 Dec 31 08:15 linux-2.6.9-gentoo-r13
drwxr-xr-x  19 root root 1312 Nov 26 20:28 linux-2.6.9-gentoo-r4
drwxr-xr-x  18 root root  664 Nov 24 15:57 linux-2.6.9-gentoo-r6
drwxr-xr-x  18 root root  696 Dec  2 22:01 linux-2.6.9-gentoo-r8
drwxr-xr-x  18 root root  696 Dec  4 18:05 linux-2.6.9-gentoo-r9
drwxr-xr-x  20 root root 1304 Dec 30 15:23 linux-2.6.9-nitro4
drwxr-xr-x   3 root root   72 Dec 31 19:33 xorg-x11-6.7.0-r3

root@dustin src # cd linux
root@dustin linux # make clean
root@dustin linux # make mrproper
root@dustin linux # make menuconfig

::configures kernel, resulting in the following .config file::

root@dustin linux # make > /home/dustin/kernelmake.txt 2>&1
root@dustin linux # ls /boot/
bzNitroUdev  fbsplash  grub  initrd  initrd-gentoo-1280x1024  lost+found

(bzNitroUdev is my 2.6.9 Nitro 4 kernel, with working Udev.)

root@dustin linux # cp arch/i386/boot/bzImage /boot/bzNitro
root@dustin linux # ls /boot/
bzNitro  bzNitroUdev  fbsplash  grub  initrd  initrd-gentoo-1280x1024  lost+found
root@dustin linux # nano -w /boot/grub/grub.conf

::only showing appropriate part::

title Gentoo Dev
root (hd0,0)
kernel /bzNitro root=/dev/hda3 video=radeonfb:ywrap,mtrr,1280x1024@60 splash=verbose,theme:emergence
initrd (hd0,0)/fbsplash

::fbsplash is the initrd holding the config for fbsplash.  Yes, it works with the other kernel.  Yes, I've tried it without the initrd.::

root@dustin linux # umount /boot
root@dustin linux # exit
exit
dustin@dustin dustin $


Kernelmake.txt, as referenced above
.config, again. I rebuild by hand each time; just to see if any new options are there.

I took some advice, and checked for /proc/sys/kernel/hotplug.../proc/sys didn't even exist, though /proc did, along with most of it's directories.

Code:
1
1033
124
137
14737
14752
15989
16004
16141
16142
16143
16144
16145
16146
16227
16228
16234
18
2
247
248
249
250
2854
2855
3
4
851
9
920
959
acpi
asound
buddyinfo
bus
cmdline
cpuinfo
crypto
devices
diskstats
dma
driver
execdomains
fb
fbsplash
filesystems
fs
ide
interrupts
iomem
ioports
kallsyms
kcore
kmsg
loadavg
locks
meminfo
misc
modules
mounts
mtrr
net
partitions
scsi
self
slabinfo
stat
swaps
sysvipc
tty
uptime
version
vmstat


Once again; any help would be beyond appreciated...

::dreams of the day I'll be using a 2.6.10 kernel...::

I am not shure I am right, but it seems to me you forgot to:
Code:
cp /usr/src/linux/System.map /boot/System.map


EDIT: Corrected a typo :-)
Back to top
View user's profile Send private message
Legoguy
Apprentice
Apprentice


Joined: 22 Dec 2003
Posts: 166
Location: Edmonton, Alberta, Canada

PostPosted: Tue Jan 11, 2005 7:00 am    Post subject: Reply with quote

Also related to keyboard, I have a couple setkeycodes in my local.start, and this kernel fails to set them, gives an error for each one; like this:
Code:
KDSETKEYCODE: No such device
failed to set scancode f0 to keycode 145
KDSETKEYCODE: No such device
failed to set scancode f1 to keycode 147
KDSETKEYCODE: No such device
failed to set scancode f3 to keycode 153


Luckily everything still works except for those keys (extended buttons in this case, for WWW, e-mail, etc etc).

nitro3 did not do this. Think it might be the mm patch, haven't tried it without want-mm.

BTW, you don't really need System.map. Its main purpose is for debugging, it doesn't serve much purpose other than that.
Back to top
View user's profile Send private message
feld
Guru
Guru


Joined: 29 Aug 2004
Posts: 593
Location: WI, USA

PostPosted: Tue Jan 11, 2005 7:18 am    Post subject: Reply with quote

Hey Darckness!

After finding a working solution thanks to joining CK's mailing list, I can now use your sources and my audio issues are over, so now I plan on testing yours too.

My only question is about what was mentioned earlier in the thread - regular nitro-4 has latest ac patches but with the mm and bk patches the ac patches are farther back. Any chance you'll release with bk, mm, and ac all up to date? I just love speed... and thrill of being on the edge! (rebuild system nptl again but with reiser4 now, so... yeah!)


Catch ya later!


-Feld
_________________
< bmg505> I think the first line in reiserfsck is

if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); }
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Tue Jan 11, 2005 7:28 am    Post subject: Reply with quote

Feld: the reason that the ac is behind in the mm patch is because I got lazy and didn't want to try reversing it and applying the new one. The next nitro's mm version (yes, I think I'll be doing it most of the time unless it gets to be too much of a hassle) will be as cutting edge as you can imagine. Of course, that won't be out until at least Friday/Saturday (I'm hoping I can hold out that long...) unless something big happens before then. I won't stand idly by and let other kernel patchsets get the first crack at 2.6.11-rc1 (not even gentoo-dev) ;).

By the way, did anyone find that genetic algorithm as-sched patch? I can't really put that into the next version if I don't have the patches...

EDIT: Nevermind; just found the patch. Still curious about the low latency patch that was mentioned earlier though.
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
bollucks
l33t
l33t


Joined: 27 Oct 2004
Posts: 606

PostPosted: Tue Jan 11, 2005 8:01 am    Post subject: Reply with quote

Darckness wrote:
Feld: the reason that the ac is behind in the mm patch is because I got lazy and didn't want to try reversing it and applying the new one. The next nitro's mm version (yes, I think I'll be doing it most of the time unless it gets to be too much of a hassle) will be as cutting edge as you can imagine. Of course, that won't be out until at least Friday/Saturday (I'm hoping I can hold out that long...) unless something big happens before then. I won't stand idly by and let other kernel patchsets get the first crack at 2.6.11-rc1 (not even gentoo-dev) ;).

By the way, did anyone find that genetic algorithm as-sched patch? I can't really put that into the next version if I don't have the patches...

EDIT: Nevermind; just found the patch. Still curious about the low latency patch that was mentioned earlier though.


low latency patch would be the mingo-ll patch that comes from -ck... meaning you've already got it.
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Tue Jan 11, 2005 8:03 am    Post subject: Reply with quote

bollucks wrote:
low latency patch would be the mingo-ll patch that comes from -ck... meaning you've already got it.


Oh good. At least I won't have to hunt around for it.
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
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 Jan 11, 2005 9:05 am    Post subject: Reply with quote

Hey,

Darckness, would you consider dropping the

for-mm-only-remove-remap_page_range-completely.patch

from the mm-version? It doesn't do anything but breaking stuff that
uses "remap_page_range" as "remap_pfn_range" uses slightly different
syntax for same applications, so you can't just "replacement-patch" everything....

Tiger.
Back to top
View user's profile Send private message
xiaosuo
n00b
n00b


Joined: 01 Apr 2004
Posts: 47
Location: china

PostPosted: Tue Jan 11, 2005 9:29 am    Post subject: Reply with quote

why not use two USEs:kernel-mm , kernel-bk.there are two options
but only one USE in your ebuild.
_________________
I love freedom
and I want to fly
so I love linux
because I love linux
I choose gentoo
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, 7, 8, 9, 10  Next
Page 4 of 10

 
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