Linux-Misc Digest #982, Volume #26               Wed, 31 Jan 01 13:13:02 EST

Contents:
  Re: Can't start XFree86 after recompiling kernel. ([EMAIL PROTECTED])
  two questions on nmb and iBCS. ("Kenny@BUI")
  Re: Adding Win98SE to W2K and Linux system. (-ljl-)
  Re: vmware + kernel 2.4.x (Eggert Ehmke)
  Re: Can't start XFree86 after recompiling kernel. ([EMAIL PROTECTED])
  Problem in upgrading kernel -- can't boot the system with new 2.4.1 (Carfield Yim)
  Re: Am I connecting?? (Marijan Peh)
  Re: How to set KDE as default ? (Marijan Peh)
  USB printer with kernel 2.2.18... (Ben Bergen)

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

From: [EMAIL PROTECTED]
Crossposted-To: redhat.kernel.general,linux.redhat.misc
Subject: Re: Can't start XFree86 after recompiling kernel.
Date: Wed, 31 Jan 2001 16:42:06 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> Kernel recompiling newbie in need of help.
>
> Following recompiling a new 2.0.31 kernel, I am unable to start
> XFree86.
>
> New kernel source: 2.0.31 from ftp.us.kernel.org
>
> My system:
> Red Hat 5.0 (2.0.31 kernel; precompiled) w/ various RPM updates.
> XFree86 3.3.6 (loaded from precompiled binaries, not RPMs)
> Dell Dimension XPS D233 (Intel i686)
> video card: STB Velocity 128
> Window manager: FVWM2
>
> My goal is to one day compile the 2.4.X kernel. But before realizing
> that achievement, I decided it would be best to start with a recompile
> of my current kernel version.  Instead of using the SRC RPMs for the
> kernel, I downloaded the same version of my currently running kernel;
> 2.0.31.  My current system runs fairly well considering my modest
> programming abilities (Yes, I'm always working at improving).  I've
read
> and followed the directions of, "The Linux Kernel HOWTO", and,
> considering that I am the sole user of the machine, that I use a
dial-up
> ISP (PPP), that I don't have need to mount a huge variety of file
> systems, and that my sound card (Yamaha OPL3-SAx) is not supported
> in the 2.0.31 kernel, I have decided to compile all my requirements
into
> the kernel -> no kernel modules.
>
> Following, "make dep" and "make clean", I am able to compile the
> new bzImage. With my desire to retain the existing (working) 2.0.31
> kernel, I copy and rename the bzImage file with the suffix, "..._new",
> that is, "/boot/vmlinuz-2.0.31_new". The lilo.conf file is
appropriately
> edited, and lilo executed (/sbin/lilo). I have similarly dealt with
the
> System.map file (ln -s /boot/System.map-2.0.31_new /boot/System.map).
> With no kernel modules, I did not ,"make modules" and "modules
> install".
>
> Then I rebooted.
>
> With the new kernel I do have console mode, but when I, "startx", I
see
> the sync messages scroll up the screen (just like my working kernel)
and
> then a black screen :-(.  The key sequence ctrl+alt+bksp does not
return
> me to console mode.  My only know resource is execute the dreaded
power
> down :-{
>
> Looking forward to suggestions,
> Barry
>
> p.s. files that follow: .config, .xinitrc, and /var/log/dmesg (from
> booting kernel-2.0.31_new)
>
>
**********************************************************************************************
> .config file:
>
> #
> # Automatically generated make config: don't edit
> #
>
> #
> # Code maturity level options
> #
> # CONFIG_EXPERIMENTAL is not set
>
> #
> # Loadable module support
> #
> # CONFIG_MODULES is not set
>
> #
> # General setup
> #
> # CONFIG_MATH_EMULATION is not set
> CONFIG_NET=y
> # CONFIG_MAX_16M is not set
> CONFIG_PCI=y
> CONFIG_SYSVIPC=y
> CONFIG_BINFMT_AOUT=y
> CONFIG_BINFMT_ELF=y
> CONFIG_KERNEL_ELF=y
> CONFIG_M686=y
>
> #
> # Floppy, IDE, and other block devices
> #
> CONFIG_BLK_DEV_FD=y
> CONFIG_BLK_DEV_IDE=y
>
> #
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
> # CONFIG_BLK_DEV_HD_IDE is not set
> CONFIG_BLK_DEV_IDECD=y
> # CONFIG_BLK_DEV_IDETAPE is not set
> # CONFIG_BLK_DEV_IDEFLOPPY is not set
> # CONFIG_BLK_DEV_IDESCSI is not set
> # CONFIG_BLK_DEV_IDE_PCMCIA is not set
> CONFIG_BLK_DEV_CMD640=y
> CONFIG_BLK_DEV_CMD640_ENHANCED=y
> CONFIG_BLK_DEV_RZ1000=y
> CONFIG_BLK_DEV_TRITON=y
> # CONFIG_IDE_CHIPSETS is not set
>
> #
> # Additional Block Devices
> #
> CONFIG_BLK_DEV_LOOP=y
> # CONFIG_BLK_DEV_MD is not set
> # CONFIG_BLK_DEV_RAM is not set
> # CONFIG_BLK_DEV_XD is not set
> # CONFIG_BLK_DEV_HD is not set
>
> #
> # Networking options
> #
> # CONFIG_FIREWALL is not set
> # CONFIG_NET_ALIAS is not set
> CONFIG_INET=y
> # CONFIG_IP_FORWARD is not set
> # CONFIG_IP_MULTICAST is not set
> CONFIG_SYN_COOKIES=y
> # CONFIG_IP_ACCT is not set
> # CONFIG_IP_ROUTER is not set
> # CONFIG_NET_IPIP is not set
>
> #
> # (it is safe to leave these untouched)
> #
> # CONFIG_INET_PCTCP is not set
> # CONFIG_INET_RARP is not set
> # CONFIG_NO_PATH_MTU_DISCOVERY is not set
> CONFIG_IP_NOSR=y
> CONFIG_SKB_LARGE=y
>
> #
> #
> #
> # CONFIG_IPX is not set
> # CONFIG_ATALK is not set
> # CONFIG_AX25 is not set
> # CONFIG_NETLINK is not set
>
> #
> # SCSI support
> #
> # CONFIG_SCSI is not set
> CONFIG_SCSI_G_NCR5380_PORT=y
>
> #
> # Network device support
> #
> CONFIG_NETDEVICES=y
> CONFIG_DUMMY=y
> # CONFIG_EQUALIZER is not set
> # CONFIG_PLIP is not set
> CONFIG_PPP=y
>
> #
> # CCP compressors for PPP are only built as modules.
> #
> CONFIG_SLIP=y
> CONFIG_SLIP_COMPRESSED=y
> CONFIG_SLIP_SMART=y
> # CONFIG_SLIP_MODE_SLIP6 is not set
> # CONFIG_NET_RADIO is not set
> # CONFIG_NET_ETHERNET is not set
> # CONFIG_TR is not set
> # CONFIG_FDDI is not set
> # CONFIG_ARCNET is not set
>
> #
> # ISDN subsystem
> #
> # CONFIG_ISDN is not set
>
> #
> # CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
> #
> # CONFIG_CD_NO_IDESCSI is not set
>
> #
> # Filesystems
> #
> # CONFIG_QUOTA is not set
> CONFIG_MINIX_FS=y
> CONFIG_EXT_FS=y
> CONFIG_EXT2_FS=y
> # CONFIG_XIA_FS is not set
> CONFIG_FAT_FS=y
> CONFIG_MSDOS_FS=y
> CONFIG_VFAT_FS=y
> # CONFIG_UMSDOS_FS is not set
> CONFIG_PROC_FS=y
> # CONFIG_NFS_FS is not set
> # CONFIG_SMB_FS is not set
> CONFIG_ISO9660_FS=y
> # CONFIG_HPFS_FS is not set
> # CONFIG_SYSV_FS is not set
> # CONFIG_UFS_FS is not set
>
> #
> # Character devices
> #
> CONFIG_SERIAL=y
> # CONFIG_DIGI is not set
> # CONFIG_CYCLADES is not set
> # CONFIG_STALDRV is not set
> # CONFIG_RISCOM8 is not set
> CONFIG_PRINTER=y
> # CONFIG_SPECIALIX is not set
> CONFIG_MOUSE=y
> # CONFIG_ATIXL_BUSMOUSE is not set
> # CONFIG_BUSMOUSE is not set
> # CONFIG_MS_BUSMOUSE is not set
> CONFIG_PSMOUSE=y
> # CONFIG_82C710_MOUSE is not set
> # CONFIG_UMISC is not set
> # CONFIG_QIC02_TAPE is not set
> # CONFIG_FTAPE is not set
> # CONFIG_APM is not set
> # CONFIG_WATCHDOG is not set
> CONFIG_RTC=y
> # CONFIG_UFS_FS is not set
>
> #
> # Character devices
> #
> CONFIG_SERIAL=y
> # CONFIG_DIGI is not set
> # CONFIG_CYCLADES is not set
> # CONFIG_STALDRV is not set
> # CONFIG_RISCOM8 is not set
> CONFIG_PRINTER=y
> # CONFIG_SPECIALIX is not set
> CONFIG_MOUSE=y
> # CONFIG_ATIXL_BUSMOUSE is not set
> # CONFIG_BUSMOUSE is not set
> # CONFIG_MS_BUSMOUSE is not set
> CONFIG_PSMOUSE=y
> # CONFIG_82C710_MOUSE is not set
> # CONFIG_UMISC is not set
> # CONFIG_QIC02_TAPE is not set
> # CONFIG_FTAPE is not set
> # CONFIG_APM is not set
> # CONFIG_WATCHDOG is not set
> CONFIG_RTC=y
>
> #
> # Sound
> #
> # CONFIG_SOUND is not set
>
> #
> # Kernel hacking
> #
> # CONFIG_PROFILE is not set
>
>
**********************************************************************************************
> .xinitrc file:
>
> #!/bin/sh
> # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
>
> userresources=$HOME/.Xresources
> usermodmap=$HOME/.Xmodmap
> xmodmap $usermodmap
> sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
> sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
>
> # merge in defaults and keymaps
>
> if [ -f $sysresources ]; then
>     xrdb -merge $sysresources
> fi
>
> if [ -f $sysmodmap ]; then
>     xmodmap $sysmodmap
> fi
>
> if [ -f $userresources ]; then
>     xrdb -merge $userresources
> fi
>
> if [ -f $usermodmap ]; then
>     xmodmap $usermodmap
> fi
>
> # start some nice programs
>
> xset +dpms
> xearth -pos 'orbit 1 -40' -mag .85 -bigstars 50 -day 80 -night 7 &
>
> fvwm2 &
>
> # xfm -geometry +500+0 -iconic &
> rclock -geometry 80x80+750+0 &
> xload -geometry 153x80+583+0 &
>
> xterm -geometry 80x48+0+77 &
> xterm -geometry 80x48+508+77 &
>
> exec xterm -geometry 80x25+0+0 -name login -iconic
>
>
**********************************************************************************************
> /var/log/dmesg file:
>
> Console: 16 point font, 400 scans
> Console: colour VGA+ 80x25, 1 virtual console (max 63)
> pcibios_init : BIOS32 Service Directory structure at 0x000f7550
> pcibios_init : BIOS32 Service Directory entry at 0xfd7b1
> pcibios_init : PCI BIOS revision 2.10 entry at 0xfd9cc
> Probing PCI hardware.
> Warning : Unknown PCI device (8086:7180).  Please read
> include/linux/pci.h
> Warning : Unknown PCI device (8086:7181).  Please read
> include/linux/pci.h
> Warning : Unknown PCI device (12d2:18).  Please read
include/linux/pci.h
> Calibrating delay loop.. ok - 232.65 BogoMIPS
> Memory: 63336k/65536k available (644k kernel code, 384k reserved,
> 1172k
> data)
> Swansea University Computer Society NET3.035 for Linux 2.0
> NET3: Unix domain sockets 0.13 for Linux NET3.035.
> Swansea University Computer Society TCP/IP for NET3.034
> IP Protocols: ICMP, UDP, TCP
> Checking 386/387 coupling... Ok, fpu using exception 16 error
reporting.
> Checking 'hlt' instruction... Ok.
> Linux version 2.0.31 ([EMAIL PROTECTED]) (gcc version
> egcs-2.91.66 1999031
> 4/Linux (egcs-1.1.2 release)) #1 Mon Jan 29 21:20:03 EST 2001
> Starting kswapd v 1.4.2.2
> Serial driver version 4.13 with no serial options enabled
> tty00 at 0x03f8 (irq = 4) is a 16550A
> tty01 at 0x02f8 (irq = 3) is a 16550A
> lp1 at 0x0378, (polling)
> PS/2 auxiliary pointing device detected -- driver installed.
> Real Time Clock Driver v1.07
> loop: registered device at major 7
> ide: i82371 PIIX (Triton) on PCI bus 0 function 57
>     ide0: BM-DMA at 0xfcd0-0xfcd7
>     ide1: BM-DMA at 0xfcd8-0xfcdf
> hda: Maxtor 90680D4, 6485MB w/256kB Cache, CHS=826/255/63
> hdb: NEC CD-ROM DRIVE:28B, ATAPI CDROM drive
> hdc: Maxtor 86480D6, 6149MB w/256kB Cache, CHS=13328/15/63
> hdd: QUANTUM ELS127A, 122MB w/32kB Cache, CHS=919/16/17
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a National Semiconductor PC87306
> PPP: version 2.2.0 (dynamic channel allocation)
> TCP compression code copyright 1989 Regents of the University of
> California
> PPP Dynamic channel allocation code copyright 1995 Caldera, Inc.
> PPP line discipline registered.
> SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
> CSLIP: code copyright 1989 Regents of the University of California.
> SLIP linefill/keepalive option.
> Partition check:
>  hda: hda1 hda2 < hda5 >
>  hdc: [PTBL] [784/255/63] hdc1 hdc2 < hdc5 hdc6 >
>  hdd: hdd1
> VFS: Mounted root (ext2 filesystem) readonly.
> Adding Swap: 80288k swap-space (priority -1)
>
   Just taking a quick look at this I think that a step was skipped
somewhere in the kernel process.  Go to www.linuxnewbie.com they have a
good kernel compilation process that will walk you thru step by step.
this is within the NHF (newbie help file) area. Try recompiling to the
2.4.0 or 2.4.1 kernel be sure to check the files thoroughly while doing
your make xconfig, otherwise you may find yourself compiling over and
over again. Hope this helps.
--
Tim Coble
Support provided by Linuxgruven, Inc.
www.linuxgruven.com
314-727-0918


Sent via Deja.com
http://www.deja.com/

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

From: "Kenny@BUI" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: two questions on nmb and iBCS.
Date: Wed, 31 Jan 2001 11:54:21 -0500

hello guys,

i really could use your help on this.
1. sometimes when the server starts nmb fails and does not start. where do i
start it?
and why does it start sometimes.

2. also iCBS does not start automatically. where can i start it?
i usually type insmod iCBS.

thank you,
kenny.





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

From: -ljl- <[EMAIL PROTECTED]>
Subject: Re: Adding Win98SE to W2K and Linux system.
Date: Wed, 31 Jan 2001 16:45:43 GMT

Hugh,

> You will probably need to mess with your partitions. How do you get
> Linux up now?

cat /dos/boot.ini
  [boot loader]
  timeout=30
  default=multi(0)disk(0)rdisk(1)partition(2)\WINNT
  [operating systems]
  multi(0)disk(0)rdisk(1)partition(2)\WINNT="Microsoft Windows 2000
Professional" /fastdetect
  multi(0)disk(0)rdisk(0)partition(2)\WINNT="WinNT WS 4.00 SP6a"
  c:\drdos703.bs="DrDOS 7.03"
  c:\lilo.bs="TurboLinux"

cat /etc/lilo.conf (edited for conciseness)
  boot=/dev/fd0
  map=/boot/map
  install=/boot/boot.b
  prompt
  timeout=50
  default=modular

  image=/boot/bzImage-2.2.17-cd-rw-2
        label=modular
        root=/dev/hdb7
        read-only
          append="hdc=ide-scsi"

DOS and NT4 on disk0, W2K and Linux on disk1.  Ran lilo with diskette
in drive and used "dd if=/dev/fd0 of=/lilo.bs bs=512 count=1". Actually
bs could (maybe should) be 446.  This scheme has worked for several
months and through several kernel compiles; it could be refined but
that is not the issue now.

> I then added a line so that the boot manager could boot my Linux boot
> partition using Linux.MBR. Yes, that is quite important. With this
> scheme, you need to have a bootable Linux under the 1024 cyl boundary
> as Win 2K's loader is as brain damaged as the old BIOS.

Good tip, didn't realize that.  Would have thought by now MS would have
fixed this; but they own every hard disk that you install their product
on :-)  Not OS friendly.

> I don't have the address but something called "The NTLDR Hackers Page"

Thanks, I can find it.
--
Louis-ljl-{ Louis J. LaBash, Jr. }


Sent via Deja.com
http://www.deja.com/

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

From: Eggert Ehmke <[EMAIL PROTECTED]>
Subject: Re: vmware + kernel 2.4.x
Date: Wed, 31 Jan 2001 18:03:25 +0100
Reply-To: [EMAIL PROTECTED]

On Wed, 31 Jan 2001 17:46:50 +0100, Hans Heukenkamp
<[EMAIL PROTECTED]> wrote:

>Did anybody get vmware (2.0.3) with kernel 2.4.x. to run?
>The modules compile fine, but they cannot by started.
>Any help greatly appreciated.

Hmm, I have vmware 2.0.3 and kernel 2.4.0 up and running. What's strange, I
have to recompile the modules now and then. What's more, yesterday vmware
crashed  with a NT40 virtual machine when I tried to setup the network. I
put vmware off my priority list for some time.

Good luck

--
Eggert Ehmke
Email: [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED]
Crossposted-To: redhat.kernel.general,linux.redhat.misc
Subject: Re: Can't start XFree86 after recompiling kernel.
Date: Wed, 31 Jan 2001 17:10:16 GMT

In article <959f8s$iv2$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> In article <[EMAIL PROTECTED]>,
>   [EMAIL PROTECTED] wrote:
> > Kernel recompiling newbie in need of help.
> >
> > Following recompiling a new 2.0.31 kernel, I am unable to start
> > XFree86.
> >
> > New kernel source: 2.0.31 from ftp.us.kernel.org
> >
> > My system:
> > Red Hat 5.0 (2.0.31 kernel; precompiled) w/ various RPM updates.
> > XFree86 3.3.6 (loaded from precompiled binaries, not RPMs)
> > Dell Dimension XPS D233 (Intel i686)
> > video card: STB Velocity 128
> > Window manager: FVWM2
> >
> > My goal is to one day compile the 2.4.X kernel. But before realizing
> > that achievement, I decided it would be best to start with a
recompile
> > of my current kernel version.  Instead of using the SRC RPMs for the
> > kernel, I downloaded the same version of my currently running
kernel;
> > 2.0.31.  My current system runs fairly well considering my modest
> > programming abilities (Yes, I'm always working at improving).  I've
> read
> > and followed the directions of, "The Linux Kernel HOWTO", and,
> > considering that I am the sole user of the machine, that I use a
> dial-up
> > ISP (PPP), that I don't have need to mount a huge variety of file
> > systems, and that my sound card (Yamaha OPL3-SAx) is not supported
> > in the 2.0.31 kernel, I have decided to compile all my requirements
> into
> > the kernel -> no kernel modules.
> >
> > Following, "make dep" and "make clean", I am able to compile the
> > new bzImage. With my desire to retain the existing (working) 2.0.31
> > kernel, I copy and rename the bzImage file with the suffix,
"..._new",
> > that is, "/boot/vmlinuz-2.0.31_new". The lilo.conf file is
> appropriately
> > edited, and lilo executed (/sbin/lilo). I have similarly dealt with
> the
> > System.map file (ln -s /boot/System.map-2.0.31_new
/boot/System.map).
> > With no kernel modules, I did not ,"make modules" and "modules
> > install".
> >
> > Then I rebooted.
> >
> > With the new kernel I do have console mode, but when I, "startx", I
> see
> > the sync messages scroll up the screen (just like my working kernel)
> and
> > then a black screen :-(.  The key sequence ctrl+alt+bksp does not
> return
> > me to console mode.  My only know resource is execute the dreaded
> power
> > down :-{
> >
> > Looking forward to suggestions,
> > Barry
> >
> > p.s. files that follow: .config, .xinitrc, and /var/log/dmesg (from
> > booting kernel-2.0.31_new)
> >
> >
>
**********************************************************************************************
> > .config file:
> >
> > #
> > # Automatically generated make config: don't edit
> > #
> >
> > #
> > # Code maturity level options
> > #
> > # CONFIG_EXPERIMENTAL is not set
> >
> > #
> > # Loadable module support
> > #
> > # CONFIG_MODULES is not set
> >
> > #
> > # General setup
> > #
> > # CONFIG_MATH_EMULATION is not set
> > CONFIG_NET=y
> > # CONFIG_MAX_16M is not set
> > CONFIG_PCI=y
> > CONFIG_SYSVIPC=y
> > CONFIG_BINFMT_AOUT=y
> > CONFIG_BINFMT_ELF=y
> > CONFIG_KERNEL_ELF=y
> > CONFIG_M686=y
> >
> > #
> > # Floppy, IDE, and other block devices
> > #
> > CONFIG_BLK_DEV_FD=y
> > CONFIG_BLK_DEV_IDE=y
> >
> > #
> > # Please see Documentation/ide.txt for help/info on IDE drives
> > #
> > # CONFIG_BLK_DEV_HD_IDE is not set
> > CONFIG_BLK_DEV_IDECD=y
> > # CONFIG_BLK_DEV_IDETAPE is not set
> > # CONFIG_BLK_DEV_IDEFLOPPY is not set
> > # CONFIG_BLK_DEV_IDESCSI is not set
> > # CONFIG_BLK_DEV_IDE_PCMCIA is not set
> > CONFIG_BLK_DEV_CMD640=y
> > CONFIG_BLK_DEV_CMD640_ENHANCED=y
> > CONFIG_BLK_DEV_RZ1000=y
> > CONFIG_BLK_DEV_TRITON=y
> > # CONFIG_IDE_CHIPSETS is not set
> >
> > #
> > # Additional Block Devices
> > #
> > CONFIG_BLK_DEV_LOOP=y
> > # CONFIG_BLK_DEV_MD is not set
> > # CONFIG_BLK_DEV_RAM is not set
> > # CONFIG_BLK_DEV_XD is not set
> > # CONFIG_BLK_DEV_HD is not set
> >
> > #
> > # Networking options
> > #
> > # CONFIG_FIREWALL is not set
> > # CONFIG_NET_ALIAS is not set
> > CONFIG_INET=y
> > # CONFIG_IP_FORWARD is not set
> > # CONFIG_IP_MULTICAST is not set
> > CONFIG_SYN_COOKIES=y
> > # CONFIG_IP_ACCT is not set
> > # CONFIG_IP_ROUTER is not set
> > # CONFIG_NET_IPIP is not set
> >
> > #
> > # (it is safe to leave these untouched)
> > #
> > # CONFIG_INET_PCTCP is not set
> > # CONFIG_INET_RARP is not set
> > # CONFIG_NO_PATH_MTU_DISCOVERY is not set
> > CONFIG_IP_NOSR=y
> > CONFIG_SKB_LARGE=y
> >
> > #
> > #
> > #
> > # CONFIG_IPX is not set
> > # CONFIG_ATALK is not set
> > # CONFIG_AX25 is not set
> > # CONFIG_NETLINK is not set
> >
> > #
> > # SCSI support
> > #
> > # CONFIG_SCSI is not set
> > CONFIG_SCSI_G_NCR5380_PORT=y
> >
> > #
> > # Network device support
> > #
> > CONFIG_NETDEVICES=y
> > CONFIG_DUMMY=y
> > # CONFIG_EQUALIZER is not set
> > # CONFIG_PLIP is not set
> > CONFIG_PPP=y
> >
> > #
> > # CCP compressors for PPP are only built as modules.
> > #
> > CONFIG_SLIP=y
> > CONFIG_SLIP_COMPRESSED=y
> > CONFIG_SLIP_SMART=y
> > # CONFIG_SLIP_MODE_SLIP6 is not set
> > # CONFIG_NET_RADIO is not set
> > # CONFIG_NET_ETHERNET is not set
> > # CONFIG_TR is not set
> > # CONFIG_FDDI is not set
> > # CONFIG_ARCNET is not set
> >
> > #
> > # ISDN subsystem
> > #
> > # CONFIG_ISDN is not set
> >
> > #
> > # CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
> > #
> > # CONFIG_CD_NO_IDESCSI is not set
> >
> > #
> > # Filesystems
> > #
> > # CONFIG_QUOTA is not set
> > CONFIG_MINIX_FS=y
> > CONFIG_EXT_FS=y
> > CONFIG_EXT2_FS=y
> > # CONFIG_XIA_FS is not set
> > CONFIG_FAT_FS=y
> > CONFIG_MSDOS_FS=y
> > CONFIG_VFAT_FS=y
> > # CONFIG_UMSDOS_FS is not set
> > CONFIG_PROC_FS=y
> > # CONFIG_NFS_FS is not set
> > # CONFIG_SMB_FS is not set
> > CONFIG_ISO9660_FS=y
> > # CONFIG_HPFS_FS is not set
> > # CONFIG_SYSV_FS is not set
> > # CONFIG_UFS_FS is not set
> >
> > #
> > # Character devices
> > #
> > CONFIG_SERIAL=y
> > # CONFIG_DIGI is not set
> > # CONFIG_CYCLADES is not set
> > # CONFIG_STALDRV is not set
> > # CONFIG_RISCOM8 is not set
> > CONFIG_PRINTER=y
> > # CONFIG_SPECIALIX is not set
> > CONFIG_MOUSE=y
> > # CONFIG_ATIXL_BUSMOUSE is not set
> > # CONFIG_BUSMOUSE is not set
> > # CONFIG_MS_BUSMOUSE is not set
> > CONFIG_PSMOUSE=y
> > # CONFIG_82C710_MOUSE is not set
> > # CONFIG_UMISC is not set
> > # CONFIG_QIC02_TAPE is not set
> > # CONFIG_FTAPE is not set
> > # CONFIG_APM is not set
> > # CONFIG_WATCHDOG is not set
> > CONFIG_RTC=y
> > # CONFIG_UFS_FS is not set
> >
> > #
> > # Character devices
> > #
> > CONFIG_SERIAL=y
> > # CONFIG_DIGI is not set
> > # CONFIG_CYCLADES is not set
> > # CONFIG_STALDRV is not set
> > # CONFIG_RISCOM8 is not set
> > CONFIG_PRINTER=y
> > # CONFIG_SPECIALIX is not set
> > CONFIG_MOUSE=y
> > # CONFIG_ATIXL_BUSMOUSE is not set
> > # CONFIG_BUSMOUSE is not set
> > # CONFIG_MS_BUSMOUSE is not set
> > CONFIG_PSMOUSE=y
> > # CONFIG_82C710_MOUSE is not set
> > # CONFIG_UMISC is not set
> > # CONFIG_QIC02_TAPE is not set
> > # CONFIG_FTAPE is not set
> > # CONFIG_APM is not set
> > # CONFIG_WATCHDOG is not set
> > CONFIG_RTC=y
> >
> > #
> > # Sound
> > #
> > # CONFIG_SOUND is not set
> >
> > #
> > # Kernel hacking
> > #
> > # CONFIG_PROFILE is not set
> >
> >
>
**********************************************************************************************
> > .xinitrc file:
> >
> > #!/bin/sh
> > # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
> >
> > userresources=$HOME/.Xresources
> > usermodmap=$HOME/.Xmodmap
> > xmodmap $usermodmap
> > sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
> > sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
> >
> > # merge in defaults and keymaps
> >
> > if [ -f $sysresources ]; then
> >     xrdb -merge $sysresources
> > fi
> >
> > if [ -f $sysmodmap ]; then
> >     xmodmap $sysmodmap
> > fi
> >
> > if [ -f $userresources ]; then
> >     xrdb -merge $userresources
> > fi
> >
> > if [ -f $usermodmap ]; then
> >     xmodmap $usermodmap
> > fi
> >
> > # start some nice programs
> >
> > xset +dpms
> > xearth -pos 'orbit 1 -40' -mag .85 -bigstars 50 -day 80 -night 7 &
> >
> > fvwm2 &
> >
> > # xfm -geometry +500+0 -iconic &
> > rclock -geometry 80x80+750+0 &
> > xload -geometry 153x80+583+0 &
> >
> > xterm -geometry 80x48+0+77 &
> > xterm -geometry 80x48+508+77 &
> >
> > exec xterm -geometry 80x25+0+0 -name login -iconic
> >
> >
>
**********************************************************************************************
> > /var/log/dmesg file:
> >
> > Console: 16 point font, 400 scans
> > Console: colour VGA+ 80x25, 1 virtual console (max 63)
> > pcibios_init : BIOS32 Service Directory structure at 0x000f7550
> > pcibios_init : BIOS32 Service Directory entry at 0xfd7b1
> > pcibios_init : PCI BIOS revision 2.10 entry at 0xfd9cc
> > Probing PCI hardware.
> > Warning : Unknown PCI device (8086:7180).  Please read
> > include/linux/pci.h
> > Warning : Unknown PCI device (8086:7181).  Please read
> > include/linux/pci.h
> > Warning : Unknown PCI device (12d2:18).  Please read
> include/linux/pci.h
> > Calibrating delay loop.. ok - 232.65 BogoMIPS
> > Memory: 63336k/65536k available (644k kernel code, 384k reserved,
> > 1172k
> > data)
> > Swansea University Computer Society NET3.035 for Linux 2.0
> > NET3: Unix domain sockets 0.13 for Linux NET3.035.
> > Swansea University Computer Society TCP/IP for NET3.034
> > IP Protocols: ICMP, UDP, TCP
> > Checking 386/387 coupling... Ok, fpu using exception 16 error
> reporting.
> > Checking 'hlt' instruction... Ok.
> > Linux version 2.0.31 ([EMAIL PROTECTED]) (gcc version
> > egcs-2.91.66 1999031
> > 4/Linux (egcs-1.1.2 release)) #1 Mon Jan 29 21:20:03 EST 2001
> > Starting kswapd v 1.4.2.2
> > Serial driver version 4.13 with no serial options enabled
> > tty00 at 0x03f8 (irq = 4) is a 16550A
> > tty01 at 0x02f8 (irq = 3) is a 16550A
> > lp1 at 0x0378, (polling)
> > PS/2 auxiliary pointing device detected -- driver installed.
> > Real Time Clock Driver v1.07
> > loop: registered device at major 7
> > ide: i82371 PIIX (Triton) on PCI bus 0 function 57
> >     ide0: BM-DMA at 0xfcd0-0xfcd7
> >     ide1: BM-DMA at 0xfcd8-0xfcdf
> > hda: Maxtor 90680D4, 6485MB w/256kB Cache, CHS=826/255/63
> > hdb: NEC CD-ROM DRIVE:28B, ATAPI CDROM drive
> > hdc: Maxtor 86480D6, 6149MB w/256kB Cache, CHS=13328/15/63
> > hdd: QUANTUM ELS127A, 122MB w/32kB Cache, CHS=919/16/17
> > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > ide1 at 0x170-0x177,0x376 on irq 15
> > Floppy drive(s): fd0 is 1.44M
> > FDC 0 is a National Semiconductor PC87306
> > PPP: version 2.2.0 (dynamic channel allocation)
> > TCP compression code copyright 1989 Regents of the University of
> > California
> > PPP Dynamic channel allocation code copyright 1995 Caldera, Inc.
> > PPP line discipline registered.
> > SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
> > CSLIP: code copyright 1989 Regents of the University of California.
> > SLIP linefill/keepalive option.
> > Partition check:
> >  hda: hda1 hda2 < hda5 >
> >  hdc: [PTBL] [784/255/63] hdc1 hdc2 < hdc5 hdc6 >
> >  hdd: hdd1
> > VFS: Mounted root (ext2 filesystem) readonly.
> > Adding Swap: 80288k swap-space (priority -1)
> >
>    Just taking a quick look at this I think that a step was skipped
> somewhere in the kernel process.  Go to www.linuxnewbie.com they have
a
> good kernel compilation process that will walk you thru step by step.
> this is within the NHF (newbie help file) area. Try recompiling to the
> 2.4.0 or 2.4.1 kernel be sure to check the files thoroughly while
doing
> your make xconfig, otherwise you may find yourself compiling over and
> over again. Hope this helps.
> --
> Tim Coble
> Support provided by Linuxgruven, Inc.
> www.linuxgruven.com
> 314-727-0918
>
> Sent via Deja.com
> http://www.deja.com/
>
 Sorry that website is www.linuxnewbie.org
--
Tim Coble
Support provided by Linuxgruven, Inc.
www.linuxgruven.com
314-727-0918


Sent via Deja.com
http://www.deja.com/

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

From: Carfield Yim <[EMAIL PROTECTED]>
Subject: Problem in upgrading kernel -- can't boot the system with new 2.4.1
Date: Thu, 1 Feb 2001 01:32:49 +0800

I have successful make install a new 2.4.1 kernel, but the system can't
boot up with this kernel.

So I go to /boot directory to see what happen, I find the file file belong
to kernel 2.4.1 is System.map-2.4.1 and vmlinuz-2.4.1.

About the boot file: vmlinuz is link to vmlinuz-2.4.1, initrd.img is link
to initrd-2.2.17-21mdk.img and System.map is link to
System.map-2.2.17-21mdksecure, so I think the the reason is two:

1) The system can't use initrd-2.2.17-21mdk.img to boot vmlinuz-2.4.1, but
how can I built initrd-2.4.1.img ??

2) I need to link System.map to System.map-2.4.1, but will it cause the
kernel vmlinuz-2.2.17-21mdksecure and vmlinuz-2.2.17-21mdk can't boot up?


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

From: [EMAIL PROTECTED] (Marijan Peh)
Subject: Re: Am I connecting??
Date: Wed, 31 Jan 2001 17:28:25 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

Stefan Viljoen writes:
>Hi!
>
>More PPP troubles - Linux newbie! Can any guru help?
>
>This is my pppd command line:
>
>pppd /dev/ttyS1 115200 CONNECT '/usr/sbin/chat -v "" ATDT123456789 CONNECT
>"" Username: [EMAIL PROTECTED] Password: mypass' noipdefault noauth
>ipcp-accept-remote noccp crtscts idle 60

Find on the net program named: wvdial 
It is for easy ppp setup.

-- 
You came of nowhere with drums of thunder and a heart of gold.
Welcome to the inner circle.
You're the king of the digital hill.

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

From: [EMAIL PROTECTED] (Marijan Peh)
Subject: Re: How to set KDE as default ?
Date: Wed, 31 Jan 2001 17:28:26 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

Arctic Storm writes:
>> I have both GNOME & KDE.
>> GNOME is set as default for login, which is launched automatically at
>> boot. How do you set KDE as the default login?
>
>I have RedHat 7, and originally had GNOME, only.  I installed KDE 2.0.1 
>today, and I like it, but the default login is still GNOME.  It give me an 
>option to choose KDE, but I would like KDE as default.

On a redhat cdrom you have program 'switchdesk' and
'gnome-switchdesk', install it and run: there u can choose which
environment you like for default.

-- 
You came of nowhere with drums of thunder and a heart of gold.
Welcome to the inner circle.
You're the king of the digital hill.

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

From: Ben Bergen <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.portable,linux.redhat,linux.redhat.misc,comp.os.linux.setup
Subject: USB printer with kernel 2.2.18...
Date: Wed, 31 Jan 2001 10:28:32 -0700

I am trying to set up my epson photo 870 with redhat 7.0.  I have built
a new kernel with usb printer support and I have a lpd-o-matic filter
for my printer.  In /dev/usb there is an inode

crw-rw----    1 root     lp       180,   0 Aug 24 03:00 lp0

I used control-panel to add the printer.  When I try to start lpd I get
this

Starting lpd: Warning - lp: cannot open lp device '/dev/usb/lp0' - No
such device

So it seems like the kernel isn't recognizing the device at boot up. 
Has anyone gotten a usb printer to work?  If so what did you have to
do.  This seems like a generic problem which has nothing to do with the
specific printer.  Thanks in advance...

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


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

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

Reply via email to