Search found 303 matches
- Sun Aug 09, 2020 2:58 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: someone actually using the two ethernet ports on sam440ep ?
- Replies: 6
- Views: 7418
Re: someone actually using the two ethernet ports on sam440ep ?
So at this time the only restiction is the device driver only supports one port, and is this specifically a software limitation? If an alternate device driver was written, can both hardware ports be accessed concurrently or is it hardware limited to a single port usable? No idea about the hardware s...
- Fri Aug 07, 2020 3:44 pm
- Forum: General Developer Support
- Topic: Testers wanted - USB3 XHCI USBHCD
- Replies: 13
- Views: 2933
Re: Testers wanted - USB3 XHCI USBHCD
If anyone wants an Initial build of the driver or access to the source... private message me on these forums, or find me on IRC (various networks...freenode for example) using the same nickname. And I'll start putting together a means of sending out initial driver versions. Right now I have hardware...
- Sun Aug 02, 2020 4:14 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: someone actually using the two ethernet ports on sam440ep ?
- Replies: 6
- Views: 7418
Re: someone actually using the two ethernet ports on sam440ep ?
Just to clarify, the device driver is only software restricted to using one port right?
If someone was to write a replacement (or a team member modifies the existing driver...) the second port doesn't have any hardware restrictions stopping it from being used concurrently right?
If someone was to write a replacement (or a team member modifies the existing driver...) the second port doesn't have any hardware restrictions stopping it from being used concurrently right?
- Sun Aug 02, 2020 3:56 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Crash on task "MainUSB0" (module CrossDOS FS)
- Replies: 4
- Views: 5933
Re: Crash on task "MainUSB0" (module CrossDOS FS)
Using multiple Toshiba 8GB and 16GB USB drives myself... I run into a variation of this error in that if I don't run the "DiskChange" command against the USB#: device which is the specific drive I will remove... I have sometimes run into data corruption on the disk with pieces of a file mi...
- Mon Jul 27, 2020 3:31 pm
- Forum: General AmigaOS
- Topic: AMIstore Application questions...
- Replies: 1
- Views: 799
AMIstore Application questions...
Two issues... First up is when launching AMIstore without a "PUBSCREEN=" ToolType, I regardly use between 3-5 "screens" of visual real-estate, (Workbench, Browser, IRC at least, occasionally two more for SDK Documentation and Other media) When launching the AMIstore Application r...
- Wed Jul 08, 2020 6:21 am
- Forum: General Developer Support
- Topic: Testers wanted - USB3 XHCI USBHCD
- Replies: 13
- Views: 2933
Re: Testers wanted - USB3 XHCI USBHCD
I'm not restricting the testers group yet (I'm still sorting out hosting the code to make the driver available!) The only restrictions are ... AmigaOS 4.x with Sirion USB as that is what I'm writing for, and XHCI hardware of some kind. after that It's a matter of co-ordinating updates... I'm thinkin...
- Wed Jun 17, 2020 12:32 am
- Forum: General Developer Support
- Topic: Testers wanted - USB3 XHCI USBHCD
- Replies: 13
- Views: 2933
Re: Testers wanted - USB3 XHCI USBHCD
Added "Seventhwonder"s VIA Technologies USB3 controller ID's to CandidateList
working on "ReverseInPlace" Transfer Ring Buffer Operations for Commands and Events
working on "ReverseInPlace" Transfer Ring Buffer Operations for Commands and Events
- Mon Jun 15, 2020 7:34 am
- Forum: General Developer Support
- Topic: USB device with multiple interfaces
- Replies: 2
- Views: 478
Re: USB device with multiple interfaces
Is it letting you select single vs multi touch support by which end-point you claim?
- Mon Jun 15, 2020 7:30 am
- Forum: General Developer Support
- Topic: Testers wanted - USB3 XHCI USBHCD
- Replies: 13
- Views: 2933
Re: Testers wanted - USB3 XHCI USBHCD
Added Fresco Logic VendorID:DeviceID tuple to candidates
EDIT: AlfredOne's card values
Right now I'm working through the hardware controller setup logic.
1st attempt locked up, double-checking all the hard reads and writes.
EDIT: AlfredOne's card values
Right now I'm working through the hardware controller setup logic.
1st attempt locked up, double-checking all the hard reads and writes.
- Fri Jun 12, 2020 2:59 pm
- Forum: General Developer Support
- Topic: Testers wanted - USB3 XHCI USBHCD
- Replies: 13
- Views: 2933
Re: Testers wanted - USB3 XHCI USBHCD
Grab the card and test away... According to the website it is xHCI so yeah it should function with what I have written so far. Just don't expect full immediate functionality straight away. I'll need the VendorID and DeviceID codes (as shown in ShowConfig/Ranger) to add it into the Candidate List pro...