RE: [newbie] Shut down problem

2000-11-24 Thread Paul Fuggle

At last someone else who has this problem.
Does the suggestion below fix this?

Fugz

-Original Message-
From: goldenpi [mailto:[EMAIL PROTECTED]]
Sent: 23 November 2000 22:26
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Shut down problem


speed of light wrote:
 
 Hi:
 I am having a shut down issue with my machine running Mandrake 7.2. This
 is what is happening. After I hit the shut down button, Mandrake begins
 a shut down sequence. And the machine actually beeps stating that it's
 shutting down but immediately after it shuts down, it auto reboots itself.
 This goes on and on. Basically, I cannot shut it down. In order to do
 so, I've been having to resort to shutting the box down physically. This
 is not good. I've even tried using a term command of init 0 to shut down
 but the box keeps doing the auto reboot thing.
 
 Can someone please help me solve this problem? I'm a Linux/Mandrake
newbie.
 The box on which Mandrake is running on is an E-machines box (X86).
Mandrake
 is the only OS on it. I have no strange apps running on the box but pure
 Mandrake. The only thing I've done is get the box online (aDSL).
 
 Please help me! Thanks!
 
 __
 FREE voicemail, email, and fax...all in one place.
 Sign Up Now! http://www.onebox.com

I cant tell you how to fix the problem, but I can suggest you disable
apm. in the bios and in the os.

do you know it is safe to shutdown while lilo or grub is waiting for you
to press a button?


-- 
==
Goldenpi- programer, unreal level creator, linux user and all round
geek.
If you are reading this, I sent this mail from linux.




RE: [newbie] Got everything else to work but still no CDRW

2000-10-30 Thread Paul Fuggle

when you execute 'cdrecord -scanbus' as root does it list your CDRW as a
SCSI device?

You have not mentioned anything regarding appending 'hdc=ide-scsi' to your
kernel boot command.

after changing your conf.modules file you must run 'depmod'.

-Original Message-
From: Jim Weimer [mailto:[EMAIL PROTECTED]]
Sent: 30 October 2000 00:01
To: [EMAIL PROTECTED]
Subject: [newbie] Got everything else to work but still no CDRW


I'm haveing problems accessing the CDRW on a recent install of Mandrake
7.1 on a 166Hz pentium with 64 meg ram.  When I try to open the folder I

receive the following message-Could not list directory contents
file:/mnt/cdrom.  Yes a CD is in the drive and yes it is a data CD the
Linux mandrake 7.1 install disk.  If I umount then try to mount scd0 the
system tells me it is not a block device.  The following is the existing
system
and files.

 fstab
/dev/hdb1 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb5 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/scd0 0 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/dev/hda1 /mnt/Cadillac vfat user,exec,unmask=0 0 0
none /proc proc defaults 0 0
/dev/hdb6 swap swap defaults 0 0


I changed cdrom super mount from
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0

 Conf.modules
alias block-major-11 scsi_hostadapter
alias scsi_hostadapter ide-scsi
alias parport_lowlevel parport_pc
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
pre-install plip modprobe parport_pc ; echo 7  /proc/parport/0/irq
post-install supermount modprobe scsi_hostadapter
alias sound sb
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x300

 dmesg-in part
.
.
hdc: Hewlett-Packard CD-Writer Plus 8100, ATAPI CDROM drive
.
.
hdc: ATAPI 24X CD-ROM CD-R/RW drive, 1024kB Cache
Uniform CDROM driver Revision: 2.56
.
.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
SB 4.13 detected OK (220)
.
.

I entered the following command-
cd /dev/  rm cdrom  ln -s scd0 cdrom
then "y" to confirm deletion of prior link.

The command insmod ide-scsi resonds with Using
/lib/modules/2.2.15-4mdk/scsi/ide-scsi0
insmod: a module names ide-scsi already exits

I do not use Lilo, Grub is installed as default in Mandrake 7.1 but its
on the first partition not the master boot record to keep it from
trashing EZ Bios on hda.  I use loadlin from the DOS C: prompt via a
.bat file to boot linux.  Linux is on hdb.


the command modprobe ide-scsi responds with-
note: /etc/conf.modules is more recent than /lib/modules/2.2.15.4
mdk/modules.dep
the command modprobe scsi_hostadapter resonds with the same message

I have finally managed with your help,I read the archives, to get my
sound card and USR 56 modem working.  The CDRW is my last stumbling
block and I can't seem to get it on my own.

thanks in advance

Jim





[newbie] bttv and module pre-install

2000-10-30 Thread Paul Fuggle

Running MD7.1 with a BT848 TV card.

Even though I have the lines in my conf.modules file :-
 
'pre-install bttv modprobe -k tuner' and
'pre-install bttv modprobe -k msp3400'

I always have to login as root and modprobe the modules manually prior to
running Kwintv. 

Has anyone else had the same problem.