Is it safe to turn off USB kickstart modules?

A forum for AmigaOne XE and MicroA1-C specific issues.
Post Reply
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Is it safe to turn off USB kickstart modules?

Post by Raziel »

Hi devs,

just for understanding...

I have an XE with a fixed USB/DMA hardware which is USB 1.1, right?
I don't have any USB2 cards, hubs or whatever.

OHCI is the old (1.0) standard?
UHCI is the new (1.1) standard?
EHCI is the enhanced (2.0) standard?

Is it possible/wise/sane to comment out EHCI(2.0) from kickstart or will this only bring grief later?

Just asking because i'm trying to find a way to use a Radeon HD card without the need to turn off USB completely
(USB and a HD card don't go well together, a plugged n card will crash the system as soon as USB is loaded in)

Thank you
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
ZeroG
Posts: 124
Joined: Sat Jun 18, 2011 11:31 am
Location: Germany

Re: Is it safe to turn off USB kickstart modules?

Post by ZeroG »

I have an XE with a fixed USB/DMA hardware which is USB 1.1, right?
yes.
OHCI is the old (1.0) standard?
UHCI is the new (1.1) standard?
EHCI is the enhanced (2.0) standard?
yes, yes and yes.
s it possible/wise/sane to comment out EHCI(2.0) from kickstart or will this only bring grief later?
It is possible to comment out ehci.usbhcd without any grief, just remember what you did if you install a USB2 card someday.
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Is it safe to turn off USB kickstart modules?

Post by Raziel »

@ZeroG

Thanks for the answer, now for something i can't quite grab logically.

1) If i comment out OHCI and EHCI what would be the outcome?
I mean UHCI should, iiu logically, have backwards compatibility (OHCI) built in? Or did i twist my brain waves? :-)

Do USB1.0 cards/media/whatever even exist still?
Why not merge the xHCI into one?

2) What happens if i plug in an USB2 hub on the mainboard outlet?
Will it still be talked to with USB1.1 (mainboard?) or will EHCI kick in (because it's seen in USBInspectior as USB2.0 iirc)?

edit: added question 2 :-)
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
ZeroG
Posts: 124
Joined: Sat Jun 18, 2011 11:31 am
Location: Germany

Re: Is it safe to turn off USB kickstart modules?

Post by ZeroG »

@Raziel
1) If i comment out OHCI and EHCI what would be the outcome?
In that case you would be unable to use USB1.0 and USB2.0 devices.
I mean UHCI should, iiu logically, have backwards compatibility (OHCI) built in?
A usb device is passed down the driver chain (EHCI->UHCI->OHCI) until a matching driver is found.
2) What happens if i plug in an USB2 hub on the mainboard outlet?
Will it still be talked to with USB1.1 (mainboard?) or will EHCI kick in (because it's seen in USBInspectior as USB2.0 iirc)?
That depends on the USB2 hub hardware, it could have USB1.1 and / or USB 1.0 backward compatibility.
However: EHCI will not kick in because: a) you removed it from kickstart and b) your A1 has no EHCI hardware.
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Is it safe to turn off USB kickstart modules?

Post by Raziel »

@ZeroG

kk, thanks a lot
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
Raziel
Posts: 1170
Joined: Sat Jun 18, 2011 4:00 pm
Location: a dying planet

Re: Is it safe to turn off USB kickstart modules?

Post by Raziel »

I cross-checked with Ranger (great utilitiy, should be part of the OS ;-) ) and it seems the OS is smart enough to only use those standards it can find hardware for.

In my case there is only UHCI listed in Exec/tasks and none else :-)

Happy :-D
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 645
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Is it safe to turn off USB kickstart modules?

Post by Hypex »

If you only have on board USB1.1 hardware there is no point removing EHCI as it won't be used.
Post Reply