VOGONS


First post, by weedeewee

User metadata
Rank l33t
Rank
l33t

This has been stuck in my collection for a long time and since there is no mention of it anywhere on this forum... might as well make a post about it.
though It will be severely lacking in information.

If anyone has the drivers ... ?

Attachments

  • DSC_0319.jpg
    Filename
    DSC_0319.jpg
    File size
    1.2 MiB
    Views
    523 views
    File license
    Public domain
  • DSC_0318.jpg
    Filename
    DSC_0318.jpg
    File size
    823.01 KiB
    Views
    523 views
    File license
    Public domain
  • DSC_0315.jpg
    Filename
    DSC_0315.jpg
    File size
    733.32 KiB
    Views
    523 views
    File license
    Public domain
  • DSC_0314.jpg
    Filename
    DSC_0314.jpg
    File size
    491.04 KiB
    Views
    523 views
    File license
    Public domain
  • DSC_0312.jpg
    Filename
    DSC_0312.jpg
    File size
    614.62 KiB
    Views
    523 views
    File license
    Public domain

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 1 of 5, by mdog69

User metadata
Rank Newbie
Rank
Newbie

Edit: Is there another device on the other side of the PCB. e.g. a 53C80?

If I had one of these devices, I would have done the following:
Plugged in a SCSI CDROM+terminator, (or a SCSI HDD if no cd drive available)
Plugged the kit into a PC running Linux (my flavour: Slackware).
For each Parallel Port SCSI module, do the following:
- insmod to insert the module
- check dmesg to see if the adapter+drive is recognised
- rmmod if it isn't and move to the next module.

This would give me a generic name to Google for a DOS driver and/or ask the folks here a question like this example: "Does anyone have the equivalent of the Shuttle EPAT parallel port SCSI drivers for DOS?".

It's complicated, but when Google fails, you'll need to experiment.

Reply 2 of 5, by weedeewee

User metadata
Rank l33t
Rank
l33t
mdog69 wrote on 2021-02-02, 23:45:
Edit: Is there another device on the other side of the PCB. e.g. a 53C80? […]
Show full quote

Edit: Is there another device on the other side of the PCB. e.g. a 53C80?

If I had one of these devices, I would have done the following:
Plugged in a SCSI CDROM+terminator, (or a SCSI HDD if no cd drive available)
Plugged the kit into a PC running Linux (my flavour: Slackware).
For each Parallel Port SCSI module, do the following:
- insmod to insert the module
- check dmesg to see if the adapter+drive is recognised
- rmmod if it isn't and move to the next module.

This would give me a generic name to Google for a DOS driver and/or ask the folks here a question like this example: "Does anyone have the equivalent of the Shuttle EPAT parallel port SCSI drivers for DOS?".

It's complicated, but when Google fails, you'll need to experiment.

I opened it back up, took the boards apart and took another picture. Yes, there is an 53C80E present.
Totally forgot about the linux drivers though, will have to try that out. FYI, my favourite is also slackware
Looking into the linux docs now to find a possibly appropriate driver... though the first glance isn't very inspiring, I'll have to search the historical records.

Attachments

  • DSC_0320.jpg
    Filename
    DSC_0320.jpg
    File size
    1.17 MiB
    Views
    486 views
    File license
    Public domain
  • DSC_0463.JPG
    Filename
    DSC_0463.JPG
    File size
    1.2 MiB
    Views
    486 views
    File license
    Public domain

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 3 of 5, by mdog69

User metadata
Rank Newbie
Rank
Newbie

As far as the Linux drivers are concerned, it's simply a question of trying the most likely candidates first. Loading the wrong driver should "fail safely".

I'd use this approach, as it's likely to yield quicker results than googling for the CPI-FDX/en92300 device, and wading through websites regarding parallel port SCSI on Neolithic kernels.

Use the kernel make menuconfig to identify modules, and dig through the kernel source for more detailed info on supported devices.

Reply 4 of 5, by weedeewee

User metadata
Rank l33t
Rank
l33t

after some looking around, stumbling on some fake driver sites and remembering usenet... https://groups.google.com/g/comp.periphs.scsi … /m/bgbk-wYPap0J
which lead me to http://www.spudster.org/Always
and the archive site https://web.archive.org/web/20060702112426/ht … ter.org/Always/

the drivers should be located on the AL-1000E utility diskettes

... now to extract/write and test them.

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 5 of 5, by weedeewee

User metadata
Rank l33t
Rank
l33t
mdog69 wrote on 2021-02-03, 13:34:

As far as the Linux drivers are concerned, it's simply a question of trying the most likely candidates first. Loading the wrong driver should "fail safely".
I'd use this approach, as it's likely to yield quicker results than googling for the CPI-FDX/en92300 device, and wading through websites regarding parallel port SCSI on Neolithic kernels.
Use the kernel make menuconfig to identify modules, and dig through the kernel source for more detailed info on supported devices.

I've done the make menuconfig way too many times, and the "fail safely" yeah.... maybe.
Anyway, I think i've found the link to the drivers using the old usenet archives on google groups.

now to test.

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port