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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-24-2002, 07:48 AM
|
#1
|
LQ Newbie
Registered: Oct 2002
Posts: 22
Rep:
|
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.
|
|
|
10-24-2002, 08:21 AM
|
#2
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
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?
|
|
|
10-24-2002, 08:42 AM
|
#3
|
LQ Newbie
Registered: Oct 2002
Posts: 22
Original Poster
Rep:
|
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?
|
|
|
10-24-2002, 08:45 AM
|
#4
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
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
|
|
|
10-24-2002, 10:07 AM
|
#5
|
LQ Newbie
Registered: Oct 2002
Posts: 22
Original Poster
Rep:
|
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.
|
|
|
10-24-2002, 10:24 AM
|
#6
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
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.
|
|
|
10-24-2002, 10:48 AM
|
#7
|
LQ Newbie
Registered: Oct 2002
Posts: 22
Original Poster
Rep:
|
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....?
|
|
|
10-25-2002, 05:26 AM
|
#8
|
LQ Newbie
Registered: Oct 2002
Posts: 22
Original Poster
Rep:
|
Hello
Hi Thymox,
Any ideas as to what's causing me such grief with firewire?
Cheers,
Jon.
|
|
|
10-25-2002, 08:03 AM
|
#9
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
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.
|
|
|
05-17-2003, 06:45 AM
|
#10
|
LQ Newbie
Registered: May 2003
Location: Italy
Distribution: Kubuntu 7.04
Posts: 14
Rep:
|
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.
|
|
|
09-17-2004, 12:38 PM
|
#11
|
Member
Registered: Oct 2003
Location: Birmingham/Eng/UK
Distribution: /Debian3.1/suse/Win7/8/10
Posts: 680
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 06:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|