* [FEATURE REQUEST] firewire IEEE 1394 (ohci) module
@ 2011-11-13 23:55 Robert
2011-11-14 0:21 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 6+ messages in thread
From: Robert @ 2011-11-13 23:55 UTC (permalink / raw)
To: grub-devel
I'd like to boot from Grub into Firewire IEEE 1394 (ohci) ;-)
Robert
PS: USB UHCI modules do already exist, but they seem to not work
properly (v1.98)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module
2011-11-13 23:55 [FEATURE REQUEST] firewire IEEE 1394 (ohci) module Robert
@ 2011-11-14 0:21 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-14 12:03 ` Robert
0 siblings, 1 reply; 6+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-14 0:21 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]
On 14.11.2011 00:55, Robert wrote:
> I'd like to boot from Grub into Firewire IEEE 1394 (ohci) ;-)
>
That's one thing we don't risk having soon. Few people even have such
hardware (my laptop has no firewire connector at all). Some of my test
machines have it but I have no firewire HDD. Even fewer of these people
have required skills (it requires someone who had a similar experience
like Aleš or me). And even less have motivation. Additionally since most
of external HDDs supporting firewire also support USB, it seems pretty
pointless. So it will probably never happen.
Of course, you can back up your feature request with work (a patch, make
sure you don't include any license-incompatible code, consult before
including any third-party code) or money (by sponsoring hardware and
putting a bounty).
> Robert
>
>
> PS: USB UHCI modules do already exist, but they seem to not work
> properly (v1.98)
That's old. USB has evolved a lot since then.
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module
2011-11-14 0:21 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2011-11-14 12:03 ` Robert
2011-11-14 12:13 ` Robert
2011-11-14 12:16 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 2 replies; 6+ messages in thread
From: Robert @ 2011-11-14 12:03 UTC (permalink / raw)
To: grub-devel
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 14.11.2011 00:55, Robert wrote:
>> I'd like to boot from Grub into Firewire IEEE 1394 (ohci) ;-)
>>
> That's one thing we don't risk having soon. Few people even have such
> hardware (my laptop has no firewire connector at all). Some of my test
> machines have it but I have no firewire HDD. Even fewer of these people
> have required skills (it requires someone who had a similar experience
> like Aleš or me). And even less have motivation. Additionally since most
> of external HDDs supporting firewire also support USB, it seems pretty
> pointless.
the FiWi HD here has USB here too. Yet via USB the usable HD speed
is 2x .. 4x slower on large file transfer, and it seems even
slower on many small files.
A HD on Firewire here is quite as fast as an internal one - seen
on two laptops. So via Firewire its feels really usable, while on
USB its half way to Knoppix ..
(as far as Linux is concerned, currently I help me using FiWi by
loading the Linux kernel&initrd from another device, which needs
special updates etc.)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module
2011-11-14 12:03 ` Robert
@ 2011-11-14 12:13 ` Robert
2011-11-14 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-14 12:16 ` Vladimir 'φ-coder/phcoder' Serbinenko
1 sibling, 1 reply; 6+ messages in thread
From: Robert @ 2011-11-14 12:13 UTC (permalink / raw)
To: grub-devel
Robert wrote:
>
> (as far as Linux is concerned, currently I help me using FiWi by
> loading the Linux kernel&initrd from another device, which needs
> special updates etc.)
>
Note: I remember the first installation of Grub into the internal
HD MBR while installing Debian 6 on Firewire: Where was no
warning, but on reboot the Laptop was dead on the rescue prompt of
Grub (which could do only 'ls' and nothing else). "error: device
not found" or so. and even the original Windows on intern could
not be started.
Maybe there can be added a check&warning at install time if Grub
cannot load its own modules (which obviously remained on the
Firewire parititition.)
Robert
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module
2011-11-14 12:03 ` Robert
2011-11-14 12:13 ` Robert
@ 2011-11-14 12:16 ` Vladimir 'φ-coder/phcoder' Serbinenko
1 sibling, 0 replies; 6+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-14 12:16 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]
On 14.11.2011 13:03, Robert wrote:
> Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>> On 14.11.2011 00:55, Robert wrote:
>>> I'd like to boot from Grub into Firewire IEEE 1394 (ohci) ;-)
>>>
>> That's one thing we don't risk having soon. Few people even have such
>> hardware (my laptop has no firewire connector at all). Some of my test
>> machines have it but I have no firewire HDD. Even fewer of these people
>> have required skills (it requires someone who had a similar experience
>> like Aleš or me). And even less have motivation. Additionally since most
>> of external HDDs supporting firewire also support USB, it seems pretty
>> pointless.
>
> the FiWi HD here has USB here too. Yet via USB the usable HD speed is
> 2x .. 4x slower on large file transfer, and it seems even slower on
> many small files.
> A HD on Firewire here is quite as fast as an internal one - seen on
> two laptops. So via Firewire its feels really usable, while on USB its
> half way to Knoppix ..
>
If it's a permanent setup you're better off with putting HDD internally.
For Live system compatibility is often more important. So still a very
corner case where few people would be motivated.
> (as far as Linux is concerned, currently I help me using FiWi by
> loading the Linux kernel&initrd from another device, which needs
> special updates etc.)
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module
2011-11-14 12:13 ` Robert
@ 2011-11-14 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 0 replies; 6+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2011-11-14 12:20 UTC (permalink / raw)
To: grub-devel
[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]
On 14.11.2011 13:13, Robert wrote:
> Robert wrote:
>>
>> (as far as Linux is concerned, currently I help me using FiWi by
>> loading the Linux kernel&initrd from another device, which needs
>> special updates etc.)
>>
>
> Note: I remember the first installation of Grub into the internal HD
> MBR while installing Debian 6 on Firewire: Where was no warning, but
> on reboot the Laptop was dead on the rescue prompt of Grub (which
> could do only 'ls' and nothing else). "error: device not found" or so.
> and even the original Windows on intern could not be started.
>
> Maybe there can be added a check&warning at install time if Grub
> cannot load its own modules (which obviously remained on the Firewire
> parititition.)
>
It's not easy to check whether BIOS has firewire support.
> Robert
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-11-14 12:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-13 23:55 [FEATURE REQUEST] firewire IEEE 1394 (ohci) module Robert
2011-11-14 0:21 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-14 12:03 ` Robert
2011-11-14 12:13 ` Robert
2011-11-14 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
2011-11-14 12:16 ` Vladimir 'φ-coder/phcoder' Serbinenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).