Jump to content

Updating Kernel?


Recommended Posts

Jeez, some of us obviously don't keep up with the times.

 

Firewire has been working solidly in Linux for ages. All 2.6 kernels support it _really_ well. All you need to do in compile the kernel module in. This is the problem with distros like Mandriva that ship with precompiled kernels - they presume too much.

 

My advice: find out how the Linux kernel works and compile yourself a vanilla kernel. It's not difficult at all.

 

! Ignore the misguided statements in this thread - Firewire is fully supported in Linux !

Link to comment
Share on other sites

Yeah, I made that dir awhile ago

 

/dev/sdxx does not work

 

[root@localhost admin]# mount -t vfat /dev/sda /mnt/ipod
mount: special device /dev/sda does not exist
[root@localhost admin]# mount -t vfat /dev/sda1 /mnt/ipod
mount: special device /dev/sda1 does not exist
[root@localhost admin]# mount -t vfat /dev/sda2 /mnt/ipod
mount: /dev/sda2 is not a block device

 

I think something is up with my firewire card. even though my ipod is getting power through it. when i type "tail -f /var/log/messages" and plug-in my ipod. nothing shows up

 

also, this is my dmesg

ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a270002bcd1ed]
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node resumed: ID:BUS[0-01:1023]  GUID[000a270002bcd1ed]
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a270002bcd1ed]
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a270002bcd1ed]
ieee1394: Node changed: 0-00:1023 -> 0-01:1023

 

and this is my lsmod

ieee1394              292056  2 eth1394,ohci1394
ohci1394               30788  0

Edited by Codename.Dalit
Link to comment
Share on other sites

http://pag.csail.mit.edu/~adonovan/hacks/ipod.html

 

Make sure sbp2 get's loaded. (chesk lsmod. If not open a console login as root and type: modprobe sbp2)

 

You should get to see something in dmesg (check the link)

 

Also check /dev/ (with a filemanager like konqueror) and have a look at what sdxx devices there are (you can only mount partitions so mount /dev/sda won't work).

 

And try mount /dev/sdetcetc (without the vfat. Perhaps you have an old ipod)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...