Linux-Setup Digest #29, Volume #21               Wed, 11 Apr 01 10:13:10 EDT

Contents:
  Newbie Help please  - unable to get status of mouse fd (212.35.240.131 
[[EMAIL PROTECTED]])
  Re: debian X windows question (Ulrich Eckhardt)
  Re: Puzzling Lilo problem with backup and restore via tarball on CD-R ("Eric")
  to produce config.h for pcmcia controller after updating kernel ? ("stephen")
  Re: ram inconsistency (Tom Canich)
  Re: compiling the kernel (Steve Martin)
  Re:  Red Hat system start up (212.35.240.131 [[EMAIL PROTECTED]])
  Re: clock time (A Popple)
  LILO: Hole found in map file (alloc_page) (LaschP)
  How to log serial input / output? (Yoram Leviant1)
  Re: Red Hat system start up (Steve Martin)
  Re: How to config the X-Server?? (Lai Shu King)
  how use map command in vim?? ("hushui")
  Re: removing Linux presence from MBR ("emdag")
  Help!!! Installaltion hangs and crash on HP Netserver 5/100 LC.... ("Ad")
  MatLab 5.2 on Red Hat 7.0 (Luis Miguel N Tavora)
  Re: Hole found in map file (alloc_page) ("Eric")
  Re: What to choose from RedHat 7.0 Download files? (Paul Knopp)
  Re: Help!!! Installaltion hangs and crash on HP Netserver 5/100 LC.... ("Peter T. 
Breuer")
  Re: 2.2.16 -> 2.2.18 migration, modules problem ("ne...")
  Re: RH7 and Samba with encrypted passwds (Paul Knopp)
  Problems with Maple not MatLab (Luis Miguel N Tavora)
  make config ("ja")

----------------------------------------------------------------------------

Subject: Newbie Help please  - unable to get status of mouse fd
From: 212.35.240.131 [[EMAIL PROTECTED]]
Date: Wed, 11 Apr 2001 08:56:16 GMT


Hi, 

I am a newbie to Redhat.

Using Redhat 6.2 and kernel 2.2.17.

I can boot up to init 3 level fine. When I run "startx &>logfile" from the prompt, it 
hangs. I recive the following error: /dev/mouse unable to get status of mouse fd 
(inappropriate ioctl for device) in the logfile.

I have tried running mouseconfig & modifying XF86Config. I don't have XF86Setup on my 
system. No luck. 

I am using a microsoft PS/2 mouse.

Any ideas?

Thanks in advance.

==================================
Poster's IP address: 212.35.240.131
Posted via http://nodevice.com
Linux Programmer's Site

------------------------------

From: Ulrich Eckhardt <[EMAIL PROTECTED]>
Subject: Re: debian X windows question
Date: Wed, 11 Apr 2001 10:02:27 +0200

Rory Miller wrote:
> Hi, I'm new to Debian (Mandrake refugee who wanted to actually LEARN
> something) and I've hit a snag in the install. I'm installing Potato, and
> I get everything up and running ok until I get to the package install,
> where the X server fails to recognize my graphics card. Since Mandrake
> automatically set it up without a problem, I have no real clue about how
> to go about fixing this, and was wondering if anyone else could help me
> with it. My card is a Diamond Viper V550 and the XFree is the standard one
> with Potato, 3.3.6
> 
Hi Rory, I have the same card, it is supported by the SVGA X-server. (btw: 
see man X for why it is _not_ X windows). In order to use the threeD 
acceleration, you might consider using the drivers by Nvidia but the ones 
for 3.3.6 are slightly unstable. Better update to woody and use X4.
The following configs are both setup for using the Nvidia-drivers, btw.

Here's my config for X3.3.6:

# load the nvidia-glx module
Section "Module"
Load "glx.so"
EndSection

Section "Device"
    Identifier  "Viper550"
    VendorName  "Diamond"
    BoardName   "Unknown"
    #VideoRam    16256
    Clocks  25.18
EndSection

# The Colour SVGA server

Section "Screen"
    Driver      "svga"
    Device      "Viper550"
    Monitor     "70 10 70"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Here's my config for X4.0.2:

Section "Module"
    Load        "dbe"   # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load "extmod"
# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
# This loads the GLX module
    Load        "glx"
EndSection

Section "Device"
    Identifier  "viper550"
#  by XFree:
#    Driver      "nv"
# by nvidia:
    Driver      "nvidia"
    VideoRam    16384
    # Insert Clocks lines here if appropriate
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "viper550"
    Monitor     "belinea701070"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection



------------------------------

From: "Eric" <[EMAIL PROTECTED]>
Subject: Re: Puzzling Lilo problem with backup and restore via tarball on CD-R
Date: Wed, 11 Apr 2001 11:56:56 +0200

<snip>

> necessary to take into account partitioning differences (for instance, not
> having a Windows 2000 partition in front of the Linux partitions).

<snip>

> on the new disk fails with the error message "First sector of /dev/hda1
> doesn't have a valid boot signature."  I could not find any reference to

It's referring to your non-existing win2k partition

> such an error message nor (more importantly) how to fix it in the man or
> info pages for the lilo command, nor in any of the information about Lilo
> (and not Lilo + some non-Linux operating system) on
http://www.linuxdoc.org.

/usr/doc
or
/usr/local/doc

There's a lilo directory with all the info you'll need.

> I did a grep for this error message in the Lilo source directory from a
Red
> Hat 6.2 source CD, and found it and the BOOT_SIGNATURE constant 0xAA55,
and
> also found this constant (with the name SIG_1) in
> /usr/src/linux-2.2.14/arch/i386/boot/setup.S.  This showed me what is
> missing, but gave no indication of how to fix it, other than (possibly) by
> using dd and "vi -b" (or the equivalent*) to hack the first sector of
> /dev/hda1 to fix the appropriate bytes.

Noooo,
just skip the others part in lilo.conf for win2k to prevent lilo to
look for this boot signature.

> (* Anyone want to recommend a hex editor, especially if it can work
directly
> on disk sectors, or really especially if it can act as a Linux-based
> substitute for Norton Disk Editor?  I could really use this for tackling
> another problem.)

Are you sure you want this? You can mess up heavily.
I suppose any hexeditor can (mc -v /dev/hda eg.) but I would think
twice before proceeding.

<skipped a lot of additional info>

The problem is obvious, skip the others part, when not needed.

Eric



------------------------------

From: "stephen" <[EMAIL PROTECTED]>
Subject: to produce config.h for pcmcia controller after updating kernel ?
Date: Wed, 11 Apr 2001 18:37:16 +0800

Does anybody know how to produce config.h for pcmcia card
controller after updating kernel?

I have updated my kernel from redhat 6.2 (2.2.14) to 2.4.0
successfully.Now I have a problem "I Can't produce 'config.h'
for pcmcia-3.1.22 under kernel 2.4.0" for installing 11M
wireless pcmcia card with linux driver.



=============I can do "Step 1.A" below now under kernel 2.4.0======

=============But I can't do "Step 1.B" below now for producing "config.h"
for pcmcia-3.1.22 under  kernel 2.4.0. Because there is no directory like
"pcmcia-cs-3.1.xx" at /usr/src/linux directory after updating my kernel
to 2.4.0. So I don't know what to do. If I can't produce the config.h,
there will be 2-3 errors at "Step3" --"Installing the driver-> make
all/install" while installing my 11M linux driver for 11M wireless pcmcia
card. Then I can't install the driver  successfully
=====================================    THIS IS WHERE MY PROBLEM IS !!!


The below are procedures from vendor that I produce config.h files for
 Linux kernel and pcmcia under redhat6.2(kernel 2.2.14):

========================================================
Installation procedurecs:

1.To produce "config.h"

A.=>/usr/src/linux/make menuconfig
("Linux Kernel V2.2.14 Configuration" window will show,please
tab "Exit" button, then press 'Enter'. Another window will show
and ask you "Do you wish to save your new kernel configuration"
, just tab "Yes", then press 'Enter'.)

B.=>/usr/src/linux/pcmcia-cs-3.1.8/make config
(At this step, system will ask you some questions. You only need
to press "Enter" to use default values. But you have to pay
attention to the question below:)

  =>Linux source directory[/usr/src/BUILD/linux]:
  please type the exact directory=>[e.g. /usr/src/linux]


2. Copy the driver "linuxr1.tgz" to linux OS and decompress it

=> mount -t msdos /dev/fd0 /mnt/floppy
=> cp /mnt/floppy/linuxr1.tgz /linuxr1.tgz
=> tar zxvf linuxr1.tgz
   => The directory "linux-wlan-ng-0.1.7" will be created.


3.Install the driver
Before doing this, please turn your PC card's "Control Mode" to
"Cardbus/16-bit" at its Bios for supporting 3.3V PC card.
(Ps: at most laptop's Bios, there is no such item . It means that
the laptop can auto-detect PC card's "Control Mode" between
"PCIC Compatible" and "Cardbus/16-bit", or it means that the laptop is
too old to support 3.3V PC card. And NDC 11M wireless PC card(NWH610)
can't be worked in such laptops)


=> cd /linux-wlan-ng-0.1.7
=> make config
At this step, system will ask you some questions. You only need to
press "Enter" to use default values. But you have to pay attention
to the 4 questions below:

  =>pcmcia-cs source directory[/usr/src/pcmcia-cs-3.1.20]:
  please type the exact directory
           =>[e.g. /usr/src/linux/pcmcia-cs-3.1.8]

  =>PCMCIA script directory[/etc/pcmcia]:
  press "Enter" to use default value. And the "wlan-ng.opts" will
  be in this directory.

  =>Install drivers as station(sta) or access point(ap)?[sta]:
  Setup the pc as a wireless station by type 'sta'.
  (we only support station function for the card)

  =>Build for 64-bit WEP function?('n' for 128-bit)(y/n)[y]:
  press 'Y' or 'N' to select the WEP function that you want to use.

=> make all
=> make install


4.Restart pcmcia services




------------------------------

From: Tom Canich <[EMAIL PROTECTED]>
Subject: Re: ram inconsistency
Date: Wed, 11 Apr 2001 08:17:03 -0400





> when i boot from lilo: linux mem=256M, linux reports correctly 256M.
> however when i put append="mem+256M" line on the same as label in
> lilo.conf it does not work.


This is correct, except you want append="mem=256M", i assume the above is
a typo...



> since linux recongnizes m 256M there must be an option somewhere to
> corerct this. any help?

That's the option, but you implement it wrong.  Instead of:

        image=/boot/bzImage
          label=linux append="mem=256M"
          ...

Try:

        image=/boot/bzImage
          label=linux
          append="mem=256M"
          ...

and then everything should work! :)


good luck

tom




------------------------------

From: Steve Martin <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: compiling the kernel
Date: Wed, 11 Apr 2001 08:22:48 -0400

Riyaz Mansoor wrote:

> i compiled my kernel and as suggested i kept the old kernel as well. but
> i think its the old kernel that's loading. is there a way to find out?

Did you remember to run LILO after modifying lilo.conf? If not, then
the changes did not happen.

A couple things I'd also question:

> image=/boot/bzImage
>  label=linux append="mem=256M"
>  read-only
>  root=/dev/hda6

I'm not sure you can put the "append" command on a line with the "label"
command... every time I've seen it used, it was on a line by itself.
I'm surprised LILO didn't choke on this.

The other thing is, did you manually copy the bzImage file to /boot
like lilo.conf says? Sometimes that gets forgotten, and the old kernel
is still there.

------------------------------

From: 212.35.240.131 [[EMAIL PROTECTED]]
Subject: Re:  Red Hat system start up
Date: 11 Apr 2001 11:31:09 GMT

Try looking at /etc/initab.

This is the file that is loaded on startup.

> I am trying to figure out how to change the way my system starts up so i
> can close down several services that I don't want to be open (netbios
> for one) I was wondering if any one know a t-phile that explains the RH
> start-up system in detail. the only ones that I found said it uses
> scripts.  Well what do i need to do to modify those scripts to kill the
> things that I don't want open
> 
> Thanks
> Craig
> 


==================================
Poster's IP address: 212.35.240.131
Posted via http://nodevice.com
Linux Programmer's Site

------------------------------

From: A Popple <[EMAIL PROTECTED]>
Subject: Re: clock time
Date: Wed, 11 Apr 2001 18:25:53 -0400

Linux has two clocks, the hardware clock and the software clock.  The 
software clock is loaded from the hardware clock during startup and 
timezone changes are applied at this time.  To correct your problem, set 
the hardware clock (using 'hwclock' - for info on doing this type 'man 
hwclock') to GMT (10 hours behind the current time in your case).  This 
should fix the problem.

Riyaz Mansoor wrote:

> 
> 
> my clock on my gnome is 10 hours ahead. however the using the clock
> command in a terminal returns the correct time. how do i correct this.
> 
> i suspect this is because i selected GMT and selected 10hours ahead
> during setup.
> 
> this time thing is getting me down. as u can see, the posting time is in
> the future. some X-File.
> 
> riyaz
> 


------------------------------

From: LaschP <[EMAIL PROTECTED]>
Subject: LILO: Hole found in map file (alloc_page)
Date: Wed, 11 Apr 2001 14:38:35 +0200

Hi everybody,                           

I'm trying to install LILO (SusE 7.0) onto a SCSI System (Adaptec
1540UW, 5 HD, CD, DAT-Streamer).
I cannot install LILO in the MBR:  the LILO error message is: hole found
in map file (alloc_page).

I also tried to install LILO onto a 1.44 floppy: I'm getting the same
error message. The root partitition is located in the sda1 (1-1000
cylinder). 


any ideas?

------------------------------

From: Yoram Leviant1 <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: How to log serial input / output?
Date: Wed, 11 Apr 2001 15:37:54 +0300

Hi ,

I've set up a modem connected to /dev/ttyS1 on one of my Linux boxes.
This is intended for one specific customer that can only access through
dial-in.
I need to be able to log or see all input and output activity when the
line is connected. I.e. have an echo of anything that he sees.
Is it possible? How?

Many Thanks

Yoram Leviant



------------------------------

From: Steve Martin <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Red Hat system start up
Date: Wed, 11 Apr 2001 09:07:34 -0400

Craig Van Tassle wrote:

> I am trying to figure out how to change the way my system starts up so i
> can close down several services that I don't want to be open (netbios
> for one) I was wondering if any one know a t-phile that explains the RH
> start-up system in detail.

Here's the short version...

When RedHat boots, it boots into a "runlevel", which is a fancy
name for a preset configuration. Several possible "runlevels"
exist, one for single-user, one for multi-user, one for multi
with X, and so forth. What gets started under each runlevel is
controlled by the scripts (really symlinks to scripts) in the
/etc/rc.d directory. There are several directories there of
the form "rcx.d", where the "x" is the runlevel. This is all
orchestrated by the script /etc/rc.d/rc, which executes all the
scripts in the appropriate "rcx.d" subdirectory. For example,
for runlevel 3, rc executes all the rc3.d scripts.

Note that these scripts are all just symlinks into the 
/etc/rc.d/init.d directory. The quick and dirty way to prevent
stuff from being started up on bootup, therefore, is to go into
the particular rcx.d directory corresponding to your normal
runlevel (this is shown in /etc/inittab on the line containing
the "initdefault" keyword) and delete the symlink pointing to
the script that starts the undesired service. The ones that
start with an uppercase "S" are the ones that start services;
the ones that start with "K" kill running services prior to
changing runlevels.

Note: This Is Done At Your Own Risk. I repeat: This Is Done
At Your Own Risk. Messing with the system startup scripts
has the potential of rendering your system unbootable.
Be careful.

------------------------------

From: Lai Shu King <[EMAIL PROTECTED]>
Subject: Re: How to config the X-Server??
Date: Wed, 11 Apr 2001 21:12:45 +0800
Reply-To: [EMAIL PROTECTED]

Choose more resolution and change resolution dynamically by ctrl+alt+[plus or
minus number key] to select the appropriate resolution. Good Luck

Mike wrote:

> Dear All,
>
>     I am a newbie to Linux.  Hope that anyone can give me a hand with my
> problem.
>
>     After I installed my Red Hat 7.0, I have trouble of starting the
> X-Window.  I ran the Xconfigurator and couldn't find a suitable resolution
> for my video card.  I am using a Matrox G400 display card (it is a very
> common one).  I used every single one resolution in the list and still
> couldn't config the X-Server.  My monitor is from CTX and I got select the
> model from the provided list.
>
>     What should I do now?  Millions of thanks in advance!!
>
> Mike


------------------------------

From: "hushui" <[EMAIL PROTECTED]>
Subject: how use map command in vim??
Date: Wed, 11 Apr 2001 20:56:31 +0800

Can somebody give me a example?
:map ^i  include
Is it ???
But it does not run.
I means define a shortcut key of mine in vim so that I can input my program
quickly.



------------------------------

From: "emdag" <[EMAIL PROTECTED]>
Subject: Re: removing Linux presence from MBR
Date: Wed, 11 Apr 2001 21:28:13 +0800

boot up from dos

fsck  /mbr

"David Miller" <[EMAIL PROTECTED]> wrote in message
news:9asqpl$rf0$[EMAIL PROTECTED]...
> I recently tried to turn a win NT server into a linux server. I installed
> Debian linux which modified the MBR. I now need to install Win NT again
and
> I want to remove the linux boot from the MBR. Can someone give me the
> command? Do I execute it from within Linux or DOS?
>
> Thanks,
> Dave
>
>



------------------------------

From: "Ad" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux.mandrake,linux.redhat.misc
Subject: Help!!! Installaltion hangs and crash on HP Netserver 5/100 LC....
Date: Wed, 11 Apr 2001 21:21:32 +0800

I've recently acquired an old HP Netserver 5/100 LC and tried installing
Redhat Linux 6.2 with it. However,the installations cannot detect the scsi
host controller (Adaptec 7770). I went to the redhat website and found out
the solution for it - installing the updated driver for the scsi manually.
But still, the installation hangs and failed.
However, when I tried to install linux-mandrake 7.1 using the patch I've
obtained from their website, i managed to install it sucessfully. but when I
boot up the machine after installation, it doesn't load the updated module
(aic7xxx), thus cannot mount my root filesystem.

the specs are as follow:
Pentium 100Mhz
128Mb RAM
Adaptec 7770 embedded scsi host controller
2.1 scsi hd
2.1 scsi hd
4.2 scsi hd
scsi cdrom
S3 Trio 64v+ VGA
3Com 10/100 NIC


Is there any workaround for this problem? I've tried appending extra command
parameter with the aic7xxx module, but still no luck at all...


Please help!!!

Thanks in advanced.





------------------------------

From: Luis Miguel N Tavora <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.misc,comp.os.linux.portable,comp.os.linux.test,comp.os.linux.x,linux.news.groups
Subject: MatLab 5.2 on Red Hat 7.0
Date: Wed, 11 Apr 2001 14:46:55 +0100

Dear all,

  I'm having some problems getting Maple 5.2 to run on my Toshiba 4600 
laptop.

Due to an unsopported Trident graphics card I've struggled to get X 
work, but
it works fine with fdbev or vesa drivers.

However I can't Maple 5.2 to run, as I always get an error message when 
installing it.
When I run

cd /usr/local/maple/bin
./maple

I get the message

/maple: /usr/local/maple/bin_IBM_INTEL_LINUX/mapleTTY: No such file or 
directory
./maple: /usr/local/maple/bin_IBM_INTEL_LINUX/mapleTTY: No such file or 
directory


That's really odd, as if one looks at the metioned directory everything 
seems to be there:

[root@Calvin bin]# ls -la ../bin_IBM_INTEL_LINUX/
total 6852
drwxr-xr-x    2 root     root         4096 Dec 15  1997 .
drwxr-xr-x   12 root     root         4096 Apr  9 00:24 ..
-rwxrwxr-x    1 root     root       478820 Jan 11  1998 lks
-rwxrwxr-x    1 root     root       669660 Jan 11  1998 mapleTTY
-rwxrwxr-x    1 root     root        13512 Jan 11  1998 march
-rwxrwxr-x    1 root     root        12145 Jan 11  1998 matlink.so
-rwxrwxr-x    1 root     root       105868 Jan 11  1998 mint
-rwxrwxr-x    1 root     root        89800 Jan 11  1998 mplotchar
-rwxrwxr-x    1 root     root       109764 Jan 11  1998 mplotcps
-rwxrwxr-x    1 root     root       103512 Jan 11  1998 mplotgif
-rwxrwxr-x    1 root     root        91508 Jan 11  1998 mplothpgl
-rwxrwxr-x    1 root     root        91524 Jan 11  1998 mplothplj
-rwxrwxr-x    1 root     root       133544 Jan 11  1998 mplotjpeg
-rwxrwxr-x    1 root     root       102324 Jan 11  1998 mplotpcx
-rwxrwxr-x    1 root     root       109764 Jan 11  1998 mplotps
-rwxrwxr-x    1 root     root        89016 Jan 11  1998 mplottek
-rwxrwxr-x    1 root     root      1088916 Jan 11  1998 mplotx11
-rwxrwxr-x    1 root     root        52036 Apr 14  1997 updt3to4
-rwxrwxr-x    1 root     root        67140 Jan 11  1998 updtsrc
-rwxrwxr-x    1 root     root      3059256 Jan 12  1998 xmaplev5
-rw-rw-r--    1 root     root       444748 Jan 12  1998 xmaplev5.res





Any clues about what's worng with this?

Thanks in advance,

Luis


------------------------------

From: "Eric" <[EMAIL PROTECTED]>
Subject: Re: Hole found in map file (alloc_page)
Date: Wed, 11 Apr 2001 15:47:14 +0200

> I'm trying to install LILO (SusE 7.0) onto a SCSI System (Adaptec
> 1540UW, 5 HD, CD, DAT-Streamer).
> I cannot install LILO in the MBR:  the LILO error message is: hole found
> in map file (alloc_page).
>
> I also tried to install LILO onto a 1.44 floppy: I'm getting the same
> error message. The root partitition is located in the sda1 (1-1000
> cylinder).

from the User_Guide.ps:
==================================================================
Hole found in map file (location)

The map installer is confused about the disk organization.
Please report this error.
==================================================================

Please do so.

Eric



------------------------------

From: [EMAIL PROTECTED] (Paul Knopp)
Subject: Re: What to choose from RedHat 7.0 Download files?
Date: Wed, 11 Apr 2001 13:48:06 GMT

All I needed was the DISC 1 ISO for an install.  The rest seems to be
extra utilities, documentation, drivers etc.

In my experience,  you will not initially need them

PTK

On Wed, 11 Apr 2001 00:48:58 -0400, seongju chang
<[EMAIL PROTECTED]> wrote:

>Hi,
>
>I  have downloaded RedHat 7.0 files from one of mirror sites. 
>The size of the downloaded folder is more than 6.0 GB which includes 
>DMA, doc, iso, os, and powertools sub-folders. Could  anybody 
>tell me which ones I need for a typical Intel machine having 
>limited disk space? Obviously, I can not and need not to use all the files
>I downloaded. Thanks for the tips in advance.
>
>SJC


------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Help!!! Installaltion hangs and crash on HP Netserver 5/100 LC....
Crossposted-To: alt.linux,alt.os.linux.mandrake,linux.redhat.misc
Date: Wed, 11 Apr 2001 13:49:26 GMT

In alt.os.linux.mandrake Ad <[EMAIL PROTECTED]> wrote:
> I've recently acquired an old HP Netserver 5/100 LC and tried installing
> Redhat Linux 6.2 with it. However,the installations cannot detect the scsi
> host controller (Adaptec 7770). I went to the redhat website and found out

That's a quite new controller, surely! I also doubt that Rh 6.2 has a
kernel with support for it. Good. Compile your own.

> the solution for it - installing the updated driver for the scsi manually.

Well, that's not surprising. But "updated" is a relative concept.


> But still, the installation hangs and failed.

Post the error messages, and don't INSTALL. Just boot the thing.

> However, when I tried to install linux-mandrake 7.1 using the patch I've
> obtained from their website, i managed to install it sucessfully. but when I
> boot up the machine after installation, it doesn't load the updated module
> (aic7xxx), thus cannot mount my root filesystem.

How are you gong to boot with a module when the module is on your
filesystem and the filesystem is on a scsi disk, and the scsi disk is
on a scsi controller, and you need to load a module to have a driver
for it?

Please don't play with initrd. Just compile your own kernel, with the
driver for the hard disk controller COMPILED IN.

> the specs are as follow:
> Pentium 100Mhz
> 128Mb RAM
> Adaptec 7770 embedded scsi host controller

Ah, well it must be an old controller then!

> 2.1 scsi hd
> 2.1 scsi hd
> 4.2 scsi hd
> scsi cdrom
> S3 Trio 64v+ VGA
> 3Com 10/100 NIC

> Is there any workaround for this problem? I've tried appending extra command
> parameter with the aic7xxx module, but still no luck at all...

Don't do it. Compile the right driver in. If you can't get the embedded
controller to work - no surpise, since embedded controllers are usually
screwed up hardware-wise - disable it and stick in a controller on a
PCI card. You don't need more than a 10 or 20MB/s ultrascsi, which
will set you back between $40 and $70 new.

Peter

------------------------------

From: "ne..." <[EMAIL PROTECTED]>
Subject: Re: 2.2.16 -> 2.2.18 migration, modules problem
Date: Wed, 11 Apr 2001 13:52:02 GMT

On Apr 11, 2001 at 00:40, David Shifflett eloquently wrote:

>Hi all,
>I have installed the 2.2.16-22 kernel
>from the Redhat 7.0 distribution.
>I then downloaded, compiled and installed the 2.2.18
>kernel from source, using the following commands:
>make mrproper
>make xconfig
>make dep bzImage modules modules_install
>sh /usr/src/linux-2.2.18/arch/i386/boot/install.sh 2.2.18 \
>/usr/src/linux-2.2.18/arch/i386/boot/bzImage System.map /boot
Don't know where you get the sh command from but I use

cp arch/i386/boot/bzImage /boot/vmlinuz-2.2.18
cp System.map /boot/System.map-2.2.18

make my adjustments to /etc/lilo.conf, run
/sbin/lilo and reboot. Try that and report
back whether this works. Oh and lose the
make xconfig. Use make menuconfig instead.

[...]

-- 
Registered Linux User # 125653 (http://counter.li.org)
BI //

 Common written abbreviation for Breidbart Index.

  9:43am  up 25 days,  9:43,  9 users,  load average: 0.02, 0.03, 0.00


------------------------------

From: [EMAIL PROTECTED] (Paul Knopp)
Subject: Re: RH7 and Samba with encrypted passwds
Date: Wed, 11 Apr 2001 13:50:06 GMT

Good tip, and duly noted,

Thanks for the response,

PTK

On Tue, 10 Apr 2001 21:20:17 -0000, [EMAIL PROTECTED]
(Rod Smith) wrote:

>In article <[EMAIL PROTECTED]>,
>       Craig Kelley <[EMAIL PROTECTED]> writes:
>> [EMAIL PROTECTED] (Paul Knopp) writes:
>> 
>>> SMB shares that allow guest access work just fine.  However, those
>>> that need a name and password will not accept it.
>>> 
>>> I have /etc/smbpasswd file and have used /usr/sbin/pwconv to make sure
>>> it is updated with the user / password information in my /etc/passwd
>>> file.
>... 
>> You have to manually add users to smbpasswd by using this:
>> 
>> smbpasswd -a username
>> smbpasswd username
>>  [change password]
>
>I'd also suggest manually cleaning out the /etc/smbpasswd file. If it
>was created from your regular /etc/passwd file via a script, it almost
>certainly includes entries for all sorts of accounts that have no
>business using Samba -- stuff like nobody and games. Although the
>generated /etc/smbpasswd file probably has no password set for these
>accounts, it's best to remove them anyhow, just in case some bug or
>trickery could be used to your disadvantage.
>
>-- 
>Rod Smith, [EMAIL PROTECTED]
>http://www.rodsbooks.com
>Author of books on Linux & multi-OS configuration


------------------------------

From: Luis Miguel N Tavora <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.test,comp.os.linux.x,linux.news.groups
Subject: Problems with Maple not MatLab
Date: Wed, 11 Apr 2001 14:56:13 +0100

My previous message was about a problem with Maple 5.2 on RH7.0 and
not  MatLab.

Cheers

Luis


------------------------------

From: "ja" <[EMAIL PROTECTED]>
Subject: make config
Date: Wed, 11 Apr 2001 22:00:03 +0800

my system redhat7.0
kernel 2.2.16

I extract pcmcia-cs-3.1.15 at /usr/src/linux
make config
why can I input "/usr/src/linux" as my linux source directory?

configuration failed appear~

why?????????


[EMAIL PROTECTED]



------------------------------


** 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
******************************

Reply via email to