Linux-Setup Digest #748, Volume #20 Sun, 4 Mar 01 10:13:06 EST
Contents:
Re: modules problem ("Gene Heskett")
Re: Test if mount was a sucess from shell script? ("Roy Batty")
[Help:] PPP-2.4.0, RH.7.0 with linux-2.4.2 problems... (Christos Dimitrakakis)
Re: modules problem (Michael Heiming)
Re: Test if mount was a sucess from shell script? (Lee Webb)
Re: LILO at start prints "LI" (Steve Taylor)
Re: Lilo stops on LI (Steve Taylor)
Re: Mouse doesn't work in Red Hat 7.0 ! ("Yeung's Family")
Re: "my linux doesnt boot :(" --newbie (Steve Taylor)
Re: no sound (=?ISO-8859-1?Q?Rasmus_B=F8g_Hansen?=)
Re: Mail problem (Red Hat 6.1) (=?ISO-8859-1?Q?Rasmus_B=F8g_Hansen?=)
PPP problems... (Christos Dimitrakakis)
Re: How do I apply a kernel patch? (Armond Perretta)
Re: How to Prevent Linux from Taking MBR? (Dino Hsu)
----------------------------------------------------------------------------
Date: 4 Mar 2001 4:33:36 -0500
From: "Gene Heskett" <[EMAIL PROTECTED]>
Subject: Re: modules problem
Gene Heskett sends Greetings to Zed ;
> Andrew Kae wrote:
>>
>> Hello everyone,
>>
>> I just compiled a new 2.4.2 kernel and I'm having some difficulty
>> setting up the modules correctly. For some reason my modules.dep
>> file in
>> /lib/modules/2.4.2 is empty. I've made kernels before and this
>> never happened before.
>>
>> The steps i did were
>>
>> => make mrproper
>> => make menuconfig
>> => make bzImage
>> => make modules
>> => make modules_install
>>
>> and the modules are in /lib/modules/2.4.2, it's just that that
>> modules.dep is blank. Is there a quick way to generate this file?
>> I tried making the modules and then installing them again but it's
>> still blank.
>>
>> thanks
> depmod -a
Which won't do a thing if he has not read the Documentaion/Changes file
and installed the newer set of utils that files says the 2.4 kernels
need. modutils is among them because the tree in the /lib/modules/ver
directory has been modified. Including ppp, there are at least 4
supporting utilities that must also be updated.
This gets pointed this out to someone at least daily.
> .- --- ---
Cheers, Gene
--
Gene Heskett, CET, UHK |Amiga A2k Zeus040, Linux @ 500mhz
email gene underscore heskett at iolinc dot net
#Amiga based X10 home automation program EZHome, see at:#
<http://www.thirdwave.net/~jimlucia/amigahomeauto>
This messages reply content, but not any previously quoted material,
is � 2001 by Gene Heskett, all rights reserved.
--
------------------------------
From: "Roy Batty" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Test if mount was a sucess from shell script?
Date: Sun, 4 Mar 2001 12:59:00 +0100
Use something like this:
#/bin/bash
if mount /cdrom then
echo success
else
echo failure
fi
- Roy
"Ken Williams" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm trying to mount a drive before I do something, does anyone know how I
can
> test to see if the mount was sucessfull from a bash shell script?
>
> Thanks.
------------------------------
From: Christos Dimitrakakis <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help
Subject: [Help:] PPP-2.4.0, RH.7.0 with linux-2.4.2 problems...
Date: Sat, 03 Mar 2001 14:18:16 +0200
Hi...
I had a serious problem running ppp-2.4.0 with that config.
IT works OK with the ou of the box 2.2.16-32 kernel from rh-7.0..
I am a bit of a newbie with linux, but here it goes:
Tbis is my 2.4.2/modules.dep file:
<pre>
/lib/modules/2.4.2/kernel/drivers/char/pcmcia/serial_cb.o:
/lib/modules/2.4.2/kernel/drivers/net/dummy.o:
/lib/modules/2.4.2/kernel/drivers/net/plip.o:
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o:
/lib/modules/2.4.2/kernel/drivers/net/slhc.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_async.o:
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_deflate.o:
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o
/lib/modules/2.4.2/kernel/drivers/net/slhc.o:
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o:
/lib/modules/2.4.2/kernel/drivers/sound/soundcore.o:
/lib/modules/2.4.2/kernel/drivers/sound/via82cxxx.o:
/lib/modules/2.4.2/kernel/drivers/sound/soundcore.o \
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o
/lib/modules/2.4.2/kernel/drivers/sound/via82cxxx_audio.o:
/lib/modules/2.4.2/kernel/drivers/sound/soundcore.o \
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o
/lib/modules/2.4.2/kernel/drivers/usb/storage/usb-storage.o:
/lib/modules/2.4.2/kernel/drivers/usb/usbcore.o
/lib/modules/2.4.2/kernel/drivers/usb/uhci.o:
/lib/modules/2.4.2/kernel/drivers/usb/usbcore.o
/lib/modules/2.4.2/kernel/drivers/usb/usbcore.o:
/lib/modules/2.4.2/kernel/fs/fat/fat.o:
/lib/modules/2.4.2/kernel/fs/msdos/msdos.o:
/lib/modules/2.4.2/kernel/fs/fat/fat.o
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-2.o:
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-3.o:
/lib/modules/2.4.2/kernel/fs/vfat/vfat.o:
/lib/modules/2.4.2/kernel/fs/fat/fat.o
</pre>
This makes kppp give me an error where it complains that the kernel was
not compiled with ppp support .. and that I like the module 'ppp'.
However the kernel installs ppp_generic, ppp_async and ppp_deflate.. and
there is no module called just ppp.
So I tried changing ppp_generic to just ppp (rename) and changint the
.dep file accordingly, but I got another error message..
Mar 3 13:37:41 localhost pppd[1358]: pppd 2.4.0 started by root, uid 0
Mar 3 13:37:41 localhost pppd[1358]: Couldn't set tty to PPP
discipline: Invalid argument
Mar 3 13:37:41 localhost pppd[1358]: Exit.
So, could you perhaps help me???
How do I need to compile??
I also noticed that the .dep file in 2.2.16-22 references syncppp.o,
which is a bit strange..
Can anyone help?
Do I need to recompile the kernel??
I had a similar problem with via8cxxx, as the new kernel named the
module via8cxxx_audio, but sndconfig-0.57 looked for via8cxxx. I had
solved this one with simple renaming (actually I am loading the module
twice, now, both as via8cxxx and as via8cxxx_audio, just in case)... but
I can't seem to solve the PPP problem the same way.. can someone please
help me??
Regards,
Christos Dimitrakakis
------------------------------
Date: Sun, 04 Mar 2001 13:05:49 +0100
From: Michael Heiming <[EMAIL PROTECTED]>
Subject: Re: modules problem
Gene Heskett wrote:
> Gene Heskett sends Greetings to Zed ;
>
> > Andrew Kae wrote:
> >>
> >> Hello everyone,
> >>
> >> I just compiled a new 2.4.2 kernel and I'm having some difficulty
> >> setting up the modules correctly. For some reason my modules.dep
> >> file in
> >> /lib/modules/2.4.2 is empty. I've made kernels before and this
> >> never happened before.
> >>
> >> The steps i did were
> >>
> >> => make mrproper
> >> => make menuconfig
> >> => make bzImage
> >> => make modules
> >> => make modules_install
> >>
> >> and the modules are in /lib/modules/2.4.2, it's just that that
> >> modules.dep is blank. Is there a quick way to generate this file?
> >> I tried making the modules and then installing them again but it's
> >> still blank.
> >>
> >> thanks
>
> > depmod -a
>
> Which won't do a thing if he has not read the Documentaion/Changes file
> and installed the newer set of utils that files says the 2.4 kernels
> need. modutils is among them because the tree in the /lib/modules/ver
> directory has been modified. Including ppp, there are at least 4
> supporting utilities that must also be updated.
>
> This gets pointed this out to someone at least daily.
Thx, as it's not needed anymore to type depmod -a,
make modules_install takes care of this with 2.4.x..
Michael Heiming
>
>
> > .- --- ---
>
> Cheers, Gene
> --
> Gene Heskett, CET, UHK |Amiga A2k Zeus040, Linux @ 500mhz
> email gene underscore heskett at iolinc dot net
> #Amiga based X10 home automation program EZHome, see at:#
> <http://www.thirdwave.net/~jimlucia/amigahomeauto>
> This messages reply content, but not any previously quoted material,
> is � 2001 by Gene Heskett, all rights reserved.
> --
------------------------------
From: [EMAIL PROTECTED] (Lee Webb)
Crossposted-To: comp.os.linux.misc
Subject: Re: Test if mount was a sucess from shell script?
Date: 4 Mar 2001 13:04:15 GMT
Reply-To: [EMAIL PROTECTED]
On Sun, 04 Mar 2001 07:07:05 GMT, Ken Williams wrote:
>I'm trying to mount a drive before I do something, does anyone know how I can
>test to see if the mount was sucessfull from a bash shell script?
>
>Thanks.
#!/bin/sh
mount /dev/hda1 /mnt/win_c > /dev/null 2>&1
if [ $? -eq 0 ]; then
echo "Fine"
else
echo "Something went wrong"
fi
Try to mount the drive & pipe mount's messages to /dev/null.
Then, test the result by looking in $? 0 = good.
Lee.
------------------------------
From: [EMAIL PROTECTED] (Steve Taylor)
Subject: Re: LILO at start prints "LI"
Date: Sun, 04 Mar 2001 12:44:57 GMT
On 4 Mar 2001 03:08:44 GMT, [EMAIL PROTECTED] (Bloody Viking) wrote:
>
>Tom J ([EMAIL PROTECTED]) wrote:
>
>: The /usr/doc/lilo*/ documents are not in a diagnostic form.
>: What should I fix if at boot-up LILO prints "LI" and hangs?
>
>Some computers have flaky BIOSes, in which case no LILO fix will work. If your
>computer is not flaky, someone might well give you clues, or if your computer
>is flaky, you may never be able to use LILO at all apart from the install
>disks. My computer is a flaky one, so I use the Loadlin method of lighting off
>Linux.
>
>--
>FOOD FOR THOUGHT: 100 calories are used up in the course of a mile run.
>The USDA guidelines for dietary fibre is equal to one ounce of sawdust.
>The liver makes the vast majority of the cholesterol in your bloodstream.
The only way I have found to repair this is by using a DOS boot disk
with fdisk on it..
just run FDISK /MBR to rebuild the master boot record (this will of
course wipe LILO (best thing for it IMHO).
I run loadlin from a small (10M) dos partition. It don't crash, It
allows you to update your kernel without mucking about with LILO and
if things go really bannanas you at least have somewhere to start
from...
------------------------------
From: [EMAIL PROTECTED] (Steve Taylor)
Subject: Re: Lilo stops on LI
Date: Sun, 04 Mar 2001 12:53:52 GMT
On Sat, 03 Mar 2001 19:28:10 GMT, Luca <[EMAIL PROTECTED]>
wrote:
>I just set up Mandrake 7.2 as the second OS on my system (the other being
>Wind 98). I'm trying to get Lilo to work so I can boot either OS at
>startup.
>My setup:
>Windows on hde
>Linux on hdg (I'm using an Abit KT7a-raid mb - the hard drives are each
>master on the raid controller's (Highpoint HPT370) two channels. However,
>no raid is set up. The drives work independently.
>
>I can boot Linux with a floppy, however the kernel is loaded from the
>floppy. Once booted, I can access all drives with no problems.
>
>lilo.conf reads like this:
>boot = /dev/hde
>map = /boot/map
>timeout = 50
>linear
>prompt
> message = /boot/message
> default = win
> vga = normal
> append = "hdc=ide-scsi"
> root = /dev/hdg6
> read-only
>install=/boot/boot.b
>keytable=/boot/us.klt
>menu-scheme=wb:bw:wb:bw
>image = /boot/vmlinuz-secure
> label = linux
> vga = 791
> append = " hdc=ide-scsi"
>image = /boot/vmlinuz
> label = linux-up
> append = " hdc=ide-scsi"
>image = /boot/vmlinuz
> label = failsafe
>
>The file was created by mandrake setup. I tried to change "linear" to
>"lba32" with no success.
>
>I thank you in advance for any help. Please give instructions in detail
>since I'm fairly new to Linux.
>
>Luca
If you run fdisk /mbr from your win98 command prompt this will fix
your lilo problem... Or rather wipe it so that you can at least start
linux to re-install lilo ( I prefer loadlin as it is more stable and
won't get mucked about with by MS thinking it knows best what you
want...
I use a small (10M) dos 6.22 partition with loadlin and a few useful
utils and drivers to boot linux... I also use win95 and SuSE 5.2 on
one 1GB Hd... It's a tight squeeze but who needs all those bells and
whistles anyway....
------------------------------
From: "Yeung's Family" <[EMAIL PROTECTED]>
Crossposted-To:
alt.comp.linux.isp,alt.os.linux,alt.uu.comp.os.linux.questions,aus.computers.linux
Subject: Re: Mouse doesn't work in Red Hat 7.0 !
Date: Sun, 4 Mar 2001 23:24:02 +1000
You can also try different ports. Sometimes the computer locks up due to
interrupt conflicts.
"Rasmus B�g Hansen" <[EMAIL PROTECTED]> ?????
news:[EMAIL PROTECTED]
k...
> On Fri, 2 Mar 2001, Stijn Vanveerdeghem wrote:
>
> > When i start Xwindows in Red Hat 7.0 the mouse pointer doesn't move if I
> > touch the mouse. I use a Logitech IFeel Mouse (USB) , but when i use a
> > serial or Logitech PS/2 mouse, i have a similar problem. What can I do ?
> >
> > Sometimes it seems like the cursor moves a little bit. But mostly it
doesnt
> > do anything.
>
>
> Sounds like it is simply misconfigured. Try to configure it with
> 'mouseconfig'.
>
> Rasmus
>
------------------------------
From: [EMAIL PROTECTED] (Steve Taylor)
Subject: Re: "my linux doesnt boot :(" --newbie
Date: Sun, 04 Mar 2001 13:00:47 GMT
On Sat, 3 Mar 2001 23:27:10 -0600, "Ramesh A A" <[EMAIL PROTECTED]>
wrote:
>hi,
> i have a win + linux installed on my machine, and the problem is i used a
>boot disk to boot linux and now my bootdisk wont work :(( is there any other
>way i can boot my machine up?
>i tried loadlin but its asking for the image file name which i dont know.
>>loadlin vmlinuz /dev/hda8 didnt work. it gave a "kernel panic (cant load
>filesystem error)
> can some one bail me on this?
>thanks.
>ramesh
>here is my partition info:
>/dev/hda6 contains boot partition
>/dev/hda7 swap
>/dev/hda8 root and others.
>the system is a RH 7.0 and i dont know the kernel version no: :(
>
>
>
The command you are looking for is 'loadlin vmlinuz root=/dev/hda8
loadlin.exe is the program which loads the kernel image file which
should be in the same directory as loadlin.exe. The kernel image file
is usually called 'vmlinuz' but can also be called 'zimage' there
should be one of these kernel image files on your boot floppy. An
other alternative is to boot linux from the floppy, mount your dos
filesystem and copy the kernel image file from linux to the dos files
system and use that...
------------------------------
From: =?ISO-8859-1?Q?Rasmus_B=F8g_Hansen?= <[EMAIL PROTECTED]>
Subject: Re: no sound
Date: Sun, 4 Mar 2001 15:38:57 +0100
On Sat, 3 Mar 2001, Javier wrote:
> I recently installed Red Hat 7, but I am not getting any sound? I checked
> all the sound options in the control panel and everything is okay. I'm
> currently running GNOME. Any suggestions would be greatly appreciated.
Is the sound card on mute? Have you turned up the relevant volumes
(master+PCM i guess)?
Is your sound card configured and do the modules load (/sbin/lsmod)? If
not, run 'sndconfig'.
Rasmus
------------------------------
From: =?ISO-8859-1?Q?Rasmus_B=F8g_Hansen?= <[EMAIL PROTECTED]>
Subject: Re: Mail problem (Red Hat 6.1)
Date: Sun, 4 Mar 2001 15:42:50 +0100
On Sun, 4 Mar 2001, Phillip Geiger wrote:
> I'm having some (but not all) email sent from an autoresponder
> CGI on my Red Hat 6.1 workstation bounce.
>
> The bounced mail usually includes something like:
>
> Diagnostic-Code: SMTP; 501 5.1.8 <[EMAIL PROTECTED]>...
> Domain of sender address [EMAIL PROTECTED] does not exist
>
> If I use pine to send email from a user account, it arrives with
> [EMAIL PROTECTED] as the sender. No problems.
>
> What config file needs to be tweaked so that messages are sent from
> [EMAIL PROTECTED]
> instead of
> [EMAIL PROTECTED]
Then you will have to (I assume you are using the from-the-box sendmail)
do some mail rewriting rules or mail masquerading which is fairly
advanced...
Prabably easier just to fix the CGI script to use the correct sender
address...
Rasmus
------------------------------
From: Christos Dimitrakakis <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.questions
Subject: PPP problems...
Date: Sat, 03 Mar 2001 16:44:58 +0200
OK, I've installed ppp.2.4.0, kernel 2.4.2 (for amd) with
ppp_generic, ppp_async, ppp_deflate and ppp_synctty as modules
However, I get an error from pppd that kernel does not have support for
PPP(!). It actually says to do modprobe -v ppp (of course ppp.o does not
exist!).. hm..
Anyway, modprobe and insmode produce this output:
<------------------modprobe/insmode outputs----------------------->
[olethros@localhost olethros]$ /sbin/modprobe -v ppp
modprobe: Can't locate module ppp
[olethros@localhost olethros]$ /sbin/modprobe
modprobe: Nothing to load ???
Specify at least a module or a wildcard like \*
[olethros@localhost olethros]$ /sbin/modprobe \*
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: unresolved symbol
_mmx_memc
py
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: insmod
/lib/modules/2.4.2/k
ernel/drivers/parport/parport.o failed
/lib/modules/2.4.2/kernel/drivers/net/dummy.o: create_module: Operation
not perm
itted
/lib/modules/2.4.2/kernel/drivers/net/dummy.o: insmod
/lib/modules/2.4.2/kernel/
drivers/net/dummy.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/d
rivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/d
rivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/d
rivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/d
rivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/d
rivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: unresolved symbol
_mmx_memc
py
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: insmod
/lib/modules/2.4.2/k
ernel/drivers/parport/parport.o failed
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: unresolved symbol
_mmx_memc
py
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: insmod
/lib/modules/2.4.2/k
ernel/drivers/parport/parport.o failed
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: unresolved symbol
_mmx_memc
py
/lib/modules/2.4.2/kernel/drivers/parport/parport.o: insmod
/lib/modules/2.4.2/k
ernel/drivers/parport/parport.o failed
/lib/modules/2.4.2/kernel/drivers/scsi/sg.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/scsi/sg.o: insmod
/lib/modules/2.4.2/kernel/dr
ivers/scsi/sg.o failed
/lib/modules/2.4.2/kernel/drivers/scsi/sr_mod.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/scsi/sr_mod.o: insmod
/lib/modules/2.4.2/kerne
l/drivers/scsi/sr_mod.o failed
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o: create_module:
Operation n
ot permitted
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o: insmod
/lib/modules/2.4.2/
kernel/drivers/sound/ac97_codec.o failed
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o: create_module:
Operation n
ot permitted
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o: insmod
/lib/modules/2.4.2/
kernel/drivers/sound/ac97_codec.o failed
/lib/modules/2.4.2/kernel/drivers/sound/soundcore.o: create_module:
Operation no
t permitted
/lib/modules/2.4.2/kernel/drivers/sound/soundcore.o: insmod
/lib/modules/2.4.2/k
ernel/drivers/sound/soundcore.o failed
/lib/modules/2.4.2/kernel/drivers/usb/usb-uhci.o: unresolved symbol
_mmx_memcpy /lib/modules/2.4.2/kernel/drivers/usb/usb-uhci.o: insmod
/lib/modules/2.4.2/kern
el/drivers/usb/usb-uhci.o failed
/lib/modules/2.4.2/kernel/drivers/usb/storage/usb-storage.o: unresolved
symbol _
mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/usb/storage/usb-storage.o: insmod
/lib/modules
/2.4.2/kernel/drivers/usb/storage/usb-storage.o failed
/lib/modules/2.4.2/kernel/fs/fat/fat.o: unresolved symbol _mmx_memcpy
/lib/modules/2.4.2/kernel/fs/fat/fat.o: insmod
/lib/modules/2.4.2/kernel/fs/fat/
fat.o failed
/lib/modules/2.4.2/kernel/net/sunrpc/sunrpc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/net/sunrpc/sunrpc.o: insmod
/lib/modules/2.4.2/kernel/
net/sunrpc/sunrpc.o failed
/lib/modules/2.4.2/kernel/fs/fat/fat.o: unresolved symbol _mmx_memcpy
/lib/modules/2.4.2/kernel/fs/fat/fat.o: insmod
/lib/modules/2.4.2/kernel/fs/fat/
fat.o failed
/lib/modules/2.4.2/kernel/net/sunrpc/sunrpc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/net/sunrpc/sunrpc.o: insmod
/lib/modules/2.4.2/kernel/
net/sunrpc/sunrpc.o failed
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-15.o: create_module:
Operation notpermitted
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-15.o: insmod
/lib/modules/2.4.2/ker
nel/fs/nls/nls_iso8859-15.o failed
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-7.o: create_module:
Operation not p
ermitted
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-7.o: insmod
/lib/modules/2.4.2/kern
el/fs/nls/nls_iso8859-7.o failed
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-4.o: create_module:
Operation not p
ermitted
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-4.o: insmod
/lib/modules/2.4.2/kern
el/fs/nls/nls_iso8859-4.o failed
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-3.o: create_module:
Operation not p
ermitted
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-3.o: insmod
/lib/modules/2.4.2/kern
el/fs/nls/nls_iso8859-3.o failed
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-2.o: create_module:
Operation not p
ermitted
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-2.o: insmod
/lib/modules/2.4.2/kern
el/fs/nls/nls_iso8859-2.o failed
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-1.o: create_module:
Operation not p
Using /lib/modules/2.4.2/kernel/drivers/net/slhc.o
Symbol version prefix ''
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/drivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod ppp_async failed
[root@localhost olethros]# /sbin/modprobe -v slhc
/sbin/insmod /lib/modules/2.4.2/kernel/drivers/net/slhc.o
Using /lib/modules/2.4.2/kernel/drivers/net/slhc.o
Symbol version prefix ''
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod
/lib/modules/2.4.2/kernel/drivers/net/slhc.o failed
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: insmod slhc failed
[root@localhost olethros]# insmod
bash: insmod: command not found
[root@localhost olethros]# /sbin/insmod ppp
insmod: ppp: no module by that name found
[root@localhost olethros]# /sbin/insmod ppp_generic
Using /lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
_mmx_memcpy
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
slhc_free_R2894cfb0
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
slhc_remember_R0bc55868
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
slhc_toss_Rf89e3455
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
slhc_uncompress_R3bc1319e
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
slhc_compress_R76135e6c
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o: unresolved symbol
slhc_init_R2e0e927f
[root@localhost olethros]# /sbin/insmod slhc
Using /lib/modules/2.4.2/kernel/drivers/net/slhc.o
/lib/modules/2.4.2/kernel/drivers/net/slhc.o: unresolved symbol
_mmx_memcpy
[root@localhost olethros]#
<----------------------------------------------------------------------->
This is my modules.dep file:
[root@localhost olethros]# more /lib/modules/2.4.2/modules.dep
/lib/modules/2.4.2/kernel/drivers/char/lp.o:
/lib/modules/2.4.2/kernel/driver
s/parport/parport.o
/lib/modules/2.4.2/kernel/drivers/net/dummy.o:
/lib/modules/2.4.2/kernel/drivers/net/plip.o:
/lib/modules/2.4.2/kernel/driver
s/parport/parport.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_async.o:
/lib/modules/2.4.2/kerne
l/drivers/net/ppp_generic.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_deflate.o:
/lib/modules/2.4.2/kerne
l/drivers/net/ppp_generic.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_generic.o:
/lib/modules/2.4.2/kerne
l/drivers/net/slhc.o
/lib/modules/2.4.2/kernel/drivers/net/ppp_synctty.o:
/lib/modules/2.4.2/kerne
l/drivers/net/ppp_generic.o
/lib/modules/2.4.2/kernel/drivers/net/slhc.o:
/lib/modules/2.4.2/kernel/drivers/parport/parport.o:
/lib/modules/2.4.2/kernel/drivers/parport/parport_pc.o:
/lib/modules/2.4.2/kerne
l/drivers/parport/parport.o
/lib/modules/2.4.2/kernel/drivers/scsi/sg.o:
/lib/modules/2.4.2/kernel/drivers/scsi/sr_mod.o:
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o:
/lib/modules/2.4.2/kernel/drivers/sound/soundcore.o:
/lib/modules/2.4.2/kernel/drivers/sound/via82cxxx_audio.o:
/lib/modules/2.4
.2/kernel/drivers/sound/soundcore.o \
/lib/modules/2.4.2/kernel/drivers/sound/ac97_codec.o
/lib/modules/2.4.2/kernel/drivers/usb/storage/usb-storage.o:
/lib/modules/2.4.2/kernel/drivers/usb/usb-uhci.o:
/lib/modules/2.4.2/kernel/fs/fat/fat.o:
/lib/modules/2.4.2/kernel/fs/lockd/lockd.o:
/lib/modules/2.4.2/kernel/net/su
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-1.o:
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-15.o:
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-2.o:
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-3.o:
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-4.o:
/lib/modules/2.4.2/kernel/fs/nls/nls_iso8859-7.o:
/lib/modules/2.4.2/kernel/fs/smbfs/smbfs.o:
/lib/modules/2.4.2/kernel/fs/vfat/vfat.o:
/lib/modules/2.4.2/kernel/fs/fat/fat.o
/lib/modules/2.4.2/kernel/net/ipx/ipx.o:
/lib/modules/2.4.2/kernel/net/sunrpc/sunrpc.o:
A<------------------------------------------------------->
And this is my modules tree..
[root@localhost 2.4.2]# ls -Rt
.:
modules.dep modules.pcimap pcmcia kernel build
./pcmcia:
./kernel:
net fs drivers
./kernel/net:
sunrpc ipx
./kernel/net/sunrpc:
sunrpc.o
./kernel/net/ipx:
ipx.o
./kernel/fs:
fat lockd msdos nfs nls smbfs vfat
./kernel/fs/fat:
fat.o
./kernel/fs/lockd:
lockd.o
./kernel/fs/msdos:
msdos.o
./kernel/fs/nfs:
nfs.o
./kernel/fs/nls:
nls_iso8859-1.o nls_iso8859-2.o nls_iso8859-4.o
nls_iso8859-15.o nls_iso8859-3.o nls_iso8859-7.o
./kernel/fs/smbfs:
smbfs.o
./kernel/fs/vfat:
vfat.o
./kernel/drivers:
net parport scsi sound usb char
./kernel/drivers/net:
[root@localhost 2.4.2]# ls -Rt
.:
modules.dep modules.pcimap pcmcia kernel build
./pcmcia:
./kernel:
net fs drivers
./kernel/net:
sunrpc ipx
./kernel/net/sunrpc:
sunrpc.o
./kernel/net/ipx:
ipx.o
./kernel/fs:
fat lockd msdos nfs nls smbfs vfat
./kernel/fs/fat:
fat.o
./kernel/fs/lockd:
lockd.o
./kernel/fs/msdos:
msdos.o
./kernel/fs/nfs:
nfs.o
./kernel/fs/nls:
nls_iso8859-1.o nls_iso8859-2.o nls_iso8859-4.o
nls_iso8859-15.o nls_iso8859-3.o nls_iso8859-7.o
./kernel/fs/smbfs:
smbfs.o
./kernel/fs/vfat:
vfat.o
./kernel/drivers:
net parport scsi sound usb char
./kernel/drivers/net:
dummy.o ppp_async.o ppp_generic.o slhc.o
plip.o ppp_deflate.o ppp_synctty.o
./kernel/drivers/parport:
parport.o parport_pc.o
./kernel/drivers/scsi:
sg.o sr_mod.o
./kernel/drivers/sound:
ac97_codec.o soundcore.o via82cxxx_audio.o
./kernel/drivers/usb:
storage usb-uhci.o
./kernel/drivers/usb/storage:
usb-storage.o
./kernel/drivers/char:
lp.o
=============================================================
Hope someone can help me!!!!!!
Christos Dimitrakakis
------------------------------
From: Armond Perretta <[EMAIL PROTECTED]>
Subject: Re: How do I apply a kernel patch?
Date: Sun, 4 Mar 2001 09:52:09 -0500
Gene Heskett wrote:
>
> And what does supermount do? Maybe I need to make room in the
> schedule, such as it isn't.
It automatically mounts removable media drives when a disk is
inserted (i.e., no need for "mount /dev/...").
Good luck and good sailing.
s/v Kerry Deare of Barnegat
http://kerrydeare.tripod.com
------------------------------
From: Dino Hsu <[EMAIL PROTECTED]>
Subject: Re: How to Prevent Linux from Taking MBR?
Date: Sun, 04 Mar 2001 23:11:43 +0800
On Wed, 28 Feb 2001 01:18:03 -0500, David Cecere
<[EMAIL PROTECTED]> wrote:
>The RH 7 install script gives you the option of installing LILO--which you
>need to do in order to have a multiboot system--on either the MBR or the
>first sector of the boot drive (or something similar). You want to choose
>the latter option.
>
>David
>
>On Tue, 27 Feb 2001 23:45:09 +0800, Dino Hsu <[EMAIL PROTECTED]> wrote:
>
>}Dear all,
>}
>}I installed Linux Red Hat 7.0 on a multi-boot PC (Bootstar). Normally
>}the multi-boot program takes the MBR (Master Boot Record) and fills
>}the partition table with respective partition information of the
>}profile chosen by the user.
>}
>}However, when Linux Red Hat 7.0 is installed, it takes control of the
>}MBR, so I have to re-install Bootstar, the multi-boot program. But
>}after this, Linux cannot be started any more, with the following
>}message:
>}Error while loading operating system! <Key>
>}
>}My question is: how to prevent Linux from taking MBR?
>}
>}Thanks in advance.
>}
>}Regards,
>}Dino
>
>_____________________________________________________________________________
>"Thinking is, or ought to be, a coolness and a calmness; and our poor hearts
> throb, and our poor brains beat too much for that."--Herman Melville
>
>My resume and etc.: http://4.34.161.50/
> My patent: http://4.34.161.50/widget/
I found the option of installing LILO in MBR or first sector of the
boot partition now for Red Had 7.0. However, I don't see the same
option in Red Had 6.2, it just takes the MBR, I re-installed Bootstar,
and the message shows up again:
Error while loading operating system! <Key>
1.Where exactly is the LILO option in Red Hat 6.2?
2.How do I re-install only LILO? (I don't want to re-install the whole
Linux system) - of course on the first sector of the boot partition.
Thanks in advance.
Regards,
Dino
------------------------------
** 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 by posting to comp.os.linux.setup.
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-Setup Digest
******************************