LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-02-2004, 11:16 AM   #1
Jgf
LQ Newbie
 
Registered: Aug 2004
Location: PARIS
Distribution: Mandrake 10 / Debian
Posts: 21

Rep: Reputation: 15
Unhappy Debian install problem


Hello,

Yesterday I try to install Woody Debian 3.0r2 on my Toshiba Laptop 5200-701. Here is an descriltion of the hardware :

Model: Satellite 5200-701
HDD_Int: Intel ICH3-M
Sound: AC 97 (YAMAHA YMF753)
VGA: nVIDIA GeForce4 460 Go
CPU: Intel PIV Mobile 1900
RAM: PC2100
Modem: Softmodem (Lucent SCORPIO)
IrDA: Super IO SMSC LPC47N227
USB: NEC uPD720110 (USB2.0)
CD_Int: Intel ICH3-M
PCMCIA: Toshiba ToPIC100 (Intel 82365 comp)
Bluetooth: TAIYO-YUDEN (Silicon Wave)
Firewire: Texas Instruments OHCI (43AB22)
Mouse: USB
ACPI: V1.0b
Chipset: Intel 845MP
Network: Intel 82562ET (Kinnereth)
Basic_Info: Info
Wireless: CardBus TI 1410 / Lucent ORiNOCO
Mini_PCI: yes
SD_Card: Toshiba SD TypA


I use bf24. Everything goes right till the reboot. I see Lilo. I choose Linux entry. The boot process runs and stops with those lines :

Process insmod (pid : 190)
.....
some lines
.....
<0>Kernel panic: Fatal exception in interrupt
In interrupt handler - not syncing.

I try boot : linux noapc nolapic acpi=off => same error

Here is my partition table :

/dev/hda -> 40Go
/dev/hda1 -> FAT32 WinXP 20Go
/dev/hda2 -> Extended
/dev/hda5 -> FAT32 Data WinXP 14Go
/dev/hda6 -> /Boot Ext2 16 Mo
/dev/hda7 -> /Swap 512 Mo
/dev/hda8 -> / Ext3 4,5 Go

Thanks for your help,

Jgf
 
Old 09-02-2004, 11:46 AM   #2
sketelsen
Member
 
Registered: Jul 2003
Location: Olympia WA
Distribution: Gentoo Kernel 2.6.8-gentoo-r3; AMD Athlon XP 2200+
Posts: 63

Rep: Reputation: 15
insmod is the process which loads drivers for your hardware. it looks like that's the process which is causing your kernel to panic. We could help more if we got all the output, although i know it's difficult when you're sitting in front of a comuter that doesn't work. My guess is you have a kernel module loaded at boot that either does not have hardware associated with it (like, maybe you're loading a net driver for a netgear lan card, but you really have a linksys or a realtek) or, perhaps some other problem. Hope this helps you troubleshoot.

/EDIT

Wait! you've probably got 2 pieces of conflicting hardware on the same IRQ, because the interrupt handler is what crashed the kernel. Sorry I can't give you more, i'm still a noob, too.

/edit

Last edited by sketelsen; 09-02-2004 at 11:48 AM.
 
Old 09-02-2004, 06:00 PM   #3
zero79
Member
 
Registered: Nov 2003
Location: Ohio
Distribution: Debian Unstable
Posts: 460

Rep: Reputation: 30
woody is a dinosaur (metaphorically--if u want to be precise, rex is the dinosaur). install sarge (he's a mean fighting machine). debian-installer will make your life 10,000x simpler.

http://www.debian.org/devel/debian-installer/
 
Old 09-03-2004, 02:34 AM   #4
Jgf
LQ Newbie
 
Registered: Aug 2004
Location: PARIS
Distribution: Mandrake 10 / Debian
Posts: 21

Original Poster
Rep: Reputation: 15
Thanks for your help : I will try to install sarge this week end...

Jgf
 
Old 09-03-2004, 07:28 AM   #5
brynjarh
Member
 
Registered: May 2004
Location: Iceland
Distribution: Ubuntu Dapper Drake
Posts: 172

Rep: Reputation: 30
Re: Debian install problem

Quote:
Originally posted by Jgf
Hello,

Yesterday I try to install Woody Debian 3.0r2 on my Toshiba Laptop 5200-701. Here is an descriltion of the hardware :

Model: Satellite 5200-701
HDD_Int: Intel ICH3-M
Sound: AC 97 (YAMAHA YMF753)
VGA: nVIDIA GeForce4 460 Go
CPU: Intel PIV Mobile 1900
RAM: PC2100
Modem: Softmodem (Lucent SCORPIO)
IrDA: Super IO SMSC LPC47N227
USB: NEC uPD720110 (USB2.0)
CD_Int: Intel ICH3-M
PCMCIA: Toshiba ToPIC100 (Intel 82365 comp)
Bluetooth: TAIYO-YUDEN (Silicon Wave)
Firewire: Texas Instruments OHCI (43AB22)
Mouse: USB
ACPI: V1.0b
Chipset: Intel 845MP
Network: Intel 82562ET (Kinnereth)
Basic_Info: Info
Wireless: CardBus TI 1410 / Lucent ORiNOCO
Mini_PCI: yes
SD_Card: Toshiba SD TypA
...
Hey Jgf, I was jus wondering, where did you get so detailed information on your hardware? Did you conslt the manual? Used some software to dedect it? Web site?

I would like to know since I don't know much about the hardware of a computer I'm using and I would like to know, in detail.. :þ
 
Old 09-03-2004, 09:54 AM   #6
solferino
LQ Newbie
 
Registered: Jul 2004
Location: Italy
Distribution: Debian/sid
Posts: 11

Rep: Reputation: 0
I run the debian installer as suggested at #3 by doing a ftp install and it works fine.
But if you have a windows already installed and you want to a do dual boot then be aware before installing the linux26 kernel.
I'd suggest to install the default kernel, it's 2.4, and then do dist-upgrade.
The default is 2.4, but if you go to option, F6 key if I remember right, and choose 2.6 you could find problems as I found my self.

If you are curios how the new installer looks like:
http://www.linuxbeta.com/slideshows/...ase=59&slide=1





p.s.
I'm using a Toshiba Satellite 4090xcdt with 128mb ram.

Last edited by solferino; 09-03-2004 at 09:56 AM.
 
Old 09-03-2004, 10:27 AM   #7
Jgf
LQ Newbie
 
Registered: Aug 2004
Location: PARIS
Distribution: Mandrake 10 / Debian
Posts: 21

Original Poster
Rep: Reputation: 15
Hi everybody,

To brynjarh :

Here is the site where I get my configuration : just choose the name of your computer and you get it, but it's just for toshiba computer
http://newsletter.toshiba-tro.de/main/index.html

To solferino :

Thanks for your link I visited it and and found it very nice...


I will try the ftp install this week as said on #3... I hope it will work.
 
Old 09-04-2004, 08:13 AM   #8
Jgf
LQ Newbie
 
Registered: Aug 2004
Location: PARIS
Distribution: Mandrake 10 / Debian
Posts: 21

Original Poster
Rep: Reputation: 15


Fantastic it works. The network install is great.....

Thanks everybody!!!!!!!!!!!!!!!!
 
Old 09-04-2004, 10:10 AM   #9
zero79
Member
 
Registered: Nov 2003
Location: Ohio
Distribution: Debian Unstable
Posts: 460

Rep: Reputation: 30
no prob.

have fun with your new free as in speech os.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with new install of Debian stickfun Debian 4 10-29-2005 01:16 PM
debian install problem cjnodell Debian 8 06-28-2005 04:42 AM
dhcp problem in Debian netinst install..Help !! install. copter Linux - Networking 11 06-30-2004 01:14 PM
problem w/ debian install PTBmilo Linux - Distributions 3 06-28-2003 07:52 AM
Debian install problem mdog02 Linux - Distributions 4 03-05-2003 12:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration