Re: Problem with installation - nVidia Corporation Quadro NVS 130M - squeeze

2010-01-28 Thread Charles Kroeger
> I can't install driver for my graphical card - nVidia Quadro 130M on
> Debian Squeeze i386

Try Lennart Sorensen's guide:

http://tinyplanet.ca/~lsorense/debian/debian-nvidia-dri-howto.html

It will set things right.

-- 
CK



-- 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Problem with installation - nVidia Corporation Quadro NVS 130M - squeeze

2010-01-28 Thread Jan Hlodan
On Thu, Jan 28, 2010 at 5:02 PM, Sjoerd Hardeman
 wrote:
> Jan Hlodan schreef:
>>
>> Hello,
>> I can't install driver for my graphical card - nVidia Quadro 130M on
>> Debian Squeeze i386
>> I used all methods on:
>> http://wiki.debian.org/NvidiaGraphicsDrivers
>>
>> Here is the output from the last method:
>> http://wiki.debian.org/NvidiaGraphicsDrivers#Method4
>
> A few days ago there was a thread on this. The problem is that the nvidia
> package supplied with testing doesn't build against the 2.6.32 kernel. Get
> the nvidia packages from sid and use those. That should work.
>
> Sjoerd
>
>
Yes, it worked.
Thank you.



-- 
Jan Hlodan
jan.hlo...@gmail.com
+420776263175


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Problem with installation - nVidia Corporation Quadro NVS 130M - squeeze

2010-01-28 Thread Sjoerd Hardeman

Jan Hlodan schreef:

Hello,
I can't install driver for my graphical card - nVidia Quadro 130M on
Debian Squeeze i386
I used all methods on:
http://wiki.debian.org/NvidiaGraphicsDrivers

Here is the output from the last method:
http://wiki.debian.org/NvidiaGraphicsDrivers#Method4
A few days ago there was a thread on this. The problem is that the 
nvidia package supplied with testing doesn't build against the 2.6.32 
kernel. Get the nvidia packages from sid and use those. That should work.


Sjoerd



signature.asc
Description: OpenPGP digital signature


Problem with installation - nVidia Corporation Quadro NVS 130M - squeeze

2010-01-28 Thread Jan Hlodan
Hello,
I can't install driver for my graphical card - nVidia Quadro 130M on
Debian Squeeze i386
I used all methods on:
http://wiki.debian.org/NvidiaGraphicsDrivers

Here is the output from the last method:
http://wiki.debian.org/NvidiaGraphicsDrivers#Method4


napsugaram:~# export KSRC=/usr/src/linux-headers-$KVERS
napsugaram:~# echo $KVERS
2.6.32-trunk-686
napsugaram:~# export KPKG_DEST_DIR=/usr/src
napsugaram:~# aptitude install nvidia-kernel-source nvidia-kernel-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

napsugaram:~# cd /usr/src
napsugaram:/usr/src# ls
linux  linux-kbuild-2.6.32
linux-headers-2.6.32-trunk-686 modules
linux-headers-2.6.32-trunk-common  nvidia-kernel.tar.bz2

napsugaram:/usr/src# tar -jxf nvidia-kernel.tar.bz2
napsugaram:/usr/src# ls
linux  linux-kbuild-2.6.32
linux-headers-2.6.32-trunk-686 modules
linux-headers-2.6.32-trunk-common  nvidia-kernel.tar.bz2
napsugaram:/usr/src#
napsugaram:/usr/src# ls
linux  linux-kbuild-2.6.32
linux-headers-2.6.32-trunk-686 modules
linux-headers-2.6.32-trunk-common  nvidia-kernel.tar.bz2
napsugaram:/usr/src# aptitude install linux-headers-$KVERS
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

napsugaram:/usr/src# apt-cache policy linux-image-$KVERS linux-headers-$KVERS
linux-image-2.6.32-trunk-686:
  Installed: 2.6.32-5
  Candidate: 2.6.32-5
  Version table:
 *** 2.6.32-5 0
500 http://ftp.cz.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
linux-headers-2.6.32-trunk-686:
  Installed: 2.6.32-5
  Candidate: 2.6.32-5
  Version table:
 *** 2.6.32-5 0
500 http://ftp.cz.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
napsugaram:/usr/src#
napsugaram:/usr/src# cd /usr/src/modules/nvidia-kernel
napsugaram:/usr/src/modules/nvidia-kernel# debian/rules binary_modules
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/Makefile || true
if [ 6 = 6  ]; then \
 ln -s Makefile.kbuild Makefile ; \
fi
if [  6 = 4  ]; then \
 ln -s Makefile.nvidia Makefile ; \
fi
if ! gcc-4.3 -v 2> /dev/null  ; then \
   echo "Compiler gcc-4.3 does not exist on the system" ; \
   exit 1; \
fi
if [ -f /usr/src/modules/nvidia-kernel/debian/control.template ]; then \
cp  /usr/src/modules/nvidia-kernel/debian/control.template
/usr/src/modules/nvidia-kernel/debian/control; \
fi
if [ "i686" = "x86_64" ]; then \
cp /usr/src/modules/nvidia-kernel/nv-kernel.o.x86_64
/usr/src/modules/nvidia-kernel/nv-kernel.o ; \
fi
touch configure-stamp
dh_testdir
dh_testroot
PATCHLEVEL = 6
Kernel compiler version : 4.3.4
Detected compiler version : 4.3.4
Using compiler gcc-4.3 version 4.3.4
touch /usr/src/modules/nvidia-kernel//gcc-check
touch /usr/src/modules/nvidia-kernel//cc-sanity-check
## Main Make ##
IGNORE_CC_MISMATCH=1 CC="gcc-4.3" /usr/bin/make -C
/usr/src/modules/nvidia-kernel/ -f Makefile
SYSSRC=/usr/src/linux-headers-2.6.32-trunk-686   KBUILD_PARAMS="-C
/usr/src/linux-headers-2.6.32-trunk-686
SUBDIRS=/usr/src/modules/nvidia-kernel" module;
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
NVIDIA: calling KBUILD...
make CC=gcc-4.3 -C /usr/src/linux-headers-2.6.32-trunk-686
SUBDIRS=/usr/src/modules/nvidia-kernel modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.32-trunk-686'
  Building modules, stage 2.
  MODPOST 0 modules
make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-trunk-686'
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
make: *** [build-stamp] Error 2
napsugaram:/usr/src/modules/nvidia-kernel#

What am I doing wrong?
Thank you.
Regards,

-- 
Jan Hlodan
jan.hlo...@gmail.com
+42

Re: Problem with installation

2006-12-19 Thread Magnus Pedersen

Manoj Shukla wrote:

Hi,
  I am trying to install the unofficial Debian-AMD64 Sarge release on AMD64-dual core 
system with 4GB RAM using DVD image. It appears that the keybord is not being recognized 
at the screen asking for "Choose Language". Please let me know the solution.

Thanks

Manoj Shukla


It might be a thought to tell us what kind of keyboard You are using and 
maybe even how that keyboard is connected to Your computer. But then 
again, I might be unresonable...


/Magnus


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Problem with installation

2006-12-19 Thread Roberto C. Sanchez
On Tue, Dec 19, 2006 at 05:20:28PM -0600, Manoj Shukla wrote:
> Hi,
>   I am trying to install the unofficial Debian-AMD64 Sarge release on 
> AMD64-dual core system with 4GB RAM using DVD image. It appears that the 
> keybord is not being recognized at the screen asking for "Choose Language". 
> Please let me know the solution.
> 
USB keyboard?  Is legacy emulation enabled in the BIOS?

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Problem with installation

2006-12-19 Thread Manoj Shukla
Hi,
  I am trying to install the unofficial Debian-AMD64 Sarge release on 
AMD64-dual core system with 4GB RAM using DVD image. It appears that the 
keybord is not being recognized at the screen asking for "Choose Language". 
Please let me know the solution.

Thanks

Manoj Shukla


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with installation media

2002-10-20 Thread vanillicat
On Sun, Oct 20, 2002 at 10:06:42AM -0500, Robert Ames wrote:
> Hello,
> I downloaded the stable release of Debian (Woody) via jigdo. I downloaded all 7 iso 
>images. Each time, it reported that the checksums were correct.
> 
> When I went to install, I got the message from CD 1 that the file 
>/instmnt/pool/main/m/modconf/modconf_0.2.43_all.deb was corrupt. In case the download 
>had an issue, I re-downloaded the iso image and re-burned it. I got the same message. 
> 
> Any ideas?
> 
> Thanks,
> Robert Ames

It's a long shot, but did you happen to download from the same mirror
both times?  You asked for *any* ideas :)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Problem with installation media

2002-10-20 Thread Robert Ames
Hello,
I downloaded the stable release of Debian (Woody) via jigdo. I downloaded all 7 iso 
images. Each time, it reported that the checksums were correct.

When I went to install, I got the message from CD 1 that the file 
/instmnt/pool/main/m/modconf/modconf_0.2.43_all.deb was corrupt. In case the download 
had an issue, I re-downloaded the iso image and re-burned it. I got the same message. 

Any ideas?

Thanks,
Robert Ames



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




problem with installation

2000-08-24 Thread Jake Hoban



Hi
 
I'm new to the list - I've joined to get some help 
with installation!
I have an IBM Thinkpad 360 with 12 meg RAM and 340 
meg HDD. It only has a floppy drive so I downloaded the floppy images (for 
slink). I booted the rescue floppy and got as far as partitioning the hard drive 
and mounting the filesystem (I mounted /dev/hda1 on /, /dev/hda2 as swap, and 
/dev/hda3 on /usr). But when I get to install the kernel and modules, I get an 
error mounting the rescue floppy. I tried to mount it manually by firing up a 
console, but it told me "/dev/fd0 is not a valid block device".
I did notice in the help pages on the rescue floppy 
that Thinkpads may need some extra parameters when booting, but if I try any of 
them it seems to think I'm going for a ramdisk option and asks me for a root 
floppy. Of course I'm trying to install to the hard drive, but it only seems to 
want to do that as the default installation, which doesn't seem to accept any 
parameters.
Any ideas? I know a bit about GNU/Linux from other 
distributions but I'm new to Debian.
 
Thanks,
Jake


Re: problem with installation of kernel modules

2000-07-12 Thread Peter S Galbraith

Debian User wrote:

> On Wed, 12 Jul 2000, Ricardo Gabriel Herdt wrote:
> 
> >try 
> >mount /dev/hdd /mnt/cdrom
> 
> Why not..open your computer up...find out what it is on (i.e. master,
> slave, prim/secon) and then you know WHAT the device is :)

Yuck.  Easier to try all four devices:

# mount /dev/hdd /mnt/cdrom
# mount /dev/hdc /mnt/cdrom
# mount /dev/hdb /mnt/cdrom
# mount /dev/hda /mnt/cdrom

Also, see output of

# dmesg

to check for a CDROM detection line that would tell you, e.g.

hdc: COMPAQ PD-1 LF-1195C, ATAPI CDROM drive

This tells me it's on /dev/hdc

Peter



Re: problem with installation of kernel modules

2000-07-12 Thread Debian User


On Wed, 12 Jul 2000, Ricardo Gabriel Herdt wrote:

>try 
>mount /dev/hdd /mnt/cdrom

Why not..open your computer up...find out what it is on (i.e. master,
slave, prim/secon) and then you know WHAT the device is :)

Joe


> 
>   but I'm not a indicated person to say how to make this things for you, I'm
> a bit new in Linux.  
> 
> Ricardo Gabriel Herdt
> 
> 
> 
> Em qua, 12 jul 2000, you wrote:
> > At 13:12 12.07.00 -0300, you wrote:
> > >   Hi Christian,
> > 
> > Hi too,
> > 
> > 
> > >try to open another shell by pressing ALT + F2 and mount the cdrom by
> > >yourself.   Just an idea.
> > 
> > 
> > Thank you for this idea. Can you please tell me the mount command?
> > 
> > However, as I already tried all alternatives, ranging from cda to cdh, I am
> > afraid that your idea won't work. But I want to give it a try.
> > 
> > With kind regards
> > 
> > Christian
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Re: problem with installation of kernel modules

2000-07-12 Thread Ricardo Gabriel Herdt
   try 
   mount /dev/hdd /mnt/cdrom

  but I'm not a indicated person to say how to make this things for you, I'm
a bit new in Linux.  

Ricardo Gabriel Herdt



Em qua, 12 jul 2000, you wrote:
> At 13:12 12.07.00 -0300, you wrote:
> >   Hi Christian,
> 
> Hi too,
> 
> 
> >try to open another shell by pressing ALT + F2 and mount the cdrom by
> >yourself.   Just an idea.
> 
> 
> Thank you for this idea. Can you please tell me the mount command?
> 
> However, as I already tried all alternatives, ranging from cda to cdh, I am
> afraid that your idea won't work. But I want to give it a try.
> 
> With kind regards
> 
> Christian



Re: problem with installation of kernel modules

2000-07-12 Thread Ricardo Gabriel Herdt
   Hi Christian,

try to open another shell by pressing ALT + F2 and mount the cdrom by
yourself.   Just an idea.

  Ricardo Gabriel Herdt

Em qua, 12 jul 2000, Christian Mathes escreveu:
> Hi all,
> 
> I currently install Debian 2.1 from an ATAPI (IDE) CD-ROM drive.
> I have problems to execute the step "install kernel modules". The setup
> software refuses to mount my CD-ROM drive. I get a list with entries from
> /dev/hda/ to /dev/hdh/. I tried all alternatives but in all cases I
> recieved the error message: could not mount CD-ROM drive.
> 



problem with installation of kernel modules

2000-07-12 Thread Christian Mathes
Hi all,

I currently install Debian 2.1 from an ATAPI (IDE) CD-ROM drive.
I have problems to execute the step "install kernel modules". The setup
software refuses to mount my CD-ROM drive. I get a list with entries from
/dev/hda/ to /dev/hdh/. I tried all alternatives but in all cases I
recieved the error message: could not mount CD-ROM drive.

What is wrong here? As I successfully booted the Linux kernel from Cd-ROM
at the beginning of the install procedure it is a big surprise for me that
suddenly Linux refuses to mount my CD-ROM drive. 

How can I fix this problem?

With kind regards

Christian





Re: problem with installation program

2000-04-26 Thread Avintola
I have the same problem installing Debian, on a similar system as Steve.

Could not resolve the problem and am still waiting for "how tos". I am a 
newbie to this OS and would like to learn more.

Please tailor answers that a layperson can understand.

Thank you.

Allen

In a message dated 4/25/00 7:14:35 PM US Mountain Standard Time, 
kmself@ix.netcom.com writes:

<< Subj: Re: problem with installation program
 Date:  4/25/00 7:14:35 PM US Mountain Standard Time
 From:  kmself@ix.netcom.com
 To:debian-user@lists.debian.org
 
 I'd encourage both of you to check this out further and communicate any
 results to the installation/howto maintainers.  Questions with 
 NCR53c series SCSI CDROMs have been appearing with some frequency of
 late.  I don't have direct experience, but know that web/usenet searches
 are pretty thin on results.
 
 On Mon, Apr 24, 2000 at 10:34:01PM -0500, Geopoliticus wrote:
 > Steve,
 > 
 > I had a similar problem when trying to install the EXACT same CD from my 
 > book.  I do however have SCSI peripherals.  What I eventually ended up 
 > doing was downloading Debian off of the net and it is now running great!  
I 
 > know that is not what you are looking for.  Something I ran across however 
 > is a jumper on my CD ROM.  It is labeled "Block".  This jumper, if set, 
 > told the controller that it was dealing with a UNIX block device.  If your 
 > CD ROM has a jumper like this try setting it the opposite of what it is 
 > currently set at.  You may have some success.  Good luck.
 > 
 > Geo
 > 
 > At 09:42 PM 4/24/00 -0500, Steven Burns wrote:
 > >Dear Linux users:
 > >
 > >I am attempting to install Debian GNU/Linux 2.1 from the CD that
 > >accompanies the book: Learning Debian GNU/Linux (Bill McCarty, O'Reilly,
 > >
 > >Sebastopol, Sept 99, 1st ed.).  The problem I am currently having is
 > >that I cannot get the installation program to start.
 > >
 > >It would seem that the problem relates to the last message displayed:
 > >"NCR53c406a: no available ports found."  See below.
 > >
 > >So far, I've looked into the problem as follows.
 > >1.  I've looked at the Help items accessed by pressing F1 while the
 > >below Welcome screen is up, but none of these items seems relevant.
 > >2.  I've spent some time looking at the debian website (www.debian.org),
 > >
 > >but haven't found anything relevant there either.
 > >3.  I did internet searches with several search engines and the the
 > >search text, "NCR53c406a: no available ports found."  Snap.com returned
 > >some webpages relating to "boot arguments for scsi peripherals."  I
 > >looked at some of these, but didn't find any information applicable to
 > >my situation.  Furthermore, my computer does NOT contain any scsi
 > >components, so it seems strange that the problem should relate to scsi.
 > >
 > >I would very much appreciate any insights or suggestions that would help
 > >
 > >me clear this hurdle.
 > >
 > >Sincerely,
 > >
 > >Steven
 > >
 > >P.S. See details below.
 > >---
 > >
 > >The sequence of events that lead to the failure of the installation
 > >program follows.  (The failure is repeatable on my system.)
 > >
 > >1.  Boot the computer from the debian CD.
 > >2.  The Welcome screen appears.
 > > Welcome to Debian GNU/Linux 2.1!
 > >   ...
 > >
 > > This disk uses Linux 2.2.12 (from
 > > kernel-image-2.2.12_2.2.12-1)
 > >
 > > Press  for help, or  to boot!
 > > boot:
 > >3.  Press Enter.
 > >4.  A series of messages scroll up the screen and then stop.  The
 > >following is the list of messages that remains on the screen.
 > >
 > >Linux NET4.0 for Linux 2.2
 > >Based upon Swansea University Computer Society NET3.039
 > >NET4: UNIX somain sockeds 1.0 for Linux NET4.0.
 > >NET4: Linux TCP/IP 1.0 for NET4.0
 > >IP Protocol: ICMP, UDP, TCP
 > >Starting kswapd v 1.5
 > >Detected PS/2 Mouse port.
 > >RAM Disk Driver initialized: 16 RAM disks of 1096 K size
 > >loop: registered device at major 7
 > >PCI_IDE: unknown IDE controller on PCI bus 00 device 39, VID=1022,
 > >DID=7409
 > >PCI_IDE: not 100% native mode: will probe irqs later
 > > ide0: BM-DMA at 0xf000-0x007, BIOS settings: hda: DMA, hdb: pio
 > > ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc: DMA, hdb: pio
 > >hda: Maxtor 91531U3, ATA Disk dri

Re: problem with installation program

2000-04-26 Thread kmself
I'd encourage both of you to check this out further and communicate any
results to the installation/howto maintainers.  Questions with 
NCR53c series SCSI CDROMs have been appearing with some frequency of
late.  I don't have direct experience, but know that web/usenet searches
are pretty thin on results.

On Mon, Apr 24, 2000 at 10:34:01PM -0500, Geopoliticus wrote:
> Steve,
> 
> I had a similar problem when trying to install the EXACT same CD from my 
> book.  I do however have SCSI peripherals.  What I eventually ended up 
> doing was downloading Debian off of the net and it is now running great!  I 
> know that is not what you are looking for.  Something I ran across however 
> is a jumper on my CD ROM.  It is labeled "Block".  This jumper, if set, 
> told the controller that it was dealing with a UNIX block device.  If your 
> CD ROM has a jumper like this try setting it the opposite of what it is 
> currently set at.  You may have some success.  Good luck.
> 
> Geo
> 
> At 09:42 PM 4/24/00 -0500, Steven Burns wrote:
> >Dear Linux users:
> >
> >I am attempting to install Debian GNU/Linux 2.1 from the CD that
> >accompanies the book: Learning Debian GNU/Linux (Bill McCarty, O'Reilly,
> >
> >Sebastopol, Sept 99, 1st ed.).  The problem I am currently having is
> >that I cannot get the installation program to start.
> >
> >It would seem that the problem relates to the last message displayed:
> >"NCR53c406a: no available ports found."  See below.
> >
> >So far, I've looked into the problem as follows.
> >1.  I've looked at the Help items accessed by pressing F1 while the
> >below Welcome screen is up, but none of these items seems relevant.
> >2.  I've spent some time looking at the debian website (www.debian.org),
> >
> >but haven't found anything relevant there either.
> >3.  I did internet searches with several search engines and the the
> >search text, "NCR53c406a: no available ports found."  Snap.com returned
> >some webpages relating to "boot arguments for scsi peripherals."  I
> >looked at some of these, but didn't find any information applicable to
> >my situation.  Furthermore, my computer does NOT contain any scsi
> >components, so it seems strange that the problem should relate to scsi.
> >
> >I would very much appreciate any insights or suggestions that would help
> >
> >me clear this hurdle.
> >
> >Sincerely,
> >
> >Steven
> >
> >P.S. See details below.
> >---
> >
> >The sequence of events that lead to the failure of the installation
> >program follows.  (The failure is repeatable on my system.)
> >
> >1.  Boot the computer from the debian CD.
> >2.  The Welcome screen appears.
> > Welcome to Debian GNU/Linux 2.1!
> >   ...
> >
> > This disk uses Linux 2.2.12 (from
> > kernel-image-2.2.12_2.2.12-1)
> >
> > Press  for help, or  to boot!
> > boot:
> >3.  Press Enter.
> >4.  A series of messages scroll up the screen and then stop.  The
> >following is the list of messages that remains on the screen.
> >
> >Linux NET4.0 for Linux 2.2
> >Based upon Swansea University Computer Society NET3.039
> >NET4: UNIX somain sockeds 1.0 for Linux NET4.0.
> >NET4: Linux TCP/IP 1.0 for NET4.0
> >IP Protocol: ICMP, UDP, TCP
> >Starting kswapd v 1.5
> >Detected PS/2 Mouse port.
> >RAM Disk Driver initialized: 16 RAM disks of 1096 K size
> >loop: registered device at major 7
> >PCI_IDE: unknown IDE controller on PCI bus 00 device 39, VID=1022,
> >DID=7409
> >PCI_IDE: not 100% native mode: will probe irqs later
> > ide0: BM-DMA at 0xf000-0x007, BIOS settings: hda: DMA, hdb: pio
> > ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc: DMA, hdb: pio
> >hda: Maxtor 91531U3, ATA Disk drive
> >hdc: ATAPI 48x CDROM, ATAPI CDROM Drive
> >ide0 at 0x1f0-0x1f7, 0x3f6 on irq 14
> >ide1 at 0x170-0x177, 0x376 on irq 15
> >hda: Maxtor 91531U3, 14655MB w/512kB Cache, CHS=1868/255/63
> >hdc: ATAPI 48x CD ROM Drive, 128 kB Cache
> >Uniform CDROM driver Revision: 2.55
> >Floppy drive(s): fd0 is 1.44M
> >FDC 0 is a post-1991 82077
> >md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
> >NCR53c406a: no available ports found
> >
> >
> >The computer I'm using has the following components.
> >
> >CPU:  AMD Athlon 600 MHz CPU
> >
> >MOTHERBOARD:  Micro-Star AMD Athlon K7-PRO Motherboard w/ UDMA
> >
> >FLOPPY:  Mitsumi 1.44 MB Floppy Drive
> >CD:  48x EIDE CD-ROM
> >HARD DRIVE:  Maxtor 15.3 GB 5400 UDMA Hard Drive  (Windows 98 is
> >installed on a 7326MB partition.  The rest of the disk (7327MB) is free
> >space.)
> >
> >MEMORY:  128 MB SDRAM PC100
> >MODEM: 3-COM US Robotics 56k V.90 Fax Modem w/ voice speaker phone
> >
> >NETWORK CARD:  PCI 32 bit 10/100 Network Card
> >SOUND CARD:  Creative Lab Sound Blaster PCI 128 Vibra Sound
> >VIDEO CARD:  Matrox G400 32MB SGRAM AGP
> >
> >MONITOR:  Sceptre Dragon Eye .27
> >KEYBOARD:  PS

Re: problem with installation program

2000-04-25 Thread Geopoliticus

Steve,

I had a similar problem when trying to install the EXACT same CD from my 
book.  I do however have SCSI peripherals.  What I eventually ended up 
doing was downloading Debian off of the net and it is now running great!  I 
know that is not what you are looking for.  Something I ran across however 
is a jumper on my CD ROM.  It is labeled "Block".  This jumper, if set, 
told the controller that it was dealing with a UNIX block device.  If your 
CD ROM has a jumper like this try setting it the opposite of what it is 
currently set at.  You may have some success.  Good luck.


Geo

At 09:42 PM 4/24/00 -0500, Steven Burns wrote:

Dear Linux users:

I am attempting to install Debian GNU/Linux 2.1 from the CD that
accompanies the book: Learning Debian GNU/Linux (Bill McCarty, O'Reilly,

Sebastopol, Sept 99, 1st ed.).  The problem I am currently having is
that I cannot get the installation program to start.

It would seem that the problem relates to the last message displayed:
"NCR53c406a: no available ports found."  See below.

So far, I've looked into the problem as follows.
1.  I've looked at the Help items accessed by pressing F1 while the
below Welcome screen is up, but none of these items seems relevant.
2.  I've spent some time looking at the debian website (www.debian.org),

but haven't found anything relevant there either.
3.  I did internet searches with several search engines and the the
search text, "NCR53c406a: no available ports found."  Snap.com returned
some webpages relating to "boot arguments for scsi peripherals."  I
looked at some of these, but didn't find any information applicable to
my situation.  Furthermore, my computer does NOT contain any scsi
components, so it seems strange that the problem should relate to scsi.

I would very much appreciate any insights or suggestions that would help

me clear this hurdle.

Sincerely,

Steven

P.S. See details below.
---

The sequence of events that lead to the failure of the installation
program follows.  (The failure is repeatable on my system.)

1.  Boot the computer from the debian CD.
2.  The Welcome screen appears.
Welcome to Debian GNU/Linux 2.1!
  ...

This disk uses Linux 2.2.12 (from
kernel-image-2.2.12_2.2.12-1)

Press  for help, or  to boot!
boot:
3.  Press Enter.
4.  A series of messages scroll up the screen and then stop.  The
following is the list of messages that remains on the screen.

Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: UNIX somain sockeds 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocol: ICMP, UDP, TCP
Starting kswapd v 1.5
Detected PS/2 Mouse port.
RAM Disk Driver initialized: 16 RAM disks of 1096 K size
loop: registered device at major 7
PCI_IDE: unknown IDE controller on PCI bus 00 device 39, VID=1022,
DID=7409
PCI_IDE: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0x007, BIOS settings: hda: DMA, hdb: pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc: DMA, hdb: pio
hda: Maxtor 91531U3, ATA Disk drive
hdc: ATAPI 48x CDROM, ATAPI CDROM Drive
ide0 at 0x1f0-0x1f7, 0x3f6 on irq 14
ide1 at 0x170-0x177, 0x376 on irq 15
hda: Maxtor 91531U3, 14655MB w/512kB Cache, CHS=1868/255/63
hdc: ATAPI 48x CD ROM Drive, 128 kB Cache
Uniform CDROM driver Revision: 2.55
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
NCR53c406a: no available ports found


The computer I'm using has the following components.

CPU:  AMD Athlon 600 MHz CPU

MOTHERBOARD:  Micro-Star AMD Athlon K7-PRO Motherboard w/ UDMA

FLOPPY:  Mitsumi 1.44 MB Floppy Drive
CD:  48x EIDE CD-ROM
HARD DRIVE:  Maxtor 15.3 GB 5400 UDMA Hard Drive  (Windows 98 is
installed on a 7326MB partition.  The rest of the disk (7327MB) is free
space.)

MEMORY:  128 MB SDRAM PC100
MODEM: 3-COM US Robotics 56k V.90 Fax Modem w/ voice speaker phone

NETWORK CARD:  PCI 32 bit 10/100 Network Card
SOUND CARD:  Creative Lab Sound Blaster PCI 128 Vibra Sound
VIDEO CARD:  Matrox G400 32MB SGRAM AGP

MONITOR:  Sceptre Dragon Eye .27
KEYBOARD:  PS2 108 key Windows 98 Keyboard
MOUSE: PS2 Mouse
SPEAKERS:  120 Watt Stereo Speakers
--

End.




--
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < 
/dev/null


problem with installation program

2000-04-25 Thread Steven Burns
Dear Linux users:

I am attempting to install Debian GNU/Linux 2.1 from the CD that
accompanies the book: Learning Debian GNU/Linux (Bill McCarty, O'Reilly,

Sebastopol, Sept 99, 1st ed.).  The problem I am currently having is
that I cannot get the installation program to start.

It would seem that the problem relates to the last message displayed:
"NCR53c406a: no available ports found."  See below.

So far, I've looked into the problem as follows.
1.  I've looked at the Help items accessed by pressing F1 while the
below Welcome screen is up, but none of these items seems relevant.
2.  I've spent some time looking at the debian website (www.debian.org),

but haven't found anything relevant there either.
3.  I did internet searches with several search engines and the the
search text, "NCR53c406a: no available ports found."  Snap.com returned
some webpages relating to "boot arguments for scsi peripherals."  I
looked at some of these, but didn't find any information applicable to
my situation.  Furthermore, my computer does NOT contain any scsi
components, so it seems strange that the problem should relate to scsi.

I would very much appreciate any insights or suggestions that would help

me clear this hurdle.

Sincerely,

Steven

P.S. See details below.
---

The sequence of events that lead to the failure of the installation
program follows.  (The failure is repeatable on my system.)

1.  Boot the computer from the debian CD.
2.  The Welcome screen appears.
Welcome to Debian GNU/Linux 2.1!
  ...

This disk uses Linux 2.2.12 (from
kernel-image-2.2.12_2.2.12-1)

Press  for help, or  to boot!
boot:
3.  Press Enter.
4.  A series of messages scroll up the screen and then stop.  The
following is the list of messages that remains on the screen.

Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: UNIX somain sockeds 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocol: ICMP, UDP, TCP
Starting kswapd v 1.5
Detected PS/2 Mouse port.
RAM Disk Driver initialized: 16 RAM disks of 1096 K size
loop: registered device at major 7
PCI_IDE: unknown IDE controller on PCI bus 00 device 39, VID=1022,
DID=7409
PCI_IDE: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0x007, BIOS settings: hda: DMA, hdb: pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc: DMA, hdb: pio
hda: Maxtor 91531U3, ATA Disk drive
hdc: ATAPI 48x CDROM, ATAPI CDROM Drive
ide0 at 0x1f0-0x1f7, 0x3f6 on irq 14
ide1 at 0x170-0x177, 0x376 on irq 15
hda: Maxtor 91531U3, 14655MB w/512kB Cache, CHS=1868/255/63
hdc: ATAPI 48x CD ROM Drive, 128 kB Cache
Uniform CDROM driver Revision: 2.55
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
NCR53c406a: no available ports found


The computer I'm using has the following components.

CPU:  AMD Athlon 600 MHz CPU

MOTHERBOARD:  Micro-Star AMD Athlon K7-PRO Motherboard w/ UDMA

FLOPPY:  Mitsumi 1.44 MB Floppy Drive
CD:  48x EIDE CD-ROM
HARD DRIVE:  Maxtor 15.3 GB 5400 UDMA Hard Drive  (Windows 98 is
installed on a 7326MB partition.  The rest of the disk (7327MB) is free
space.)

MEMORY:  128 MB SDRAM PC100
MODEM: 3-COM US Robotics 56k V.90 Fax Modem w/ voice speaker phone

NETWORK CARD:  PCI 32 bit 10/100 Network Card
SOUND CARD:  Creative Lab Sound Blaster PCI 128 Vibra Sound
VIDEO CARD:  Matrox G400 32MB SGRAM AGP

MONITOR:  Sceptre Dragon Eye .27
KEYBOARD:  PS2 108 key Windows 98 Keyboard
MOUSE: PS2 Mouse
SPEAKERS:  120 Watt Stereo Speakers
--

End.




Problem with installation

1999-09-13 Thread Allix Primus



While starting the installation it says :
 
md driver 0.36.3
MAX_MD_DEV=4, MAX_REAL=8
 
You said to wait for a few minutes, well i left the computer 
on for a few hours while i was at school , came back and it was still there, is 
there any way of getting past this point in the installation ? Or anywhere i can 
search for help with this ?
 
 
[EMAIL PROTECTED]


Re: problem with installation

1998-09-19 Thread dsb3
On 18 Sep 1998 [EMAIL PROTECTED] wrote:

>  I got a problem when I installed debian-linux according to the installation 
> guide.
>
>Hardware: 32 RAM/2 GB disk/IBM compatable 586
>
>1. Installation with disk
>
>   I copied files:resc1440.bin,drv1440.bin,base2_0.tgz,linux,install.bat and 
> loadin.exe into DOS directory. when I started install.bat ... got error 
> messages like: 'I/O error'
>
>2. Installation with floppy disks
 >  I put the resc1440.bin into drive A and restarted the computer. After
 >the 'boot:' prompt was appeared , I took many choice for boot prompt but
 >all failed and got message like 'con't mount VFS '...
>
>
>Maybe someone would tell me how to install linux with floppys exactly.
>  
>
>
>__
>»¶Ó­Ê¹ÓÃÊ׶¼ÔÚÏßÃâ·Ñµç×ÓÓÊÏähttp://freemail.263.net
>
>
>--  
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
>
>

--

   | oOOooO   /  [EMAIL PROTECTED]
 --|oOobodoO/   We're just two lost souls, swimming in a
 --| ooOoOo   /fish bowl, year after year.  Running over
   |   II   / the same old ground, what have we found,
   |   II /  The same old fears.  Wish you were Here.


Re: problem with installation

1998-09-18 Thread Kent West
At 08:53 AM 9/18/1998 -0400, you wrote:
>[EMAIL PROTECTED] writes:
>[stuff deleted]
>> Maybe someone would tell me how to install linux with floppys exactly.

I assume you have the 5 or 6 images (resc1440.bin, etc) in a directory on a
DOS (or Win9x/NT) machine. You also need rawrite2.exe (or the older
rawrite.exe). You can get this file from the same place you got the other
files.

Go to a DOS prompt and change dirs to the directory where the files are. Type:
   rawrite2 
You'll be asked for a source file and a destination. For source, enter the
name of the first file image (resc1440.bin). Make sure you have a floppy in
the A (or B) drive. Floppies are notoriously "iffy" for this process, so
you might want to make sure you've got good (new?) freshly-formatted floppies.

For destination, enter the drive letter of the floppy.

Then you'll see a message about copying the image.

Repeat the above steps for each of the other file images (except not for
rawrite2.exe itself). You'll want to label the floppies as you go so you
don't get confused later as to which floppy is which (Rescue Disk, Base 1,
Base 2, etc).

After the last floppy has been created, you should be able to boot off the
Rescue Disk (resc1440.bin). You'll also need one more floppy in order to
make a boot disk later during the install.

Success to you!

===
Kent West   | Technology Support/   
|
Abilene Christian University| Voice: 915-674-2557  FAX: 915.674.6724
|
ACU Station, Box 29005  | E-MAIL: [EMAIL PROTECTED] |
Abilene, TX  79699-9005 | Ham:KC5ENO, General   |
===


Re: problem with installation

1998-09-18 Thread tko
[EMAIL PROTECTED] writes:
[stuff deleted]
> Maybe someone would tell me how to install linux with floppys exactly.

Try a fresh format on all 7 floppies (full format, not the quick format). All
it takes is one flakey sector on the floppy to torpedo you. 

-- 
-= Sent by Debian 1.3 Linux =-
Thomas Kocourek  KD4CIK 
@[EMAIL PROTECTED]@westgac3.dragon.com Remove @_@ for correct Email address
--... ...-- ...  -.. .  -.- -.. - -.-. .. -.-


Re: problem with installation

1998-09-18 Thread Kent West
>[EMAIL PROTECTED] wrote:
>> 
>>   I got a problem when I installed debian-linux according to the
installation guide.
>> 
>> Hardware: 32 RAM/2 GB disk/IBM compatable 586
>> 
>> 1. Installation with disk
>> 
>>I copied files:resc1440.bin,drv1440.bin,base2_0.tgz,linux,install.bat
and loadin.exe into DOS directory. when I started install.bat ... got error
messages like: 'I/O error'
>> 
>> 2. Installation with floppy disks
>>   I put the resc1440.bin into drive A and restarted the computer. After
the 'boot:' prompt was appeared , I took many choice for boot prompt but
all failed and got message like 'con't mount VFS '...
>> 
>> Maybe someone would tell me how to install linux with floppys exactly.
>> 


At 02:52 AM 9/18/1998 -0700, you wrote:
>Your problem must be perplexing. I just installed a machine last night
>with floppies with nary a problem. There may be something in the way
>your box is reading the floppy drive during boot. I used rawrite to
>create the rescue disk, driver disk, and the five bin disks, then stuck
>the rescue in the box to which I was loading Linux, and pressed reset.
>Maybe you may want to recreate your disk on fresh floppies. Floppy disks
>can be tempermental, and flake out on a moments notice.
>
>Mike
>

I'm not sure, but it sounds like bianxu is trying to install from an
existing hard drive partition instead of from floppies. I've never done
this (but plan to in the next few days), so I'm not sure how things are
supposed to look. My first suspicion is that the drive partition he's
trying to install from is of a file type that Linux doesn't recognize (like
maybe FAT32 or something).

Kent 

Correction: I just reread bianxu's orig message; he apparently tried both
methods (from hard drive and from floppies). My suspicion now is that his
resc1440.bin file is corrupt, or like Mike says above, didn't get copied
properly to a good floppy. Try copying the image to a different floppy
using rawrite2.

===
Kent West   | Technology Support/   
|
Abilene Christian University| Voice: 915-674-2557  FAX: 915.674.6724
|
ACU Station, Box 29005  | E-MAIL: [EMAIL PROTECTED] |
Abilene, TX  79699-9005 | Ham:KC5ENO, General   |
===


Re: problem with installation

1998-09-18 Thread Kent West
>[EMAIL PROTECTED] wrote:
>> 
>>   I got a problem when I installed debian-linux according to the
installation guide.
>> 
>> Hardware: 32 RAM/2 GB disk/IBM compatable 586
>> 
>> 1. Installation with disk
>> 
>>I copied files:resc1440.bin,drv1440.bin,base2_0.tgz,linux,install.bat
and loadin.exe into DOS directory. when I started install.bat ... got error
messages like: 'I/O error'
>> 
>> 2. Installation with floppy disks
>>   I put the resc1440.bin into drive A and restarted the computer. After
the 'boot:' prompt was appeared , I took many choice for boot prompt but
all failed and got message like 'con't mount VFS '...
>> 
>> Maybe someone would tell me how to install linux with floppys exactly.
>> 


At 02:52 AM 9/18/1998 -0700, you wrote:
>Your problem must be perplexing. I just installed a machine last night
>with floppies with nary a problem. There may be something in the way
>your box is reading the floppy drive during boot. I used rawrite to
>create the rescue disk, driver disk, and the five bin disks, then stuck
>the rescue in the box to which I was loading Linux, and pressed reset.
>Maybe you may want to recreate your disk on fresh floppies. Floppy disks
>can be tempermental, and flake out on a moments notice.
>
>Mike
>

I'm not sure, but it sounds like bianxu is trying to install from an
existing hard drive partition instead of from floppies. I've never done
this (but plan to in the next few days), so I'm not sure how things are
supposed to look. My first suspicion is that the drive partition he's
trying to install from is of a file type that Linux doesn't recognize (like
maybe FAT32 or something).

Kent
===
Kent West   | Technology Support/   
|
Abilene Christian University| Voice: 915-674-2557  FAX: 915.674.6724
|
ACU Station, Box 29005  | E-MAIL: [EMAIL PROTECTED] |
Abilene, TX  79699-9005 | Ham:KC5ENO, General   |
===


Re: problem with installation

1998-09-18 Thread Michael Vanecek
Your problem must be perplexing. I just installed a machine last night
with floppies with nary a problem. There may be something in the way
your box is reading the floppy drive during boot. I used rawrite to
create the rescue disk, driver disk, and the five bin disks, then stuck
the rescue in the box to which I was loading Linux, and pressed reset.
Maybe you may want to recreate your disk on fresh floppies. Floppy disks
can be tempermental, and flake out on a moments notice.

Mike

[EMAIL PROTECTED] wrote:
> 
>   I got a problem when I installed debian-linux according to the installation 
> guide.
> 
> Hardware: 32 RAM/2 GB disk/IBM compatable 586
> 
> 1. Installation with disk
> 
>I copied files:resc1440.bin,drv1440.bin,base2_0.tgz,linux,install.bat and 
> loadin.exe into DOS directory. when I started install.bat ... got error 
> messages like: 'I/O error'
> 
> 2. Installation with floppy disks
>   I put the resc1440.bin into drive A and restarted the computer. After the 
> 'boot:' prompt was appeared , I took many choice for boot prompt but all 
> failed and got message like 'con't mount VFS '...
> 
> Maybe someone would tell me how to install linux with floppys exactly.
> 
> 
> __
> »¶Ó­Ê¹ÓÃÊ׶¼ÔÚÏßÃâ·Ñµç×ÓÓÊÏähttp://freemail.263.net
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


problem with installation

1998-09-18 Thread bianxu
  I got a problem when I installed debian-linux according to the installation 
guide.

Hardware: 32 RAM/2 GB disk/IBM compatable 586

1. Installation with disk

   I copied files:resc1440.bin,drv1440.bin,base2_0.tgz,linux,install.bat and 
loadin.exe into DOS directory. when I started install.bat ... got error 
messages like: 'I/O error'

2. Installation with floppy disks
  I put the resc1440.bin into drive A and restarted the computer. After the 
'boot:' prompt was appeared , I took many choice for boot prompt but all failed 
and got message like 'con't mount VFS '...


Maybe someone would tell me how to install linux with floppys exactly.
  


__
»¶Ó­Ê¹ÓÃÊ׶¼ÔÚÏßÃâ·Ñµç×ÓÓÊÏähttp://freemail.263.net


Problem with installation of emacs20, emacs20-el e w3-el

1998-09-04 Thread Piero Campanelli
Hi,

i am unable to install three packages in the subject line of this
message. They are unpacked regularly, but they failed config. For
example emacs20 terminates with exit script error 69.
w3-el is a consequence, because it depens on emacs20.

Hovewer emacs works (in its basic functions..)

Thank you for helping me
PC

Piero Campanelli
Student of Computer Science
University of Milan, Italy

E-mail: [EMAIL PROTECTED]
http:// sorry, not yet !!



problem with installation.

1997-10-25 Thread Ronn Pimentel

I'm having a problem installing Debian on my box.  After I select install
operating system and modules i get the following message.

Installing from the rescue floppy ...
general protection: 
CPU:0
EIP:0010:[<037e375c>]
EFLAGS: 00010a92
eax: 0025   ebx: 037e372c   ecs: 0019   edx: 00e80c0d
esi: 037e372c   edi: 0001   ebp: 0001   esp: 00ea5dd8
ds: 0018   es: 0018  fs: 002b   gs: 002b   ss:0018
Process cp (pid:301, process nr: 9, stackpage-00ea5000)
Stack:
-[snip]-

I have created a number of boot floppies, tried the 2.0.29 and 2.0.30 boot
and driver floppies to no avail.  The floppy drive works because they
worked fine under Windows.  And they all fail at the same point during
installation of the rescue floppy.

My hardware is a P150 with 64MB EDO ram, ATI PCI Expressed 3d, IDE Hard
drive.  

Any help appreciated.

--
[EMAIL PROTECTED]
Batteries are always included... you just have to find them.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: chicken and egg problem with installation on a floppyless system

1997-05-06 Thread Steve Dunham
"K. Desai" <[EMAIL PROTECTED]> writes:
bg


> Now for the problem:

> a few months ago, i installed debian using the 2.0.6 kernal.
> i made a set of boot/root/base/modules disks and successfully installed
>  everything i wanted [or could fit onto my 170 MB drive].

> now, i bought a new 1.3GB drive and want to move everything over.

> Here is what i have tried
> 0) use the old 2.0.6 setup to contact ftp.debian.org
>and make a new set of boot/../ disks.
> 1) physically install the new hard drive.
> 2) boot the computer with the floppy in and start feeding in the new
>disks. 
> 3) now since the floppy is in, the computer refuses to recognise that i
>have a pcmcia slot - so it wont load/configure the proper kernel modules.
> 4) i cant get the kernel source and the new modules into the computer by
>hand since my only means of data ingress is through the floppy and 
>the kernel .deb package is > 1.44MB.

You have two choices: 
1. Write a multivolume tar archive to the floppy drive 
2. Use gnu split to split the file into floppy size chunks and put
them on multiple MSDOS floppies.


Steve
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


chicken and egg problem with installation on a floppyless system

1997-05-06 Thread K. Desai
Hi there,

Ive been trying to install DEBIAN onto my laptop for quite a while now.

at one point i did succeed but now im screwed and have run out of ideas.

in a nutshell:

i have a compaq contura aero 4/25
this machine has an external pcmcia floppy drive
i also have a pcmcia ethernet card for it.

the computer will only recognize the floppy if it boot with it
in the slot - BUT then it doesnt recognize the presence of the slot
even if i take the floppy out.

in order to have the computer recognise the pcmcia slot, i have to
boot with the floppy out.  the ethernet card causes no such problem.
with the ethernet card in or out, the computer recognizes the presence of
the pcmcia slot.


Now for the problem:

a few months ago, i installed debian using the 2.0.6 kernal.
i made a set of boot/root/base/modules disks and successfully installed
 everything i wanted [or could fit onto my 170 MB drive].

now, i bought a new 1.3GB drive and want to move everything over.

Here is what i have tried
0) use the old 2.0.6 setup to contact ftp.debian.org
   and make a new set of boot/../ disks.
1) physically install the new hard drive.
2) boot the computer with the floppy in and start feeding in the new
   disks. 
3) now since the floppy is in, the computer refuses to recognise that i
   have a pcmcia slot - so it wont load/configure the proper kernel modules.
4) i cant get the kernel source and the new modules into the computer by
   hand since my only means of data ingress is through the floppy and 
   the kernel .deb package is > 1.44MB.

5) i retreated to the 2.0.6 disk set that i had saved from before.
6) i reinstalled that set successfully.
7) having much more room on the hard disk, i resolved to update all
   packages to more recent rev levels.
8) when the pcmcia packages came over [via ftp] something went wrong.
9) now ive lost pcmcia support - ie the ethernet card wont work - so
   no more ftp - so i cant recover the previous state. 
10) i could reinstall from step 5) above.  but i would like to bootstrap
   up to the current rev level.  any hints?

it seems to me that i just need to do things in the proper order and
  i cant seem to figure this out.

my news server is a bit dicey to work so please email any replies directly
to me [ill post a summary if somebody indicates that it would be a useful
thing to make public]

thanks in advance for your help...

[oh and by the way, im in a bit of a rush to do this as i am leaving the
internet on saturday to be with my wife who is expecting twins anyday now...
i know its a bit much to ask for help - and to ask for it fast - but 
pleaseif i can be helped - help me.]

-Ketan 



what came first DEBIAN or the FLOPPY?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: problem with installation

1997-01-21 Thread Scott Stanley

I am in the middle of an upgrade from Debian 1.1 to 1.2 right now and ran 
into the same problem.  Download the libc5 from the unstable directory.  
It seems that a few packages got into stable when the libc5 they needed 
wasn't.  An easy fix though  Oh, if you need/want the libc5-devel 
package, you'll need to get it from unstable as well.

Scott Stanley



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


problem with installation

1997-01-20 Thread Ronn Pimentel

I'm having a problem with creating a fresh install of debian-1.2
I mirrored the site last night, all went well.
Installed the base from the floppy disks.
ran dselect

Perl complains:
Perl predepends on libc(>=5.4.17-1)

libc5 complains:
perl predepends on libc(>=5.4.17-1)

Then when i goto the main dselect menu it says the version i have
libc5 installed version 5.4.13-1
libc5 avail version 5.4.13-1

I'm running this all off of the stable directory.  How can i get this
resolved.

Thanks.

always,
ronn
--
[EMAIL PROTECTED]
-[Ronn Pimentel]-
if cheese were to take a picture, what would it say?



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]