Linux-Setup Digest #549, Volume #19               Mon, 4 Sep 00 12:13:08 EDT

Contents:
  HP 8210e (Alberto)
  installing NE2000 on debian potato
  Re: Help:  What Is A Bootable CD-ROM? ("John E. Garrott Sr")
  Re: LILO problem (Florian Olbrich)
  Re: kernel-modules (Florian Olbrich)
  Re: [pvm and ssh]: login without prompt: HOW? (Richard E. Silverman)
  Re: LILO problem (The Contact)
  Re: installing NE2000 on debian potato (The Black Unicorn)
  cannot get the post install to complete properly ("Glasco Taylor")
  New Helix Gnome Installer (Jim)
  disabling cpu id causes general protection fault ("Rob Battle")
  Re: Need help restoring Windows (Victor Zandy)
  Re: Helix-Gnome harddrive install problems (Jim)
  Re: Promise ATA100 and Linux ("Frederic Vanneste")
  Re: MandrakeInstall not working after grpmi upgrade ([EMAIL PROTECTED])
  A tale of two computers (astorwilliam)
  Re: Amptron 599 LMR MB (pc chips) and Linux  ??? (Douglas E. Mitton)

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

From: Alberto <[EMAIL PROTECTED]>
Subject: HP 8210e
Date: Mon, 04 Sep 2000 15:47:29 +0200

Does anyone know how to setup a HP 8210e CDRW?

Thanks


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

From: <[EMAIL PROTECTED]>
Subject: installing NE2000 on debian potato
Date: Mon, 04 Sep 2000 14:29:00 GMT

Hi!

I'm trying to install a NE2000 compatible network card on debian potato, 
but the system tells me there is a IO or IRQ problem. My card is 
configured to io=0x2E0H, but whenever I enter that as command line 
argument the bootstrap program tells me that it cannot recognize the 'E'. 
Is there a different way of entering this address ? I prefer not to 
reconfigure my card to a different IO because I'm running Windows on the 
same machine and it is configured to that IO...

Moritz

--
Posted via CNET Help.com
http://www.help.com/

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

From: "John E. Garrott Sr" <[EMAIL PROTECTED]>
Subject: Re: Help:  What Is A Bootable CD-ROM?
Date: Mon, 04 Sep 2000 07:36:58 -0700

"Marty P. A." wrote:
> 
> I want to know what makes a CD-ROM a bootable CD-ROM.
> 
> Is it in the hardware of the drive itself or is it in the way the
> computer is set up?
> 
> I am familiar with ATAPI drives and that they require a driver in
> order to run - and this unlike the EIDE drives that can boot from
> the BIOS.  (If I am missing the boat here, please let me know).
> 
> Does this mean that an ATAPI CD-ROM is not a bootable drive or
> is there a way to make it a bootable drive?
> 
> Thank you for your comments and thoughts.
> 
> Marty

Read the CD-Writing-HOWTO.  If you don't have it
in /usr/doc/Linux-HOWTOs, then try the 
Linux Documentation Project at

        http://www.linuxdoc.org/

Good luck,

John

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

From: Florian Olbrich <[EMAIL PROTECTED]>
Subject: Re: LILO problem
Date: Mon, 04 Sep 2000 16:48:43 +0200



Phil Evans schrieb:

> I have recently installed SuSE Linux 6.4.  Everything was going ok at first,
> but now LILO refuses to work properly.  I have a 30GB hdd, and whenever I
> try to setup LILO it does warn me about the partition being over the 1024
> cylinder limit, however it was working in the beginning, so presumably this
> isn't a problem.
>
> The actual problem is that wherever I install LILO (whether it's in the MBR,
> the boot partition, or the root partition), I simply get LI, and nothing
> else.  I have read this problem may have something to do with the drive's
> geometry, and I did get messages from PartitionMagic that there were
> mismatches, but even when it fixed these problems, there was still no joy
> with LILO.
>
> Does anyone know anything about this problem; What other causes for "LI" are
> there?  More specifically, does anyone else have a linux partition over the
> 1024 cylinder limit and having problems?
>
> Phil Evans.

Hi Phil!
Normally using lilo with more than 1024 cyls is impossible.
Create a new partition at the beginning of your disk (20 MB should
be plenty) and mount it to /boot.
Your system should place the kernel image there, so it's in the first 1024
cylinders.

sia

Flo



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

From: Florian Olbrich <[EMAIL PROTECTED]>
Subject: Re: kernel-modules
Date: Mon, 04 Sep 2000 16:44:59 +0200



"Andreas Westend�rpf" schrieb:

> hi! i need some help. where do i find the file where i can specify
> what kernel-modules should be loaded at system bootup? i'm running
> redhat6.2.
>
> thx
>
> Andreas

Look for /etc/modules or the command "modconf".
(Should be the same in redhat, I'm running Debian/SuSE)

sia

Flo



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

Crossposted-To: comp.os.linux.networking,comp.security.ssh
Subject: Re: [pvm and ssh]: login without prompt: HOW?
From: [EMAIL PROTECTED] (Richard E. Silverman)
Date: 04 Sep 2000 10:55:18 -0400

>>>>> "Ian" == Ian Mortimer <[EMAIL PROTECTED]> writes:

    Ian> (Another alternative is to create a ssh key with an empty
    Ian> passphrase.  

There is no reason to do this unless the point is unattended operation
(e.g. in a cron job); if you want automatic authentication in an
interactive context, then using an agent is the right way to do it (for
public-key authentication).  You can use an agent for unattended jobs
also, but there are trade-offs there that might make you consider using a
plaintext key.

    Ian> That could be a big security problem or maybe not depending on
    Ian> how secure your network is and specifically how secure your
    Ian> $HOME/.ssh directory is).

There's no reason that you have to keep the key file in ~/.ssh, and if
your home directory is shared via NFS or SMB, for example, there's every
reason not to.  Place it in a directory local to the client host, and make
sure that its use is restricted on the server side (e.g. using host= and
from= options in the authorized_keys file).

-- 
  Richard Silverman
  [EMAIL PROTECTED]

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

From: The Contact <[EMAIL PROTECTED]>
Subject: Re: LILO problem
Date: Mon, 04 Sep 2000 14:58:37 GMT

Phil Evans wrote:
> 
> I have recently installed SuSE Linux 6.4.  Everything was going ok at first,
> but now LILO refuses to work properly.  I have a 30GB hdd, and whenever I
> try to setup LILO it does warn me about the partition being over the 1024
> cylinder limit, however it was working in the beginning, so presumably this
> isn't a problem.
> 
> The actual problem is that wherever I install LILO (whether it's in the MBR,
> the boot partition, or the root partition), I simply get LI, and nothing
> else.  I have read this problem may have something to do with the drive's
> geometry, and I did get messages from PartitionMagic that there were
> mismatches, but even when it fixed these problems, there was still no joy
> with LILO.
> 
> Does anyone know anything about this problem; What other causes for "LI" are
> there?  More specifically, does anyone else have a linux partition over the
> 1024 cylinder limit and having problems?
> 
> Phil Evans.

This probably IS a >1024-problem. Boot with the bootdisk and place
'linear' in lilo.conf (somewhere at the top). This should avoid the
problem (at least it did with me - i installed RedHat 6.2 on a 72 Gig-HD
with the first 20 Gig for NT 4 and during install i said to lilo to add
'linear', and it works fine).

-- 
The Contact
"Ones and zeros represent more than just the binary count.
 They represent the mass knowledge we know as Internet."
~~~~~~~~~~~~~~~~~~~~~~~~~~
[EMAIL PROTECTED]

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

From: The Black Unicorn <[EMAIL PROTECTED]>
Subject: Re: installing NE2000 on debian potato
Date: Mon, 04 Sep 2000 15:06:29 GMT



[EMAIL PROTECTED] wrote:
> 
> Hi!
> 
> I'm trying to install a NE2000 compatible network card on debian potato,
> but the system tells me there is a IO or IRQ problem. My card is
> configured to io=0x2E0H, but whenever I enter that as command line
> argument the bootstrap program tells me that it cannot recognize the 'E'.
> Is there a different way of entering this address ? I prefer not to
> reconfigure my card to a different IO because I'm running Windows on the
> same machine and it is configured to that IO...

try small letters, maybe ? and leave out the 'H' at the end too
0x2e0 may work

TbU

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

From: "Glasco Taylor" <[EMAIL PROTECTED]>
Subject: cannot get the post install to complete properly
Date: Mon, 04 Sep 2000 15:28:52 GMT

I have been attempting to install RedHat 6.2 for days and have not been able
to get the post install to complete.  Does any one have a clue as to why
this is?


--
=======
Glasco Taylor



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

From: Jim <[EMAIL PROTECTED]>
Subject: New Helix Gnome Installer
Date: Mon, 04 Sep 2000 15:24:33 GMT

Anyone else had problems with the Helix Gnome Installer? It worked fine
over the Internet but I saved the files so I could perform the upgrade
on another machine.

I ftp the files to the second box but the problem is, as soon as I click
the "Local Media" radio button to allow me to install from local media
(my hard drive), the "Next" button becomes disabled making it impossible
to continue.

It doesn't do any good to save the files after an install if you aren't
going to be able to make use of them.

Anyone that's found a workaround, I'd appreciate hearing about it.
Meanwhile, I'm going to try ftp from the first PC.

Thanks.


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: "Rob Battle" <[EMAIL PROTECTED]>
Subject: disabling cpu id causes general protection fault
Date: Mon, 4 Sep 2000 11:28:04 -0400

i just installed red hat 6.2 on my new system which consists of an AMD 800
mHz Athlon (thunderbird) and a MSI K7T Pro Motherboard.  The install went
fine, however, when the system boots up, it says it is disabling the CPUID
and then it gives a general protection fault and freezes.  I used to have
Red Hat 6.1 running on my old AMD K6 233, but I had to scrap that for parts
for my new computer and linux doesn't want to work.  Any ideas on what I can
do to fix this problem?

--rob



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

From: Victor Zandy <[EMAIL PROTECTED]>
Subject: Re: Need help restoring Windows
Date: 04 Sep 2000 10:37:56 -0500

Igor Mercier <[EMAIL PROTECTED]> writes:

> Victor Zandy wrote:
> > In the course of installing Linux on a friend's Gateway Solo 2150
> > laptop, I broke its ability to boot Windows.
> >
> > We created a partition for Linux by splitting the original Windows 98
> > partition with fips.  Goback -- a disk backup utility -- is installed
>
> from a msdos win98 boot disk amd type in at the A prompt   fdisk /mbr this
> overrides the lilo that is there and windoze booted again. Now to boot
> linux I use a boot disk that was created during instalation of linux.

    Thanks Igor, but unfortunately this will not work in my case.  The
standard MBR does not boot Windows.  I think Goback uses an
incompatible boot sequence.  I need to restore the MBR with one that
is compatible with Goback.

Vic


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

From: Jim <[EMAIL PROTECTED]>
Subject: Re: Helix-Gnome harddrive install problems
Date: Mon, 04 Sep 2000 15:41:54 GMT

In article <8nv1m6$[EMAIL PROTECTED]>,
  "Kevin Vandersloot" <[EMAIL PROTECTED]> wrote:
> > --
> I think you also need some xml files along with
> the packages. For instance looking at the helix
> ftp site in the RedHat directory they have
>
> metapackages.xml
> packageinfo.xml
> updates.xml
>
> Try copying the package xml files to your package
> directory
>

Thanks, Kevin. I'll give that a shot.


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: "Frederic Vanneste" <[EMAIL PROTECTED]>
Subject: Re: Promise ATA100 and Linux
Crossposted-To: 
alt.comp.periphs.mainboard.asus,alt.os.linux.slackware,comp.os.linux.hardware
Date: Mon, 04 Sep 2000 15:55:45 GMT

In article <8ou8n5$oev$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
(Allen Wong) wrote:
> In alt.os.linux.slackware Christian Lagerberg <[EMAIL PROTECTED]>
> wrote:
> 
>> Anyone have a disk image with a working ATA100 driver that i can use to
>> boot and install Slackware on this box ? The promise controller is
>> named PDC20265 on the Asus A7V mainboard.
> 
> Go to http://zuul.slackware.com and download the ata66 boot disk (it
> also supports ata100).  HTH
> 
> Allen

I use a promise66, and the installation went perfect but if I try to enable dma
with hdparm I get the following msg:

/dev/hde:
setting using_dma to 1
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0

I have recompiled the kernel with the ide path, but I still get the msg.
Maybe I forgot something, here's my .config:
(sorry for the long post)

Frederic

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
CONFIG_M686=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_QUIRKS is not set
# CONFIG_PCI_OLD_PROC is not set
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_JAVA=m
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_OTHER is not set
# CONFIG_APM is not set

#
# Plug and Play support
#
CONFIG_PNP=y
CONFIG_PNP_PARPORT=m

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
CONFIG_BLK_DEV_IDEFLOPPY=y
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_VIA82C586 is not set
# CONFIG_BLK_DEV_CMD646 is not set
# CONFIG_BLK_DEV_CS5530 is not set
CONFIG_IDE_CHIPSETS=y
# CONFIG_BLK_DEV_4DRIVES is not set
# CONFIG_BLK_DEV_ALI14XX is not set
# CONFIG_BLK_DEV_DTC2278 is not set
# CONFIG_BLK_DEV_HT6560B is not set
# CONFIG_BLK_DEV_QD6580 is not set
# CONFIG_BLK_DEV_UMC8672 is not set
CONFIG_BLK_DEV_PDC4030=y
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_BOOT is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
CONFIG_FIREWALL=y
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
CONFIG_IP_FIREWALL=y
CONFIG_IP_TRANSPARENT_PROXY=y
# CONFIG_IP_MASQUERADE is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
CONFIG_IP_ALIAS=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_LLC is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
# CONFIG_CPU_IS_SLOW is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set

#
# SCSI support
#
# CONFIG_SCSI is not set

#
# I2O device support
#
CONFIG_I2O=m
CONFIG_I2O_PCI=m
CONFIG_I2O_BLOCK=m
# CONFIG_I2O_SCSI is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=y
CONFIG_BONDING=m
# CONFIG_EQUALIZER is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
CONFIG_VORTEX=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_RTL8139 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_EISA is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_RADIO is not set

#
# Token ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_SEALEVEL_4021 is not set
# CONFIG_SYNCLINK_SYNCPPP is not set
# CONFIG_LANMEDIA is not set
# CONFIG_COMX is not set
# CONFIG_HDLC is not set
# CONFIG_DLCI is not set
# CONFIG_SBNI is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=128
CONFIG_PRINTER=y
# CONFIG_PRINTER_READBACK is not set
CONFIG_MOUSE=y

#
# Mice
#
# CONFIG_ATIXL_BUSMOUSE is not set
CONFIG_BUSMOUSE=y
CONFIG_MS_BUSMOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set

#
# Joysticks
#
# CONFIG_JOYSTICK is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set

#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DTLK is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set

#
# Filesystems
#
CONFIG_QUOTA=y
CONFIG_AUTOFS_FS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_MINIX_FS is not set
CONFIG_NTFS_FS=m
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_EFS_FS is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
CONFIG_NFS_FS=y
# CONFIG_NFSD is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_SMB_FS=y
# CONFIG_NCP_FS is not set

#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="cp437"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FB_PM2 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VGA16 is not set
CONFIG_VIDEO_SELECT=y
CONFIG_FB_MATROX=y
CONFIG_FB_MATROX_MILLENIUM=y
# CONFIG_FB_MATROX_MYSTIQUE is not set
# CONFIG_FB_MATROX_G100 is not set
CONFIG_FB_MATROX_MULTIHEAD=y
# CONFIG_FB_ATY is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_FBCON_ADVANCED=y
CONFIG_FBCON_MFB=m
# CONFIG_FBCON_CFB2 is not set
# CONFIG_FBCON_CFB4 is not set
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
# CONFIG_FBCON_AFB is not set
# CONFIG_FBCON_ILBM is not set
# CONFIG_FBCON_IPLAN2P2 is not set
# CONFIG_FBCON_IPLAN2P4 is not set
# CONFIG_FBCON_IPLAN2P8 is not set
# CONFIG_FBCON_MAC is not set
# CONFIG_FBCON_VGA_PLANES is not set
CONFIG_FBCON_VGA=y
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
CONFIG_FBCON_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_FONT_SUN8x16=y
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# Kernel hacking
#
# CONFIG_MAGIC_SYSRQ is not set


-- 
"The charm of knowledge would be small, 
were it not that so much shame has to be 
overcome on the way to it."

        'Friedrich Nietzsche'
        ---------------------

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

From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux.mandrake,comp.os.linux.misk
Subject: Re: MandrakeInstall not working after grpmi upgrade
Date: Mon, 04 Sep 2000 15:49:28 GMT

In article <8oovhg$9mg$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> Try editing the grpmi.pm file and comment out (insert a # in front of
> line) the 5th line where the script is trying to create a new /root/tmp
> directory.
actually one should rather append permissions as second argument:
mkdir "/root/tmp/",0700;


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: astorwilliam <[EMAIL PROTECTED]>
Subject: A tale of two computers
Date: Mon, 04 Sep 2000 15:51:58 GMT

          I have a Pentium III computer with a newTaxan monitor. I am
thinking of getting a relatively cheap Celeron computer to act as a
standby computer in case my main computer goes faulty.

I have Linux MANDRAKE 7.1 installed in my main computer and have made
Norton Ghost image files of all my Linux partitions in my main computer
except the swap and /tmp partition. Now the Celeron is going to have a
different graphics card, sound card and modem card but I will be using
the same Taxan monitor on both computers.

After I dump the image files of my LINUX partitions onto the Celeron
computer's hard drive, how do I SAFELY configure Linux to the different
hardware of the standby computer. I am assuming that I can do this from
the multi user or console mode [ where the pixelled penguin comes up on
the left side] when I boot up Linux on the standby computer.

I have read that the wrong drivers can damage the Taxan monitor. PLEASE
send me full console commands to type in so that I may be able to test
them on my main computer before proceeding.


William


Sent via Deja.com http://www.deja.com/
Before you buy.

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

From: [EMAIL PROTECTED] (Douglas E. Mitton)
Crossposted-To: comp.os.linux.hardware
Subject: Re: Amptron 599 LMR MB (pc chips) and Linux  ???
Reply-To: [EMAIL PROTECTED]
Date: Mon, 04 Sep 2000 17:02:59 GMT

I'm not really a Mandrake person so I'm not sure what utilities it
uses during the installation process to detect and configure the
various hardware.

I just went and checked the virgin Mandrake 7.0 (kernel 2.2.14-15mdk)
on my kids machine.  All the hardware was detected and listed in the
"sysconfig" output file under "etc".  Then it auto-magically loads the
modules for everything on boot.

I can tell you that the end result magic is in the /etc/conf.modules
file (as it is in Slackware as well) and it includes:
alias eth0 dmfe
alias sound cmpci

... so these are the modules you are looking to have Mandrake activate
prior to any sound or network configuration.  After boot issue a
"lsmod" as root and these modules should be running.

Under slackware I just manually edit the /etc/rc.d/ files and make
sure that I "insmod" the proper module before I issue the
configuration commands.  A much more straight forward operation to my
mind.

Any way, I hope this helps.  I always recommend Mandrake for its
automated installation process and lots of "eye candy" BUT I find it
awkward to maintain as the GUI configuration hides a lot of "stuff"
from the user.

Good luck!

peter <[EMAIL PROTECTED]> wrote:

>Thank you for the info, I've got Mandrake 7.1 installed and it did not
>pick up the built in network card up.  When I run the network config I
>can pick a kernel module for eth0, is th davicom driver listed ?
>
>Maybe I missed something during the automated install ???
>
>Is there anything I can do other than a complete re-install ?
>The drivers I downloaded from Amptron don't compile correctly.
>
>Thanks again,
>
>Peter
>>
>>I am running 2 of these AMD K6-2 450 machines here at home.  The kids
>>machine is running Win98 and Mandrake 7.0 and mine is running
>>Slackware 7 (previously Slackware 3.6, heavily upgraded) with no
>>problems.
>>
>>I did find that at a minimum Mandrake 7.0 was required to recognize
>>the SiS530 video chip BUT networking was never an issue.  The WinModem
>>is of course an issue BUT I have always used external modems so that
>>wasn't an issue for me.
>>
>>If you are not using Mandrake 7 then the minimum kernel is V2.2.13 (I
>>think) in order for the Davicom LAN to be compiled without a patch
>>from the Davicom site.  I am not sure on the minimum XFree86 required
>>for the SiS530 chip but a couple of searches on dejanews should find
>>it ... I do know that Mandrake 7.0 was the first standard XFree86 that
>>worked.
>>
>>Good luck!  I do find it to be a good all-round and inexpensive mother
>>board.
>>
>>peter <[EMAIL PROTECTED]> wrote:
>>
>>>I've have an Amptron 599 LMR with built in video, lan, modem, and
>>>sound.
>>>
>>>I'm wondering if this board will work with Corel linux ?
>>>
>>>I've read that Corel Linux supports this Mobo and everything is
>>>detected during the install ?
>>>
>>>Can someone tell me:
>>>
>>>1) How is the 2ed version of Corel Linux ? (I heard the first was a
>>>disaster).
>>>
>>>2) Can someone confirm that Corel Linux will support the devices on
>>>this Mobo?
>>>
>>>I've installed Mandrake on it and I can tell you the video works fine,
>>>BUT the linmodem drivers (pctel) don't work AND the LAN drivers don't
>>>work either (davicom).
>>>
>>>I really don't care about the modem, I would just like to get the lan
>>>and sounds working...
>>>
>>>Thanks,
>>>
>>>peter
>>
>>
>> ------------------------------------------------
>>   Doug Mitton - Brockville, Ontario, Canada
>>                 'City of the Thousand Islands'
>>         EMail: [EMAIL PROTECTED]
>>          http://www.cybertap.com/dmitton
>>         Other: mitton.dyndns.org
>>   SPAM Reduction: Remove "x." from my domain.
>> ------------------------------------------------
>>
>


 ------------------------------------------------
   Doug Mitton - Brockville, Ontario, Canada
                 'City of the Thousand Islands'
         EMail: [EMAIL PROTECTED]
          http://www.cybertap.com/dmitton
         Other: mitton.dyndns.org
   SPAM Reduction: Remove "x." from my domain.
 ------------------------------------------------



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


** 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.setup) 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-Setup Digest
******************************

Reply via email to