Linux - HardwareThis 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.
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.
I've got an ieee1394 hard drive(an ipod, in fact), that I'm trying to access on my Debian machine. I did this all the time on my old Redhat box; I plug in the drive, modprobe sbp2 as root, then run the appropriate mount command. When I attempt this on my new machine, though, I get this:
gilliam:~# modprobe sbp2
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: sbp2: Node[00:1023]: Max speed [S400] - Max payload [2048]
Looks good so far, no errors, the sbp2 driver logs into the drive...but nothing mountable shows up in /proc/partitions. I can't even do an fdisk -l on the device, because the kernel doesn't see it as a disk. Any insights on what I'm overlooking?
No solution for you - but exactly the same problem with an external Maxtor 200GB with a IEEE1394 - ATA adapter and Debian testing / unstable with the 2.4.21 kernel.
I have a different distro, then you do, but maybe this will help. I needed to install the libraw1394 package. (FYI - G-Streamer uses this library), that may be a place to look.
Anyway, here are relevent lines from my lsmod listing the modules loaded:
One final note. On my computer, I sometimes have to power cycle my 1394 HD in order for it to be detected. This is true if I am in Linux or Windows XP.
I don't think Debian compiles in the kernel option for displaying individual partitions statistics in /proc/partitions, in "menuconfig" its under "Block Devices", bottom option...
Check to see if there's a SCSI device partition scan in "dmesg", something like:
Code:
i91u: Reset SCSI Bus ...
scsi0 : Initio INI-9X00U/UW SCSI device driver; Revision: 1.03g
Vendor: Model: CD-R/RW RW7060S Rev: 1.30
Type: CD-ROM ANSI SCSI revision: 02
Vendor: IBM Model: DDRS-39130D Rev: DC2A
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi disk sda at scsi0, channel 0, id 8, lun 0
SCSI device sda: 17850000 512-byte hdwr sectors (9139 MB)
sda: sda1 sda2
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
The most important part of course being the next to last line where it does the partition report.
I have to admit to having given up on this problem for a little while, but now that I've gotten back around to it, I tried BeNe's advice and it worked like a charm. Of course I had to change the host arg from zero to one to reflect my setup; ide-scsi is using scsi0.
It's a relief to be able to use external hard drives again, but I'm nonetheless curious as to why this didn't work automatically.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.