LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   What name is the firewire/ieee1394 device? (https://www.linuxquestions.org/questions/slackware-14/what-name-is-the-firewire-ieee1394-device-182963/)

Dullin 05-18-2004 02:20 PM

What name is the firewire/ieee1394 device?
 
I have Slack 9.1 upgraded to current with swaret and Dropline Gnome 2.6 (2.4.22 kernel).

I have a ieee1394 / firewire DVD-RAM/DVD+-R burner and I can't seem to find where the device is. When I try to add anything I could think up in k3b it just says that no devices were found.

lsmod seems to list everything that's needed and the system logs shows that when I disconnect teh device and reconnect it everything seems to be doing fine.


The only thing I really don't know here is if I need to do somethnig more so it can work and where is the darn thing.

Here's the lsmod
Code:

Module                  Size  Used by    Not tainted
raw1394                17460  0  (unused)
ppp_synctty            6016  0  (unused)
ppp_async              7552  1
ppp_generic            15452  3  [ppp_synctty ppp_async]
slhc                    5040  0  [ppp_generic]
snd-pcm-oss            37860  0
snd-mixer-oss          12536  2  [snd-pcm-oss]
keybdev                1952  0  (unused)
mousedev                4244  1
hid                    21156  0  (unused)
usbmouse                2008  0  (unused)
input                  3200  0  [keybdev mousedev hid usbmouse]
snd-emu10k1            63012  4
snd-pcm                55880  0  [snd-pcm-oss snd-emu10k1]
sbp2                  17100  0
snd-timer              13572  0  [snd-pcm]
snd-hwdep              4836  0  [snd-emu10k1]
snd-page-alloc          6324  0  [snd-emu10k1 snd-pcm]
snd-util-mem            1136  0  [snd-emu10k1]
snd-ac97-codec        44476  0  [snd-emu10k1]
snd-rawmidi            12736  0  [snd-emu10k1]
snd-seq-device          3872  0  [snd-emu10k1 snd-rawmidi]
snd                    30340  2  [snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-hwdep snd-util-mem snd-ac97-codec snd-rawmidi snd-seq-device]
soundcore              3332  14  [snd]
emu10k1-gp              1352  0  (unused)
gameport                1452  0  [emu10k1-gp]
ohci1394              24200  0  (unused)
ieee1394              42436  0  [raw1394 sbp2 ohci1394]
via-rhine              13552  1
mii                    2304  0  [via-rhine]
crc32                  2880  0  [via-rhine]
uhci                  24496  0  (unused)
usbcore                58400  1  [hid usbmouse uhci]
pcmcia_core            40032  0
ide-scsi                9424  0
agpgart                39576  0  (unused)


nukkel 05-18-2004 03:16 PM

Depending on your distro it should be something alond the lines of /dev/srx or /dev/scdx where x can be 0 or higher depending on whether you have other cd drives in your system. Try 'cat /proc/scsi/scsi' to see if the scsi subsystem found the drive...

Cheers
nukkel

Dullin 05-18-2004 03:54 PM

mhh ... cat give me "Attached devices: none"

I guess that would be a problem ...


I'll try manually with sr and scd and see if that could work.

EDIT : Well, both didn't work...

nukkel 05-18-2004 04:16 PM

Oops... then the system doesn't recognise the IEEE1394 as being a DVD drive... That's strange because sbp2 is the HD/DVD driver for FireWire -- and it is loaded in your system...
To be honest I don't know that much about FireWire on Linux... Maybe better to wait for some other reactions...

Anyway, the drive has to show up in /proc/scsi/scsi before we can even begin to use the /dev/scd... devices and the DVD burning software :(


All times are GMT -5. The time now is 11:04 AM.