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 - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-16-2002, 03:06 PM   #1
Tuzinor
Member
 
Registered: Feb 2001
Posts: 102

Rep: Reputation: 15
Linux Guru Needed !!!


RedHat 8.0 installed > need to compile kernel to load the IEEE1394 & SBP2 modules at boot so I can use my firewire hd & dvd rom. This works right out of the box woth Mandrake 9.0.
I used RedHat update >upgraded to 2.4.18-17.8.0 kernel > installed itself including boot configuration.

Three partitions /boot & / (Ext3) & swap.

I do the following : cd /usr/src/linux-2.4 >
make mrproper
copy the config 2.4.18-17.8.0 file from /boot to /usr/src/linux-2.4 > rename it to .config.
make xconfig > go thru each category >check the config file to make sure CONFIG_SCSI=m, CONFIG_IEEE1394=m are listed
make dep
make clean
Edit Makefile for new version
make bzImage
make modules
make modules_install
make install > I use Grub as the bootloader

I check the /boot folder > the original vmlinuz file is 3mb EXECUTABLE.
The new vmlinux is smaller > says unknown instead of Executable.
New Initrd image is created without a problem.

Of course when I reboot into the new kernel I either get all the way to kernel panic > no init found or "file system is ext2fs part type 0x83 > error 13 : invalid or unsupported executable format"

WHAT AM I MISSING ???

I really want to learn how to do this correctly > I've tried doing this several times > tried comparing the config file to Mandrake 9.0 > nothing works.

Help !!!!!!!
 
Old 11-17-2002, 12:44 PM   #2
greyhoundz1718
LQ Newbie
 
Registered: Nov 2002
Location: Manila, Philippines
Distribution: RH 6.2, 7.0, 7.1, 7.2, 7.3, 8.0
Posts: 12

Rep: Reputation: 0
firewire

Hi,

The link below should help you, it helped me.

http://www.csb.yale.edu/userguides/s...ire_admin.html

Mabuhay,
greyhoundz1718
 
Old 11-17-2002, 12:45 PM   #3
greyhoundz1718
LQ Newbie
 
Registered: Nov 2002
Location: Manila, Philippines
Distribution: RH 6.2, 7.0, 7.1, 7.2, 7.3, 8.0
Posts: 12

Rep: Reputation: 0
Ohhh I forgot the starting from 2.4.12 kernel the firewire support is loaded in the kernel no need to compile, I hope this helps.
 
Old 11-17-2002, 01:40 PM   #4
Tuzinor
Member
 
Registered: Feb 2001
Posts: 102

Original Poster
Rep: Reputation: 15
I reinstalled again > this time EXT2 FS. Now the message that the IEEE1394 > SBP2 failed to logon to the device comes right at the end of the boot up messages. This has been the first time a kernel recompile has been able to boot.

New to this > still haven't solved the Firewire logging on to the device problem.
 
Old 11-17-2002, 01:46 PM   #5
greyhoundz1718
LQ Newbie
 
Registered: Nov 2002
Location: Manila, Philippines
Distribution: RH 6.2, 7.0, 7.1, 7.2, 7.3, 8.0
Posts: 12

Rep: Reputation: 0
Check if the modules below are installed, use lsmod, if not you can manually install it using modprobe -v <module_name>.

* ieee1394
* ohci1394
* sbp2

Please check out the URL I gave that will surely help.

http://www.csb.yale.edu/userguides/s...ire_admin.html
 
Old 11-17-2002, 05:38 PM   #6
Tuzinor
Member
 
Registered: Feb 2001
Posts: 102

Original Poster
Rep: Reputation: 15
lsmod:

Module Size Used by Not tainted
ppdev 6796 0 (autoclean)
audigy 79144 1 (autoclean)
ac97_codec 13416 0 (autoclean) [audigy]
sound 74228 0 (autoclean) [audigy]
soundcore 6500 7 (autoclean) [audigy sound]
radeon 94008 0
agpgart 42912 1
binfmt_misc 7524 1
parport_pc 31848 1 (autoclean)
lp 8996 0 (autoclean)
parport 37152 1 (autoclean) [ppdev parport_pc lp]
autofs 13348 0 (autoclean) (unused)
via-rhine 15596 1
mii 2156 0 [via-rhine]
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14840 2 [ipt_REJECT iptable_filter]
floppy 56700 0 (autoclean)
ide-scsi 10512 0
ide-cd 33608 0
cdrom 33696 0 [ide-cd]
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5920 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
usbcore 77056 1 [hid usb-uhci]
sbp2 19328 0 (unused)
ohci1394 20012 0 (unused)
ieee1394 46956 0 [sbp2 ohci1394]
sd_mod 13552 0 (unused)
scsi_mod 107080 3 [ide-scsi sbp2 sd_mod]


Will check out the site > are the kernels that different between RedHat 8.0 & Mandrake 9.0 ? Other than creating a directory in /mnt and a desktop shortcut I didn't have to do anything with Mandrake.
The Mandy Control Center has a lot more hardware info than the RH Hardware Browser.

This logging on problem > RH sees both FW devices but can't log into the hard drive or dvd rom. Is there a configuration setting that needs to be changed?

Thank's for your help.
 
Old 11-17-2002, 05:40 PM   #7
Tuzinor
Member
 
Registered: Feb 2001
Posts: 102

Original Poster
Rep: Reputation: 15
This is my etc/modules.conf file:

alias parport_lowlevel parport_pc
alias eth0 via-rhine
alias sound-slot-0 audigy
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci
alias ieee1394-controller ohci1394
alias scsi_hostadapter sbp2
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE Guru needed AxXium Slackware 15 06-03-2005 07:04 PM
Linux printing guru needed J_Szucs Linux - Hardware 0 12-01-2004 12:56 PM
Perl guru needed J_Szucs Programming 1 10-11-2004 03:05 AM
I am puzzled. A mail guru is needed. J_Szucs Linux - Networking 4 02-19-2004 12:41 AM
guru help needed. dk Linux - Newbie 2 04-26-2001 12:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:04 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