LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Firewire DVD on Redhat Enterprise 3 Can't Find 1394 Modules to load (https://www.linuxquestions.org/questions/linux-hardware-18/firewire-dvd-on-redhat-enterprise-3-cant-find-1394-modules-to-load-282945/)

rhunley 01-27-2005 12:49 PM

Firewire DVD on Redhat Enterprise 3 Can't Find 1394 Modules to load
 
I have just installed RedHat Enterprise 3 (2.4.21-27.0.2.EL).

I am trying to get my external Firewire DVD+-RW to be accessible. I have read MANY posts and seem to be stuck on the loading of the OHCI1394 and IEEE1394 modules. They do not seem to exist on my system and I can't find an rpm for them. Here are snipets showing what I think you will need to help me:

Code:

#which testlibraw
/usr/bin/testlibraw

Code:

#/sbin/lspci | grep FireWire
02:0b.0 FireWire (IEEE 1394): Texas Instruments TSB12LV26 IEEE-1394 Controller (Link)

Code:

#ls -l /dev/video1394
total 0
crw-rw-rw-    1 root    root    171,  16 Jun 24  2004 0
crw-rw-rw-    1 root    root    171,  17 Jun 24  2004 1
crw-rw-rw-    1 root    root    171,  18 Jun 24  2004 2
crw-rw-rw-    1 root    root    171,  19 Jun 24  2004 3

Code:

#ls -l /dev/raw1394
crw-rw-rw-    1 root    root    171,  0 Jun 24  2004 /dev/raw1394

When I look in the Hardware Browser, under Firewire, I see:
TSB12LV26 IEEE-1394 Controller (Link)
The Device Information shows:
Manufacturer Texas Instruments, and Driver: ohci1394

I have put a DVD in the drive and I do not see it anywhere. I plug/unplug, power off/on, etc. I look in the Disk Management tool and it does not show.

When I try to manually load the modules they cannot be found:
Code:

#/sbin/modprobe ieee1394
modprobe: Can't locate module ieee1394
# /sbin/modprobe raw1394
modprobe: Can't locate module raw1394
# /sbin/modprobe ohci1394
modprobe: Can't locate module ohci1394
#/sbin/modprobe video1394
modprobe: Can't locate module video1394

Here is my list of loaded modules (no 1394s):
Code:

# /sbin/lsmod
Module                  Size  Used by    Not tainted
i810_audio            28824  0 (autoclean)
ac97_codec            16840  0 (autoclean) [i810_audio]
soundcore              6436  2 (autoclean) [i810_audio]
usbserial              23580  0 (autoclean) (unused)
parport_pc            18756  1 (autoclean)
lp                      8964  0 (autoclean)
parport                36832  1 (autoclean) [parport_pc lp]
autofs4                15928  0 (autoclean) (unused)
audit                  89848  3
e100                  57008  1
ipt_REJECT              4600  1 (autoclean)
ipt_state              1080  6 (autoclean)
ip_conntrack          27144  1 (autoclean) [ipt_state]
iptable_filter          2412  1 (autoclean)
ip_tables              15776  3 [ipt_REJECT ipt_state iptable_filter]
floppy                56656  0 (autoclean)
sg                    36204  0 (autoclean)
sr_mod                17784  0 (autoclean)
microcode              5688  0 (autoclean)
ide-scsi              12336  0
scsi_mod              106408  3 [sg sr_mod ide-scsi]
ide-cd                33920  0
cdrom                  32416  0 [sr_mod ide-cd]
keybdev                2944  0 (unused)
mousedev                5524  1
hid                    22116  0 (unused)
input                  5888  0 [keybdev mousedev hid]
usb-uhci              25740  0 (unused)
usbcore                77376  1 [usbserial hid usb-uhci]
ext3                  85736  2
jbd                    50604  2 [ext3]

Thanks in advance for any help you can provide.


All times are GMT -5. The time now is 01:50 AM.