Linux-Misc Digest #674, Volume #25 Tue, 5 Sep 00 15:13:02 EDT
Contents:
Re: Problems compiling kernel (D.Kreft)
Re: Changing Desktop Appearance (Ben)
Re: IP address stealing on Intranet (Rasputin)
Sparc64 kernel builds breaking...why? (D.Kreft)
Errors inserting module with 2.4 kernel (Bob Jones)
Re: Syslog problem ("Kart")
Re: Partitions (Robert Hull)
Re: Linux can't find USR PCI hardware modem (Pete Zaitcev)
Raid 1 install & e2fsck problems on RedHat 6.2, kernel 2.2.16-3 (Patrick McMahon)
Re: Partitions ("Peter T. Breuer")
Re: Syslog problem ("Peter T. Breuer")
Re: Terminal prog for linux (kjordan)
Re: SMP Performance? (John Hasler)
Installation problems (Simon Cooper)
Re: newgrp (Steve)
Re: Modem Hangup (Steve)
waar vind ik drivers voor een dynalink is64pph(+) isdnkaart en hoe installeer ik ze
("linux")
Anybody want to collaborate on linux palmtop/slate/portable? ([EMAIL PROTECTED])
Re: synaptics touchpad (Christopher Michael Collins ())
----------------------------------------------------------------------------
From: D.Kreft <[EMAIL PROTECTED]>
Subject: Re: Problems compiling kernel
Date: Tue, 05 Sep 2000 16:59:32 GMT
In article <8p2d0j$124$[EMAIL PROTECTED]>,
> But when I reboot and type ?uname -v? the kernel date shows up as Tue
> Mar 7 2000 and ?dmesg |grep appletalk? shows nothing.
> What am I doing wrong?
Did you run /sbin/lilo before rebooting? Unless you do this, your
changes to lilo.conf will not be recognized.
-dan
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Ben <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,comp.os.linux,comp.os.linux.help
Subject: Re: Changing Desktop Appearance
Date: Tue, 05 Sep 2000 17:00:10 GMT
In article <8p0t7a$gh5$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> Hi all,
>
> My PC runs win98 and Redhat6.0. The Icons on the desktop and the panel
> at its bottom are very big; the width of the panel is about 3cm. I
> thought the problem is to do with one of the settings on the
> XF86config; but which one and how?
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
hi,
easiest way to fix this problem is to type 'linux 3' at the LILO prompt
then once you're logged in, run Xconfigurator or some variation of it.
Choose all the video settings you wish to use and kill the ones you
don't. If this doesn't work for you then you'll have to edit the
XF86config file by hand (not really that hard at all). Just remark out
the lines you don't want (i.e. something like 320x200 @ 8bit which is
probably what your machine is using now). And leave the ones you want.
Be careful with the monitor refresh rates as it is possible to damage
your monitor if the values are too high. Research your stuff to find out
its capabilities and use that data. I had to manually edit the
XF86Config file for my RH box to get it to show 800x600x24bpp at a
non-headache inducing refresh.
hope this helps and excuse my M$(im at work)
ben
--
-Refuse To Crawl-
Check out my cheesy web page: http://web.tampabay.rr.com/linuxkrush/
yeah yeah, i know...it'll get better!
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED] (Rasputin)
Subject: Re: IP address stealing on Intranet
Reply-To: [EMAIL PROTECTED]
Date: Tue, 05 Sep 2000 17:15:13 GMT
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>Hello,
>
>We have an intranet with about a hundred machines. Internet usage
>accounted based on usage of SQUID (which counted on IP address).
>Some people change their IP address to other which belong to someone
>who are on vacation.
>
>How can catch this IP address stealing?
This sounds more like a network security issue than anything else..
It sounds like you need general protection from IP spoofing.
(I hope you don't use services that rely on IP for
authentication.)
Would subnetting be an option?
You could at least guarantee that a particular IP address originates
in the right room, then build squid ACLs by network addrees.
Have a look at linuxdoc, in particular the networking HOWTOs.
Any more help than that counts as consultancy :)
--
Rasputin.
Jack of All Trades - Master of Nuns.
------------------------------
From: D.Kreft <[EMAIL PROTECTED]>
Subject: Sparc64 kernel builds breaking...why?
Date: Tue, 05 Sep 2000 17:07:35 GMT
Greetings.
I'm trying to build a new kernel for my UltraSparc5 and I'm not getting
very far. I've currently got a pre-built 2.2.16-3 kernel up and running
and all is well...but alas I want to tweak! I'm using egcs64:
dkreft@weevil:~> rpm -qi egcs64
Name : egcs64 Relocations: (not
relocateable)
Version : 19980921 Vendor: Red Hat Software
Release : 4 Build Date: Mon 17 May 1999
12:46:27 PM PDT
Install date: Thu 31 Aug 2000 05:56:59 PM PDT Build Host:
bart32.devel.redhat.com
Group : Development/Languages Source RPM:
egcs64-19980921-4.src.rpm
Size : 2751419 License: GPL
Packager : Red Hat Software <http://developer.redhat.com/bugzilla>
URL : http://egcs.cygnus.com/
Summary : Experimental GNU Compiler System for sparc64
Description :
A compiler aimed at compiling sparc64 kernel. Is not fully capable to
build
64bit userland binaries.
...which is symlinked to /usr/bin/gcc:
dkreft@weevil:~> ls -l /usr/bin/gcc
lrwxrwxrwx 1 root root 26 Aug 31 18:03 /usr/bin/gcc ->
/usr/bin/sparc64-linux-gcc*
But when I try to build, I get a ton of warnings about conflicting types
(small snippet below):
/usr/src/linux-2.2.16/include/linux/string.h:21: warning:
conflicting types for built-in function `strlen'
/usr/src/linux-2.2.16/include/linux/string.h:28: warning:
conflicting types for built-in function `memset'
/usr/src/linux-2.2.16/include/linux/string.h:29: warning:
conflicting types for built-in function `memcpy'
/usr/src/linux-2.2.16/include/linux/string.h:32: warning:
conflicting types for built-in function `memcmp'
And finally wind up with the following:
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o conmakehash
conmakehash.c
In file included from /usr/include/stdio.h:57,
from conmakehash.c:17:
/usr/include/libio.h:363: conflicting types for `__restrict'
[...snip...]
In file included from conmakehash.c:17:
/usr/include/stdio.h:182: parse error before `__filename'
[...snip...]
/usr/include/stdlib.h: At top level:
In file included from conmakehash.c:18:
/usr/include/stdlib.h:379: parse error before `__buf'
[...snip...]
/usr/include/string.h:282: parse error before `__stringp'
make[3]: *** [conmakehash] Error 1
make[3]: Leaving directory `/usr/src/linux-2.2.16/drivers/char'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.2.16/drivers/char'
make[1]: *** [_subdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.16/drivers'
make: *** [_dir_drivers] Error 2
I'm not sure what to do next...documentation on building 64-bit kernels
is rather hard to come by. Has anyone else here successfully built a
64-bit kernel (preferably for Sparc)? I'd be thrilled to know how you
did it.
Thanks a ton in advance.
-dan
p.s. FWIW, when I mistakenly built the kernel with egcs-2.91.66
("normal" egcs--not 64-bit) the build went just fine--it just resulted
in an unusable kernel for my Ultra5.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Bob Jones <[EMAIL PROTECTED]>
Subject: Errors inserting module with 2.4 kernel
Crossposted-To: comp.os.linux.hardware,comp.os.linux.networking
Date: Tue, 05 Sep 2000 17:20:15 GMT
My token ring card works perfectly using 2.2.16 but when I try to use
2.4-pre.... I get errors inserting the module.
Here is my output
modprobe ibmtr
ibmtr: register_trdev() returned non-zero.
/lib/modules/2.4.0-test8/kernel/drivers/net/tokenring/ibmtr.o:
init_module: Input/output error
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
/lib/modules/2.4.0-test8/kernel/drivers/net/tokenring/ibmtr.o: insmod
/lib/modules/2.4.0-test8/kernel/drivers/net/tokenring/ibmtr.o failed
/lib/modules/2.4.0-test8/kernel/drivers/net/tokenring/ibmtr.o: insmod
ibmtr failed
insmod ibmtr
Using /lib/modules/2.4.0-test8/kernel/drivers/net/tokenring/ibmtr.o ibmtr:
register_trdev() returned non-zero.
/lib/modules/2.4.0-test8/kernel/drivers/net/tokenring/ibmtr.o:
init_module: Input/output error
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
I have the following in my modules.conf
alias tr0 ibmtr
options ibmtr io=0xa24 irq=11
alias scsi_hostadapter aic7xxx
alias parport_lowlevel parport_pc
alias char-major-107 3dfx
alias sound emu10k1 alias
char-major-81 bttv
I ran the dos setup utility for the card. (An IBM 16/4 PNP) and set the
values myself. I tried a couple of different ones but they all have the
same effect.
The kernel and modules compile without error and I have ran make
modules_install ;) Any ideas?
Thanks Dave
------------------------------
From: "Kart" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Syslog problem
Date: Tue, 5 Sep 2000 19:24:56 +0200
"Peter T. Breuer" <[EMAIL PROTECTED]> wrote in message
news:8p2don$m1q$[EMAIL PROTECTED]...
> In comp.os.linux.misc Sylvain <[EMAIL PROTECTED]> wrote:
> : Note : I boot the system with a read-only root fs and a ramdisk over
/var.
>
> A read only root fs is a neat trick. How do you make /dev/console
> writable?
>
> : Kernel is 2.2.16 patched with devfs. When rebooting with a read-write
root
> : fs, I have no problem at all !!
>
> Yeah, well, somehow I'm not entirely surprised.
>
> The few occasions I've tried to make / readonly, I've regretted it.
> Needs mods to mount and umount for one thing. It probably is feasible
> if you start off rw and ro and some later stage, after replacing
> /etc/mtab, /etc/motd, /etc/issue and friends with symlinks to /var.
> The real stinker is /dev.
This is not really helpful ... Perhaps could give ideas as which files or
services could be involved in this problem ??
>
>
> Peter
------------------------------
From: Robert Hull <[EMAIL PROTECTED]>
Subject: Re: Partitions
Date: Tue, 5 Sep 2000 18:33:48 +0100
In article <8ouiri$goh$[EMAIL PROTECTED]>, Peter T. Breuer
<[EMAIL PROTECTED]> writes
>Dux <[EMAIL PROTECTED]> wrote:
>: "Peter T. Breuer" wrote:
>:>
>:> http://www.linuxdoc.org/HOWTO/mini/Partition-1.html
>
>: The URL you sent
>: me gave me a dead link.
>
>I didn't send you anything.
Rather than engage in pedantry, why not address the fact that the URL in
your earlier post is incorrect ?
[snip]
>
>To find the url, I did "lynx http://www.linuxdoc.org/".
But then you must have written the results wrongly.
http://www.linuxdoc.org/HOWTO/mini/Partition.html *is* a valid URL
http://www.linuxdoc.org/HOWTO/mini/Partition-Rescue-mini-HOWTO.html also
exists
but http://www.linuxdoc.org/HOWTO/mini/Partition-1.html does *not*
exist, it is therefore not surprising that the original poster cannot
find it
>I KNOW you're capable of using
>your wits ...
>
I suspect that someone who wished to help and who was using their wits
would have double checked the URL, then suggested an extant page such as
those above rather than resort to berating a correspondent who cannot
find a non-existent URL
--
Robert Talking to yourself - first sign of madness
Answering yourself back - first sign of schizophrenia
I go one better: If I don't like the answer ...
I put it to a majority vote
------------------------------
From: [EMAIL PROTECTED] (Pete Zaitcev)
Subject: Re: Linux can't find USR PCI hardware modem
Date: Tue, 05 Sep 2000 17:53:11 GMT
> setserial /dev/ttyS1 irq 9 port 0x1051 autoconfig
Why is it not 0x1050 ?
> Serial driver version 4.27 with MANY-PORTS MULTIPORT SHARE_IRQ enabled
I think Ted did a new serial.c with PCI option for latest 2.2.x,
try to investigate that. It may remove a need for setserial.
--Pete
------------------------------
From: [EMAIL PROTECTED] (Patrick McMahon)
Crossposted-To: comp.os.linux.setup,linux.redhat.install
Subject: Raid 1 install & e2fsck problems on RedHat 6.2, kernel 2.2.16-3
Date: 5 Sep 2000 18:14:08 GMT
Reply-To: [EMAIL PROTECTED]
Has anyone had experience setting up a Raid 1 device after RH6.2 is
installed to the first drive?
e2fsck craps out with superblock/partition table errors on /dev/md5
after mkraid is successful.
I'm tring to setup Raid 1 between 2 ide disks: hda8 & hdc8.
The hard drives are identical, partitioned the same.
hda has a working RedHat 6.2 install, upgraded to the 2.2.16 kernel.
with kernel custom compiled to include Raid 1.
I used the RedHat "linux rescue" CD boot & copied my raidtab into /etc
from a floppy (saved the raidtab from an initial install done to these
drives).
did a:
dd if=/dev/hda8 of=/dev/hdc8
then
issued mkraid /dev/md5 (for hda8 & hdc8)
after 15 min (1 gig partition), /proc/mdstat showed a functional md5
mount -t ext2 /dev/md5 /mnt/test
Worked! - Data was intact from hda8 !
BUT.......
umount /mnt/test
e2fsck /dev/md5 won't work!
Craps out with:
"The filesystem size (according to the superblock) is 257032 blocks.
The physical size of the device is 257008 blocks.
Either the superblock or the partition table is likely to be corrupt!"
I also tried:
mkraid --really-force /dev/md5
good md5 - e2fsck still gives the same message!
Can anyone tell me how to get /dev/md5's superblock to work with
e2fsck?
raidtab:
[snip md1 to md4 - all same as md5 - all md's are problem with e2fsck]
raiddev /dev/md5
raid-level 1
nr-raid-disks 2
chunk-size 64k
persistent-superblock 1
#nr-spare-disks 0
device /dev/hda8
raid-disk 0
device /dev/hdc8
raid-disk 1
TIA
Pat McMahon
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Partitions
Date: 5 Sep 2000 18:10:14 GMT
Robert Hull <[EMAIL PROTECTED]> wrote:
: In article <8ouiri$goh$[EMAIL PROTECTED]>, Peter T. Breuer
: <[EMAIL PROTECTED]> writes
:>Dux <[EMAIL PROTECTED]> wrote:
:>: "Peter T. Breuer" wrote:
:>:>
:>:> http://www.linuxdoc.org/HOWTO/mini/Partition-1.html
:>
:>: The URL you sent
:>: me gave me a dead link.
:>
:>I didn't send you anything.
: Rather than engage in pedantry, why not address the fact that the URL in
: your earlier post is incorrect ?
I copied it off the HOWTO page I was looking at in the browser, where it
appeared as a link title "Introduction", as I recall. As it happens,
it's a bad link, but hardly a brain-blower.
I didn't like the implication that I had engaged him in private mail. I
hadn't.
:>To find the url, I did "lynx http://www.linuxdoc.org/".
: But then you must have written the results wrongly.
No, I cut and pasted from the address shown in the browser.
: http://www.linuxdoc.org/HOWTO/mini/Partition.html *is* a valid URL
And that's where I was.
: but http://www.linuxdoc.org/HOWTO/mini/Partition-1.html does *not*
: exist, it is therefore not surprising that the original poster cannot
: find it
It seems to now be:
http://www.linuxdoc.org/HOWTO/mini/partition-1.html
:>I KNOW you're capable of using
:>your wits ...
:>
: I suspect that someone who wished to help and who was using their wits
: would have double checked the URL, then suggested an extant page such as
You can't double check it more than be looking at it at the time!
: those above rather than resort to berating a correspondent who cannot
: find a non-existent URL
Why not? I did! :-)
Hint .. look at the date shown on the document:
version 3.2, 1 Sept 2000
and the change notes:
<!- 1 Sept 2000
Rewrote Introduction (Section 1)
Rewrote discussion on device names (Section 2)
Reorganized Section 3
Edited Section 4
Added Recovering a deleted partition table (Section 6)
>
and the document info:
Last Modified:
Monday, 04-Sep-00 23:49:01 Local time
Last Modified:
Monday, 04-Sep-00 21:49:01 GMT
You'll find the impossible quite possible!
Peter
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Syslog problem
Date: 5 Sep 2000 18:12:03 GMT
In comp.os.linux.misc Kart <[EMAIL PROTECTED]> wrote:
: "Peter T. Breuer" <[EMAIL PROTECTED]> wrote in message
: news:8p2don$m1q$[EMAIL PROTECTED]...
:> In comp.os.linux.misc Sylvain <[EMAIL PROTECTED]> wrote:
:> : Note : I boot the system with a read-only root fs and a ramdisk over /var.
:>
:> A read only root fs is a neat trick. How do you make /dev/console
:> writable?
:>
:> : Kernel is 2.2.16 patched with devfs. When rebooting with a read-write root
:> : fs, I have no problem at all !!
:>
:> Yeah, well, somehow I'm not entirely surprised.
:>
:> The few occasions I've tried to make / readonly, I've regretted it.
:> Needs mods to mount and umount for one thing. It probably is feasible
:> if you start off rw and ro and some later stage, after replacing
:> /etc/mtab, /etc/motd, /etc/issue and friends with symlinks to /var.
:> The real stinker is /dev.
: This is not really helpful ... Perhaps could give ideas as which files or
: services could be involved in this problem ??
ls -lrt /etc | tail
Somone already noted that using devfs allevaites most symptoms!
Peter
------------------------------
From: kjordan <[EMAIL PROTECTED]>
Subject: Re: Terminal prog for linux
Date: 05 Sep 2000 12:01:10 -0600
Slip Gun <[EMAIL PROTECTED]> writes:
> Could someone give me the name of a good 'terminal' program for
> linux? Any help appreciated.
minicom works quite well.
-jk
------------------------------
From: John Hasler <[EMAIL PROTECTED]>
Subject: Re: SMP Performance?
Date: Tue, 5 Sep 2000 15:21:55 GMT
Jean-David Beyer-valinux writes:
> Naturally. I run SETI@home at nice +19 in the background. If I do nothing
> else, I use only 50% of the CPUs because it was designed to run on only
> one processor and does not use much system time.
Why run only one copy? I run two on my dual Pentium-III and get 99%.
--
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI
------------------------------
From: [EMAIL PROTECTED] (Simon Cooper)
Subject: Installation problems
Date: Tue, 05 Sep 2000 18:24:33 GMT
When I tried to install Red Hat Linux 6.1, whether expert or normal
mode from the normal image disks, it always finished with the same
thing:
Greetings
Red Hat install init 6.0 starting
mounting /proc filesystem...done
mounting /dev/pts(unix89 pty) filesystem...done
Checking for NFS root filesystem...no
trying to remount root filesystem read write...done
Checking for writeable /tmp...yes
running install...
running /sbin/loader {paused for 5 minutes /w hard disk&CD-ROM
activity}
install excited abnormally...recieved signal 7 (?)
sending termination signals...done
sending kill signals...done
unmounting filesystems...
/mt/source
/dev/pts
/proc
you mat safely reboot your system
I have an old double speed Aztech CD-ROM drive, a blank 1.2GB HD,
Mach64 graphics card, network card and an early Pentium processor. Can
anyone help?
------------------------------
From: [EMAIL PROTECTED] (Steve)
Subject: Re: newgrp
Reply-To: [EMAIL PROTECTED]
Date: 5 Sep 2000 19:25:37 +0100
On Mon, 4 Sep 2000 23:07:23 -0400, Shahriar Mohktari wrote:
>
>Well, It did not really answer my question. I amtrying to change my group
>without being in the group knowing the password of the group. (do a man
>gpasswd).
>
I've had a bit more of a play with it and see what you mean. I can't work
this one out at all.
--
Cheers
Steve email mailto:[EMAIL PROTECTED]
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
6:07pm up 14 days, 22:25, 2 users, load average: 1.22, 1.18, 1.13
------------------------------
From: [EMAIL PROTECTED] (Steve)
Subject: Re: Modem Hangup
Reply-To: [EMAIL PROTECTED]
Date: 5 Sep 2000 19:25:38 +0100
On Mon, 04 Sep 2000 23:54:12 GMT, William Bradley wrote:
>Hi, Newbie here, I'm using kppp in KDE to run my modem. It is an external
>Motorola, 28.8.
>
>Everything goes fine, it dials out, Connects and then dies. In fact that is
>the message: "The pppd daemon dies unexpectedly." When I looked at the log
>it read as follows:
>
>pppd 2.3.7 Started by root, uid0
>Using interface ppp0
>Connect: ppp0 <--> /dev/ttys1
>Hang up (SIGHUP)
>Modem hangup
>Connection terminated
>Connect time 0.2 minutes
>Exit
Find pppd and do
$ chmod u+s pppd
It looks like a problem I had ages ago, and this fixed it.
--
Cheers
Steve email mailto:[EMAIL PROTECTED]
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
6:07pm up 14 days, 22:25, 2 users, load average: 1.22, 1.18, 1.13
------------------------------
From: "linux" <[EMAIL PROTECTED]>
Subject: waar vind ik drivers voor een dynalink is64pph(+) isdnkaart en hoe installeer
ik ze
Date: Tue, 5 Sep 2000 20:25:18 +0200
waar vind ik drivers voor een dynalink is64pph(+) isdnkaart en hoe
installeer ik ze ik ben hier al 4 weken mee bezig zonder succes ik hoop dat
een van jullie een antwoord heeft op mijn vraag
alvast bedankt
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.advocacy,comp.os.linux.hardware
Subject: Anybody want to collaborate on linux palmtop/slate/portable?
Date: Tue, 05 Sep 2000 18:37:48 GMT
Hi,
I am interested in collaborating with people
to bring about a Linux-based portable computer
kit. I don't want a palmtop but rather something
larger like a slate or a small laptop. This
project is supposed to be fun, without any
interest in making money. (It is very hard to
make money off of hardware anyway!).
This project is for all of us who would rather
make a new machine rather than modify something
that some company made and who would rather
*take part* in the design process than stand
idly by, waiting for something exciting. This is
a good idea I think and it is after all the
sentiment of Linux itself. The hardware designs
produced would naturally be GPL'd i.e. made free.
The design will be free, board designs will be
free, software will be free. All you will need
to be is buy parts, a generic case from Fry's
or Radio Shack, and build the thing.
I have set up a site with some ideas on it, at
http://linuxslate.tripod.com
Please feel free to visit it. I will add a
message board soon. Until then feel free to
post messages and ideas here or to respond via
email.
Thank you!
uwuh
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED] (Christopher Michael Collins ())
Crossposted-To: comp.os.linux.hardware
Subject: Re: synaptics touchpad
Date: 5 Sep 2000 19:17:56 GMT
>I understand the newest Kernel 2.2.16 has fixed
>the jumpy cursor problem on a synaptics touchpad.
>
>Some modification keyb_pc.c ???
>
>Any updates??
The Compaq and others Synaptics Touchpad
jumpy(horrible) mouse problem is not solved
in the 2.2.16 kernel. The Warren Delano
patch still can be applied to partially
fix the problem. Linux *is* usable on
these laptops running X, but it is a poor
system as the Mouse of all things does not
work properly. The kernel people know of
the problem and have for quite a while.
A fix has not happened yet.
I should fix it myself ;) I don't know the
first thing about re-writing kernels....
--Chris
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************