Thanks again for your help.
I'll try these things out tonight (I'm not at my machine right now!) and let
you know how it goes.
I really appreciate your assistance!
Do you know anything about ZIP drives? See below... ;-)
I've got an internal ATAPI ZIP drive in my box (it's the SECOND device on
the SECOND IDE channel). It used to work just fine under 8.0, but since I
did a complete wipe-n-install of 8.1, it isn't recognized within Linux. The
drive powers during POST, so I know the connections are still good. I've got
a known good ZIP disk in the drive.
* Here is my entire FSTAB:
/dev/hda1 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 /home ext2 defaults 1 2
/dev/hdc /mnt/cdrom auto
iocharset=iso8859-1,ro,nosuid,noauto,user,exec,codepage=850,nodev 0 0
/dev/fd0 /mnt/floppy auto
iocharset=iso8859-1,rw,sync,nosuid,exec,user,noauto,nodev,codepage=850,unhid
e 0 0
none /proc proc defaults 0 0
/dev/hdb1 /var ext2 defaults 1 2
/dev/hda5 swap swap defaults 0 0
/dev/hdd4 /mnt/zip auto
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
* And from dmesg (anything that looked interesting or remotely related is
included here, the rest cut): Linux version 2.4.8-26mdk
([EMAIL PROTECTED]) (gcc version 2.96 20000731 (Mandrake Linux
8.1 2.96-0.62mdk)) #1 Sun Sep 23 17:06:39 CEST 2001 Calibrating delay
loop... 1064.96 BogoMIPS
Memory: 254824k/262080k available (1086k kernel code, 6868k reserved, 397k
data, 712k init, 0k highmem)
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
hda: ST36530A, ATA DISK drive
hdb: WDC AC26400R, ATA DISK drive
hdc: SAMSUNG CD-ROM SC-152L, ATAPI CD/DVD-ROM drive
hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 12715920 sectors (6511 MB) w/448KiB Cache, CHS=791/255/63, UDMA(33)
hdb: 12594960 sectors (6449 MB) w/512KiB Cache, CHS=6149/64/32, UDMA(33)
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.12
ide-floppy driver 0.97
hdd: 98304kB, 196608 blocks, 512 sector size
hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm Partition
check:
/dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 >
/dev/ide/host0/bus0/target1/lun0: p1
/dev/ide/host0/bus1/target1/lun0: p4
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
ide-floppy driver 0.97
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
sb: No ISAPnP cards found, trying standard ones...
SB 4.11 detected OK (220)
<Sound Blaster 16 (4.11)> at 0x220 irq 7 dma 0
<Sound Blaster 16> at 0x330 irq 7 dma 0,0
cdrom: open failed.
/dev/ide/host0/bus1/target1/lun0: p4
/dev/ide/host0/bus1/target1/lun0: p4
devfs: devfs_register(): device already registered: "0"
cdrom: open failed.
SCSI subsystem driver Revision: 1.00
cdrom: open failed.
I've tried:
Mkdir /mnt/zip
Mount /mnt/zip /dev/hdd4 (harddrake reports the ZIP drive as HDD -- it's the
2nd device on the 2nd IDE channel) ...and I got this error:
"mount: /dev/hdd4 is not a block device"
...so I tried:
Mount /mnt/zip /dev/hdd
...and I got this error:
"mount: /dev/hdd is not a block device"
root.drewvogel:~$ ls -ail /dev/ide
total 0
364 0 drwxr-xr-x 1 root root 0 Jan 19 17:26 ./
1 0 drwxr-xr-x 1 root root 0 Dec 31 1969 ../
1062 0 drwxr-xr-x 1 root root 0 Jan 21 11:28 cd/
677 0 drwxr-xr-x 1 root root 0 Jan 20 14:50 hd/
365 0 drwxr-xr-x 1 root root 0 Jan 19 10:32 host0/
676 0 drwxr-xr-x 1 root root 0 Jan 19 17:19 zip/
root.drewvogel:~$ ls -ail /dev/ide/zip/
total 0
676 0 drwxr-xr-x 1 root root 0 Jan 19 17:19 ./
364 0 drwxr-xr-x 1 root root 0 Jan 19 17:26 ../
Any ideas? I hadn't noticed the /dev/ide/zip directory before, but it's
empty... Don't know how to proceed!
Some more information:
> mount -t vfat �/dev/ide/host0/bus1/target1/lun0/p4 /mnt/zip
>
Tried the following, with a known-good ZIP disk in the drive:
root.drewvogel:~$ mount -t vfat /dev/ide/host0/bus1/target1/lun0/p4
/mnt/zip/
mount: special device /dev/ide/host0/bus1/target1/lun0/p4 does not exist
root.drewvogel:~$ cd /dev/ide/host0/bus1/target1/lun0
root.drewvogel:/dev/ide/host0/bus1/target1/lun0$ ls total 0
0 disc 0 part4 0 zip/
root.drewvogel:/dev/ide/host0/bus1/target1/lun0$ mount -t vfat
/dev/ide/host0/bus1/target1/lun0/zip /mnt/zip/
mount: /dev/ide/host0/bus1/target1/lun0/zip is not a block device
root.drewvogel:/dev/ide/host0/bus1/target1/lun0$
Stumped!
---
===============================================================
Andrew Vogel: Manager of Professional Programs at the University of
Cincinnati College of Pharmacy
http://pharmacy.uc.edu (513)-558-3784
===============================================================
> -----Original Message-----
> From: s [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 14, 2002 12:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] NVIDIA after Kernel update?
>
>
> On Thursday 14 February 2002 10:35 am, you wrote:
> > Thanks for your assistance! I've got a couple of questions
> for you...
> >
> > In my /etc/X11/XF86Config-4 file, I've got the following in Section
> > "Module":
> >
> > # This loads the NVIDIA GLX extension module.
> > # IT IS IMPORTANT TO KEEP NAME AS FULL PATH TO libglx.so ELSE # IT
> > WILL LOAD XFree86 glx module and the server will crash.
> >
> > Load "/usr/X11R6/lib/modules/extensions/libglx.so"
> >
> > Should I replace that with the "Load "glx"" that you suggested, or
> > should I leave what's there?
>
> hmmmm. that must be a mandrake thing. What I'd do is
> comment that out and
> put the load "glx" in there. and if I had problems, I'd
> uncomment it out
> and comment the load "glx". But yeah, I'd use load "glx" first.
>
> > Also, I previously installed the NVIDIA_kernel and NVIDIA_GLX from
> > *RPM* without errors/warnings (before I got your email)...
> Is that a
> > problem? Should I uninstall them and re-install from the
> tarballs as
> > you suggested?
>
> if they were rpms, it would probably be best to uninstall
> them, yeah.
>
> -s
>
>
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com