LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-24-2002, 07:48 AM   #1
skoorbj
LQ Newbie
 
Registered: Oct 2002
Posts: 22

Rep: Reputation: 15
IEEE1394 (firewire) and kudzu


Hi,

I installed RH8 on a SONY laptop and wondered whether the
firewire port could be the source of all my problems.......

Basically the system boots to the point where it says
detecting loopback interface then hangs - disabling kudzu
fixes the problem (so no hardware autodetect).

Downgrading to RH7.3 also fixed the problem. Obviously I'd
rather not cripple the system by disabling kudzu (this will
affect auto-detection of CDs/floppies??).

When the system was hanging I noticed error messages after
hardware detection began which I think related to the firewire
port.

Also it seems that these problems seem to affect a large number
of SONY laptops (which all have firewire). Given that there is no
way to disable firewire in the BIOS, is there something I can
change in kudzu or the kernel configuration to test my theory???


Thanks,

Jon.
 
Old 10-24-2002, 08:21 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Why do you think that disabling kudzu would cripple your system? As far as I was aware, kudzu was only used to check for hardware changes (such as hardware being installed or removed) and configure them for you. Why would stopping kudzu affect CD/floppy autodetection?
 
Old 10-24-2002, 08:42 AM   #3
skoorbj
LQ Newbie
 
Registered: Oct 2002
Posts: 22

Original Poster
Rep: Reputation: 15
Red face you're right!

I didn't think it would cripple the whole system just automounting
of CDs/floppies - as it is it doesn't make any difference, CDs are mounted as per normal.

So disabling kudzu doesn't seem to have a drastic effect after all. However, I would still like to know what it's doing that's hanging
the whole system at boot time.

Any ideas?
 
Old 10-24-2002, 08:45 AM   #4
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
I'm not sure why it would hang. There seem to be a few problems with RH8, whether this is yet another, I do not know. Do you know if your firewire is up and running? Can you do this and post the output?
As root, type lsmod
 
Old 10-24-2002, 10:07 AM   #5
skoorbj
LQ Newbie
 
Registered: Oct 2002
Posts: 22

Original Poster
Rep: Reputation: 15
here's the output from lsmod

as root ran lsmod:-

[root@dhcp5 tmp]# more SONY.lsmod
Module Size Used by Not tainted
sr_mod 18168 0 (autoclean)
i810_audio 25224 0 (autoclean)
ac97_codec 13416 0 (autoclean) [i810_audio]
soundcore 6532 2 (autoclean) [i810_audio]
radeon 93976 1
agpgart 43136 3
autofs 13348 0 (autoclean) (unused)
ds 8712 2
yenta_socket 12960 2
pcmcia_core 54784 0 [ds yenta_socket]
eepro100 22264 1
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14936 2 [ipt_REJECT iptable_filter]
ide-scsi 10512 0
scsi_mod 107240 2 [sr_mod ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [sr_mod ide-cd]
nls_iso8859-1 3516 1 (autoclean)
nls_cp437 5148 1 (autoclean)
vfat 13084 1 (autoclean)
fat 38712 0 (autoclean) [vfat]
mousedev 5524 1
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5920 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
usbcore 77024 1 [hid usb-uhci]
ext3 70368 4
jbd 52212 4 [ext3]

Any use?

Cheers,

Jon.
 
Old 10-24-2002, 10:24 AM   #6
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Yep, that helps. You don't appear to have firewire modules (read: drivers) running. Again, as root, type in modprobe ohci1394 and then do another lsmod and post here. Cheers.
 
Old 10-24-2002, 10:48 AM   #7
skoorbj
LQ Newbie
 
Registered: Oct 2002
Posts: 22

Original Poster
Rep: Reputation: 15
Unhappy no joy

As suggested:

root@dhcp5 root]# modprobe ohci1394
Segmentation fault

I remember seeing messages about ohci before I disabled kudzu and
hardware autodetection was running - then of course it crashed....

Cheers,

Jon.

p.s. is there a way to stop the kernel trying to load this module (or detect the
hardware) such that I could run kudzu and use things like
USB mice etc....?
 
Old 10-25-2002, 05:26 AM   #8
skoorbj
LQ Newbie
 
Registered: Oct 2002
Posts: 22

Original Poster
Rep: Reputation: 15
Question Hello

Hi Thymox,

Any ideas as to what's causing me such grief with firewire?

Cheers,

Jon.
 
Old 10-25-2002, 08:03 AM   #9
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Sorry, I'm not sure why you'd be getting a seg fault from that. You could try modprobing some other firewire 'drivers', such as ieee1394 and such, you should find a few in /lib/modules/kernel-version/kernel/drivers/ieee1394. I don't think that disabling kudzu would prevent you from being able to use USB mice and such.
 
Old 05-17-2003, 06:45 AM   #10
ezrael
LQ Newbie
 
Registered: May 2003
Location: Italy
Distribution: Kubuntu 7.04
Posts: 14

Rep: Reputation: 0
Unhappy Same problem...

Hi everybody: I'm experiencing the same problem with a Presario 2531 notebook. In fact Red Hat 9 hangs just when installing, while loading the ohci 1394 driver. I avoided it with the parameter "linux nofirewire"then it installed succesfully but when kudzu started for the first time it found my firewire port and then freezed again... what's wrong with firewire in red hat?????
I then deleted the line referring to the firewire in modules.conf, stopped kudzu and this fixed the problem.

My question: is it safe to delete the line in modules.conf which refers to the firewire? is it wrong?

thanx

ezrael

Last edited by ezrael; 05-17-2003 at 06:47 AM.
 
Old 09-17-2004, 12:38 PM   #11
master
Member
 
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680

Rep: Reputation: 30
hello i have a problem allso im not sure if my firewire is being detected here is the out put of lsmod
inux:/home/master # lsmod
odule Size Used by
ohci1394 30852 0
ieee1394 100152 1 ohci1394
edd 9368 0
joydev 10304 0
sg 35616 0
st 39196 0
sd_mod 20224 0
sr_mod 16292 0
scsi_mod 108876 4 sg,st,sd_mod,sr_mod
ide_cd 36740 0
cdrom 36892 2 sr_mod,ide_cd
nvram 8456 0
usbserial 29040 0
parport_pc 35520 1
lp 11044 0
parport 37832 2 parport_pc,lp
snd_seq_oss 31232 0
snd_seq_midi_event 7680 1 snd_seq_oss
snd_seq 54928 5 snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 57512 0
snd_mixer_oss 18944 1 snd_pcm_oss
speedstep_lib 3712 0
freq_table 4612 0
thermal 12680 0
processor 16680 1 thermal
snd_intel8x0 33708 4
snd_ac97_codec 62468 1 snd_intel8x0
snd_pcm 97032 2 snd_pcm_oss,snd_intel8x0
fan 4228 0
button 6416 0
battery 8836 0
ac 4996 0
snd_timer 25860 2 snd_seq,snd_pcm
snd_page_alloc 11528 2 snd_intel8x0,snd_pcm
gameport 4736 1 snd_intel8x0
snd_mpu401_uart 8064 1 snd_intel8x0
snd_rawmidi 25508 1 snd_mpu401_uart
snd_seq_device 8456 3 snd_seq_oss,snd_seq,snd_rawmidi
snd 61444 21 snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_
oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,
snd_rawmidi,snd_seq_device
soundcore 9056 1 snd
ehci_hcd 27908 0
ohci_hcd 19332 0
sis_agp 7424 0
agpgart 30888 1 sis_agp
evdev 9856 0
af_packet 20872 2
ipt_TCPMSS 4480 1
ipt_TOS 2688 9
ipt_state 2176 73
ipt_LOG 5760 66
ds 17412 0
yenta_socket 15872 0
pcmcia_core 61764 2 ds,yenta_socket
bcm4400 37836 0
usbcore 103644 5 usbserial,ehci_hcd,ohci_hcd
ip6t_LOG 5632 2
ip6t_REJECT 7296 3
ip6table_mangle 2816 0
ipt_REJECT 6656 3
iptable_mangle 3072 1
iptable_filter 2944 1
ip_nat_ftp 4848 0
iptable_nat 22060 1 ip_nat_ftp
ip_conntrack_ftp 72112 1 ip_nat_ftp
ip_conntrack 31280 4 ipt_state,ip_nat_ftp,iptable_nat,ip_conntrack_ft p
ip_tables 17280 8 ipt_TCPMSS,ipt_TOS,ipt_state,ipt_LOG,ipt_REJECT, iptable_mangle,iptable_filter,iptable_nat
ip6table_filter 2816 1
ip6_tables 18576 4 ip6t_LOG,ip6t_REJECT,ip6table_mangle,ip6table_fi lter
ipv6 237440 14 ip6t_REJECT
binfmt_misc 10120 1
subfs 7424 2
dm_mod 50300 0
reiserfs 241488 1
linux:/home/master #
if some one could tell me if my firewire is being detected much appreciated
 
  


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
ieee1394 firewire disks niranjan_mr Linux - Hardware 0 05-05-2005 11:56 AM
What name is the firewire/ieee1394 device? Dullin Slackware 3 05-18-2004 04:16 PM
Firewire (ieee1394) and Mandrake 9.1 davecs Linux - Hardware 4 07-23-2003 04:12 PM
Linux & Firewire IEEE1394 ss109 Linux - General 8 01-11-2003 07:00 PM
How to use this FireWire iEEE1394 with RedHat 8.0 thot Linux - Newbie 2 12-16-2002 12:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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