View previous topic :: View next topic |
Author |
Message |
AlterEgo Veteran
Joined: 25 Apr 2002 Posts: 1619
|
Posted: Sun Apr 20, 2003 8:20 am Post subject: 2.5.68 |
|
|
2.5.68
Patch
Changelog
Source tarball
Or just emerge development-sources.
Nice opportunity to start a new thread |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Apr 20, 2003 8:38 am Post subject: |
|
|
fine then
problems with it:
1. i2c doesnt work. complains about not having /proc/i2c, looked everywhere but I still cant find the module setting in the dir or the kernel config
2. snd-pcm-oss doesnt load automatically on startup. Ive done a quick hack of the line in init.d/alsasound but its messy and me-specific
any solutions? _________________ 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 |
|
Back to top |
|
|
floam Veteran
Joined: 27 Oct 2002 Posts: 1067 Location: Vancouver, WA USA
|
Posted: Sun Apr 20, 2003 9:15 am Post subject: |
|
|
heres a fix to lots of stuff not working in 2.5.67-mm4, 2.5.68, and 2.5.68-mm1, its mostly terminals and the likes not really working: compile the psuedo terminal stuff (pts) (im sure thats not what the s stands for, but its 3:15 am and i forget.) into kernel and add this line to your fstab,
Code: | devpts /dev/pts devpts defaults 0 0 |
then mount devpts |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Apr 20, 2003 9:19 am Post subject: |
|
|
aaaaah, thats what the problem is
someone add this to the ebuild... _________________ 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 |
|
Back to top |
|
|
floam Veteran
Joined: 27 Oct 2002 Posts: 1067 Location: Vancouver, WA USA
|
Posted: Sun Apr 20, 2003 9:28 am Post subject: |
|
|
Quote: | someone add this to the ebuild... | I dont think it'd be good to have ebuilds just sort of blindly adding stuff to peoples fstab's, maybe a message after emerge telling people to do so would be better |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Apr 20, 2003 10:03 am Post subject: |
|
|
thats what i meant _________________ 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 |
|
Back to top |
|
|
floam Veteran
Joined: 27 Oct 2002 Posts: 1067 Location: Vancouver, WA USA
|
Posted: Sun Apr 20, 2003 10:10 am Post subject: |
|
|
if someone wants to submit this to gentoo's bugzilla go ahead, im way too lazy tonight to do it. if noone has by sometime tommarow i guess ill step up and do it |
|
Back to top |
|
|
sepp Guru
Joined: 11 Jul 2002 Posts: 330
|
Posted: Sun Apr 20, 2003 10:11 am Post subject: |
|
|
floam wrote: | compile the psuedo terminal stuff (pts) (im sure thats not what the s stands for, but its 3:15 am and i forget.) into kernel and add this line to your fstab,
Code: | devpts /dev/pts devpts defaults 0 0 |
then mount devpts |
I don't think you need this. just enable devfs support and devfs automount on boot support. the help for devpts itself says that devfs is the more general thing. correct me if I'm wrong |
|
Back to top |
|
|
floam Veteran
Joined: 27 Oct 2002 Posts: 1067 Location: Vancouver, WA USA
|
Posted: Sun Apr 20, 2003 10:15 am Post subject: |
|
|
You are wrong. From linus's post about 2.5.68:
Linus Torvalds wrote: | Oh, and the devfs stuff by Christoph means that devfs users should beware:
in particular, devfs users now need to mount the pts filesystem like everybody
else does, that duplication got killed. |
|
|
Back to top |
|
|
sepp Guru
Joined: 11 Jul 2002 Posts: 330
|
Posted: Sun Apr 20, 2003 10:43 am Post subject: |
|
|
floam wrote: | You are wrong. From linus's post about 2.5.68:
Linus Torvalds wrote: | Oh, and the devfs stuff by Christoph means that devfs users should beware:
in particular, devfs users now need to mount the pts filesystem like everybody
else does, that duplication got killed. |
|
yeah, /me just found it now too. strange tough. will a "mount -t devpts" in /etc/conf.d/local.start do the trick? |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Apr 20, 2003 11:01 am Post subject: |
|
|
Code: | mount -t devpts devpts /dev/pts | should work _________________ 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 |
|
Back to top |
|
|
Lowspirit Apprentice
Joined: 31 Jul 2002 Posts: 258 Location: Northern Sweden
|
Posted: Sun Apr 20, 2003 11:11 am Post subject: |
|
|
Have anyone that experienced the degradation from the "interactivity" patch that got in 2.5.65 tried .68? I could only spot one possible changelog entry that could be related to perhaps fixing it.
2.5.64 and 2.5.65+ multitasking performance is like day and night for me, apparently not everyone is experiencing it but some are. Con removed the interactivity patch that he backported into his ck kernel because alot complained about heavily decreased performance.
It did work OK on my work computer, but the notion of having to wait a couple of seconds for stuff to get responsive (getting proper interactivity boost) doesn't really fit my description of being responsive.
I'm stuck on .64 until it get fixed _________________ Gentoo | AMD X2 3800+ 2GB RAM | Kernel 2.6.30 . ReiserFS . CFQ . GCC4.3.3 | Firefox 3.5 | Gnome 2.26 w/ Compiz-Fusion
"Penguins are the only fish that can fly" |
|
Back to top |
|
|
sepp Guru
Joined: 11 Jul 2002 Posts: 330
|
Posted: Sun Apr 20, 2003 11:19 am Post subject: |
|
|
TheCoop wrote: | Code: | mount -t devpts devpts /dev/pts | should work |
works like a charm. something else. any of you guy got /etc/init.d/alsasound to work with 2.5.x kernel? I'm just annoyed of unmuting the mixer on every single startup |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Apr 20, 2003 11:32 am Post subject: |
|
|
no problems with alsasound for me... _________________ 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 |
|
Back to top |
|
|
sepp Guru
Joined: 11 Jul 2002 Posts: 330
|
Posted: Sun Apr 20, 2003 11:41 am Post subject: |
|
|
TheCoop wrote: | no problems with alsasound for me... |
it doesn't load the drivers for me |
|
Back to top |
|
|
CoronaLover Retired Dev
Joined: 20 Jun 2002 Posts: 163 Location: Rosh-ha'ayin, Israel
|
Posted: Sun Apr 20, 2003 12:40 pm Post subject: |
|
|
Lowspirit wrote: | Have anyone that experienced the degradation from the "interactivity" patch that got in 2.5.65 tried .68? I could only spot one possible changelog entry that could be related to perhaps fixing it.
2.5.64 and 2.5.65+ multitasking performance is like day and night for me, apparently not everyone is experiencing it but some are. Con removed the interactivity patch that he backported into his ck kernel because alot complained about heavily decreased performance.
It did work OK on my work computer, but the notion of having to wait a couple of seconds for stuff to get responsive (getting proper interactivity boost) doesn't really fit my description of being responsive.
I'm stuck on .64 until it get fixed |
the interactivity patch is gone since 2.5.67 IIRC. |
|
Back to top |
|
|
nepenthe Guru
Joined: 14 Jul 2002 Posts: 317 Location: Sanford, ME
|
Posted: Sun Apr 20, 2003 2:19 pm Post subject: |
|
|
When I try to open a terminal I get
"Can't open pseudo-tty -- no such file or directory"And it only happened after I upgraded the kernel so I'm assuming this is the reason, I hope. Any ideas?
I added Code: | devpts /dev/pts devpts defaults 0 0 | To fstab but no change in error |
|
Back to top |
|
|
nepenthe Guru
Joined: 14 Jul 2002 Posts: 317 Location: Sanford, ME
|
Posted: Sun Apr 20, 2003 2:46 pm Post subject: |
|
|
okay scratch that did work, just had to reemerge eterm afterwards, and it worked.
Thanx |
|
Back to top |
|
|
floam Veteran
Joined: 27 Oct 2002 Posts: 1067 Location: Vancouver, WA USA
|
Posted: Sun Apr 20, 2003 3:31 pm Post subject: |
|
|
the interactivity stuff/anticipatory scheduler is in mm-sources I believe. |
|
Back to top |
|
|
darktux Veteran
Joined: 16 Nov 2002 Posts: 1086 Location: Coimbra, Portugal
|
Posted: Sun Apr 20, 2003 6:40 pm Post subject: |
|
|
Hi!
I am using 2.5.68-mm1, anyone has tried it using framebuffer?
Mine doesn't work if I append vga= to grub, the screen just stays black, but it boots fine (without FB), if I remove that bit from grub.conf.
Anyone experiencing the same problem? _________________ Lego my ego, and I'll lego your knowledge
www.tuxslare.org - My reborn website |
|
Back to top |
|
|
silverter Guru
Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Sun Apr 20, 2003 6:49 pm Post subject: |
|
|
Hello darktux,
I've got Framebuffer running. What does your .config file look like?
But I must say, I just got the vesafb running. I have an ATi video card and I've nerver succeded to get accelerated FB support on it, but the vesafb works perfect.
regards, _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
|
TheCoop Veteran
Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Apr 20, 2003 7:04 pm Post subject: |
|
|
have you got the right number after vga=?
For me its vga=0x317 for a 1024x768 16bit console _________________ 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 |
|
Back to top |
|
|
silverter Guru
Joined: 10 Apr 2002 Posts: 491 Location: Ulm, DE
|
Posted: Sun Apr 20, 2003 7:07 pm Post subject: |
|
|
I use vga=788 for 800x600x16 in vesafb... _________________ -- A Guru was once a Beginner -- |
|
Back to top |
|
|
[/elBASTRON] n00b
Joined: 02 Apr 2003 Posts: 45
|
Posted: Sun Apr 20, 2003 8:14 pm Post subject: |
|
|
I've got a little problem that I don't know how it is caused, however, it has not appeared to me before 2.5.68. Where do the new kernels make their modules? I do make bzImage && make modules, but in /lib/modules their is not created any 2.5.68-mm1 directory or such. Any ideas? |
|
Back to top |
|
|
cipher n00b
Joined: 10 Dec 2002 Posts: 21 Location: US
|
Posted: Sun Apr 20, 2003 8:16 pm Post subject: alsa-related |
|
|
those using a yamaha pci sound card might find that they get better performance compiling the driver as a module rather than into the kernel. |
|
Back to top |
|
|
|