Linux 2.2.0pre6 Released 86
Chad Miller was the first
to tell us that pre6 is out. Remember that the new kernel.org mirrors
are up and running- you can hit ftp.<country code>.kernel.org for
a mirror near you. Help ensure that everyone can download it
faster so we can hammer this thing smooth for the 2.2 final.
Where's the FAQ&A on fixing ncurses for the kernel (Score:1)
Then you could just type "apt-get install libncurses4-dev" and it would download ncurses and all the dependencies automatically and set them up.
How to fix the modprobe stuff (Score:1)
Anyway,
I think what it is is that ppp-compress-26,24 go t o ppp_deflate, and ppp-compress-21 goes to bsd_comp.
From
----
#define CI_BSD_COMPRESS 21
#define CI_DEFLATE 26
#define CI_DEFLATE_DRAFT 24
Still buggered. (Score:1)
The ISDN link comes up and works for a few hours, but then fails, complaining
HiSax: if_command 14 called with invalid driverId 0!
until it's rebooted.
Still buggered. (Score:1)
I did. [linuxhq.com] And I've even got it back from linux-kernel, after the obligatory 2-day delay.
But there's no point trying to fix it - we just need to put the latest CVS code into 2.2.
And now a serious attempt to help. (Score:1)
To the original poster: you need to give more info. You say you've managed to ping and nslookup. Did you do that with IP addresses or domain name addresses?
Also, I'll mention a small problem I had when I moved up to ppp-2.3.5. It would dial fine, and connect, but wouldn't let me telnet and lynx anywhere (didn't try ping and/or nslookup). I made a slight change to my ppp-on script to add a defaultroute option to my pppd command line. Now it looks like this:
exec /usr/sbin/pppd -d /dev/modem 115200 \
defaultroute \
$LOCAL_IP:$REMOTE_IP \
connect $DIALER_SCRIPT
Hope this helps.
---
Best US Mirror (Score:1)
I wonder if there is an ftp3.
2.2.0 (Score:1)
Linus said in a Boot interview that it would be out by the end of October. Then he said it'd be out by Christmas. It's January 9th and I'm still waiting.
2.2 pre 4 and disk quotas (Score:1)
How to apply patch (warning newbie alert) (Score:1)
One other thing you may want to do is to take your old
Also, once you type make zImage, the finished file is in usr/src/linux/arch/i386/boot. (Unless someone changed it - it's been a while.) This goes into your RedHat
Hope this all helps.
2.2 2.2 2.2 (Score:1)
FBCon with ATI Mach64 (Score:1)
(FWIW, my card is ATI Xpression+ - 264VT.)
(Score:1)
Well, gosh, if Linus Torvalds doesn't know, what makes you think some idiot on /. is going to be able to give you a better estimate?
Here's a clue for you, since you appear to need one: No one knows the answer to your question! Anyone who gives you an answer is guessing at best. We don't have access to a time machine which would enable us to go into the future, find out when it was done, come back and tell you. Deal with it...
--
Starting reality daemon: realityd
!RE: Compilation problems with 2.2.0pre4-6 (Score:1)
Looks like your build tree got corrupted somehow... .../old-checksum.c and replaced by asm-code .../checksum.S
arch/i386/lib/checksum.c was renamed
In short, checksum.c should not exist.
To get back up to spec, you'll have to...
FBCon with ATI Mach64 (Score:1)
reset
;)
-l
Lock on PCI Probe (Score:1)
I booted once more and this time it worked. The kernel I have used previously was 2.1.131 and it has never hanged that way. Anyone more who noticed this?
FBCon with ATI Mach64 (Score:1)
ATI cards are the most interesting cases:
I have the exact same model working in one machine
and not-working in another machine, without
a simple explanation.
I already have 13 reports on mach64 based cards,
but still can't predict if a given card will work
with the VESA driver.
Can't get PPP working on Ricochet modem (Score:1)
If so, I have a workaround.
A workaround for PPP checksum errors (Score:1)
a line that begins with
if(tcp_v4_check(th,if(tcp_v4_check(th,
cha
if(0&tcp_v4_check(th,...
(so that the condition is always false)
Then, recompile and reboot.
It works for me.
Compilation problems with 2.2.0pre4-6 (Score:1)
my compile always stops in arch/i386/lib
with the following error message:
make[1]: Entering directory `/usr/src/linux-2.2.0-pre6/arch/i386/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.2.0-pre6/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o checksum.o checksum.c
checksum.c:200: redefinition of `csum_partial_copy'
checksum.c:105: `csum_partial_copy' previously defined here
{standard input}: Assembler messages:
{standard input}:188: Fatal error: Symbol csum_partial_copy already defined.
make[2]: *** [checksum.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.0-pre6/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.0-pre6/arch/i386/lib'
make: *** [_dir_arch/i386/lib] Error 2
However by looking at the code i notice a
csum_partial_copy and a csum_partial_copy_fromuser, and not twice
csum_partial_copy.
So whats going on?
Compilation problems: fixed (Score:1)
should not be there. so i just deleted it and the
build went just fine.
However I got a new problem:
startx fails with
Cannot open mouse (Operation not supported by device)
Mouse support is compiled in, however. Could that be related to the corrupted tree i presumably got?
startx fails: Cannot open mouse (Score:1)
when i do startx, i get
Cannot open mouse (Operation not supported by device)
I checked, and ps/2 mouse support *is* compiled in. This is on 2.2.0pre6 on a Sony Vaio.
what gives?
GOOD (Score:1)
Pre series (Score:1)
Also, should lockd be spewing messages to my console all the time?
When -> (Score:1)
US vs. RU :-) (Score:1)
ftp.ru.kernel.org: latest pre6 !
How to fix the modprobe stuff (Score:1)
I have no idea why it would be calling ppp-compress instead of bsd_comp and ppp_deflate (both are ppp modules), but I would assume you could alias any of those ppp-compress modules to bsd_comp or ppp_deflate. =)
EraseMe
2.2 pre 4 and disk quotas (Score:1)
I compiled quota support into my new 2.2 kernel and everything. However the crash is very dependent and it leaves the system running but nobody capable of logging in. Has anybody else had this problem? Has it been fixed some time between pre 4 and pre 6? Or might it be something that I am doing dreadfully wrong. I would have tried upgrading to 2.2 pre 6 except that I cannot afford to crash the computer because it is in a locked closet and a hassle for me to get in to reboot manually.
Please email me if you have any ideas.
Thanks!
Best US Mirror (Score:1)
2.2 2.2 2.2 (Score:1)
WHEN IT'S READY, AND NOT ONE PICOSECOND BEFORE.
At least one lamer asks this question for EACH pre release. When will you folks get the point?
BTW, "ready" means "when Linus Torvalds and Alan Cox think it's ready, announce that they think it's ready, and don't get any credible flames from the developers list".
Oh; and an equally credible answer is "it's ready now, use it and shut up yer whining".
X11AMP (Score:1)
The answer to this problem is in the FAQ on www.x11amp.org [x11amp.org]. What you need to do is turn off skins, or unzip the skin to a directory and run it that way. (That's what I'm doing and it works fine in 2.2pre4)
Chrisuk.linux.org needs mirrors to (Score:1)
Unfortunately, I can't get into ftp.uk.linux.org to pick up the inevitable pre6ac1 patch. Perhaps kernel.org needs to start mirroring that list of patches as well.
ppp disconnects a lot more in 2.2.x-preX (Score:1)
Jan 9 14:09:08 bd pppd[770]: Using interface ppp0
Jan 9 14:09:08 bd pppd[770]: Connect: ppp0
Jan 9 14:09:11 bd modprobe: can't locate module ppp-compress-21
Jan 9 14:09:11 bd modprobe: can't locate module ppp-compress-26
Jan 9 14:09:11 bd modprobe: can't locate module ppp-compress-24
Jan 9 14:09:11 bd pppd[770]: local IP address
Jan 9 14:09:11 bd pppd[770]: remote IP address 38.1.1.1
Jan 9 14:10:00 bd modprobe: can't locate module net-pf-4
Jan 9 14:10:00 bd modprobe: can't locate module net-pf-5
Jan 9 14:20:00 bd modprobe: can't locate module net-pf-4
Jan 9 14:20:00 bd modprobe: can't locate module net-pf-5
Ok.. that worked .. (Score:1)
FBCon with ATI Mach64 (Score:1)
(*)ATI Mach64 Display Support
works like a charm here
talking windows users is where I draw the line
Me too! Another voice crying in the wilderness... (Score:1)
To anyone who would offer suggestions:
1. Yes, we're using the latest pppd.
2. Yes, we have routing set up correctly.
3. Yes, we have our PPP options set up correctly.
If you don't believe me, then note that the exact same configuration works *great* in 2.1.108 and below, and that IP, ICMP, and UDP all work fine; it's only TCP that breaks.
The only clue I have is that people with later kernels and PPP have suffered from "TCP stalls". This is a different, but similar problem, where TCP becomes very very slow sometimes. Perhaps the extra latency of the Ricochet turns "very very slow sometimes" into "never works ever"? Kinda dubious, but...
It's too bad Amit didn't include his e-mail, I'd like to get in touch with him.
P.S. Several times recently, I've had a problem, tried to diagnose it or search for a fix, with the same results -- some combination of the following:
1. I search DejaNews and mlist archives, and find others with the same (or similar problems), who have posted about them but gotten no reply (or maybe one or two unhelpful replies).
2. I post myself, and get no reply (or maybe one or two unhelpful replies).
3. I e-mail the maintainer, and get no reply.
4. I fix the problem, and post a patch to a mailing list, and get no reply.
5. I mail the patch to the maintainer, and get no reply, and it isn't folded in. In both (4) and (5), I include "bug fix patch!" prominently in the subject line.
This gets frustrating after a while. I think a major problem with open source (and Linux in particular) is that the low S/N ratio of public channels makes it very difficult to be heard, especially if you're not a well known contributor, or you have a relatively esoteric problem that doesn't happen to (directly) affect loads of other people.
Can't get PPP working on Ricochet modem (Score:1)
Me too! Another voice crying in the wilderness... (Score:1)
X11AMP (Score:1)
I had this problem too ( with all the 2.2.0pre series ), but a friend ( Hi Victor! ) mentioned to me that there is a 'fix' on the X11amp web site.
Not a fix really, but the problem is when using zipped skins. If you unzip your skin, and point to the dir in your config file ( instead of the zip file ) everything works fine. Or just do not use skins.
Bas
pre6 swap-happy (Score:1)
2.2 2.2 2.2 (Score:1)
Did someone manage to compile one on Sparc (Score:1)
linux 2.2.0 pre5 (Score:1)
I got this on pre 2 and pre 5 but 2.0.36 worked ok
This tends to slow the connection esp. on long downloads
Any ideas?
Rvplayer broken? (Score:1)
***audio: write error
messages...local or streamed.
Pre series (Score:1)
Also, anyone else have any problems with DHCP with 2.2?
Pre series (Score:1)
I just manually entered the ip and mask and everything looks dandy.
I have a different problem, but again a problem. (Score:1)
X fail in 2.2.pre* and 2.1.1?? (Score:1)
I can't get myself through the KDE that I have installed on my system as well with the new kernel. I think it would be my old library file which need update. Anyway, I am waiting for the Redhat 5.3 or SuSE 6.0 or whatever that comes with Kernel v2.2