mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #18] Looking for Generic Modem Drivers #17
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jzanecook on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/18
Context
I've been pimping up my old 1998 Toshiba Satellite laptop for fun. I've gotten an SD card to 2.5" IDE adapter and I'm using libvirt to setup and install everything onto a VM then save that to the SD card for the machine to boot. This has worked magnificently, especially with this quickinstall which is great. Huge props.
One of the things I've wanted to do through this was follow this guide for setting up a Raspberry Pi as a modem, which I've gotten up and running to the point that I can use hyperterm to communicate (end of section 4). My issue is on one of the next steps, for "connecting windows 9x to the internet".
Problem
The guide recommends adding a generic modem driver just called "Standard 28800 bps Modem", but with this installation I only see "Accton Technology Corporation" and "IBM" in the Manufacturer list rather than the "(Standard Modem Types)" listing shown in the below referenced screenshot.
I've scoured through the drivers trying to find what could be this one, but my understanding is limited on where to find these things. I'm sure it would be different if it were a regular device. Any idea where I could find and add this generic driver?
Thanks for the help and for the good work on this repo.
@oerg866 commented on GitHub (Nov 19, 2024):
Hello,
Actually this is funny because I kind of removed the modem driver entries
to make space in the internal driver management files from Windows for the
additional slipstreamed drivers...
I'm currently on vacation but I can look at this topic when I get the
chance :)
On Tue, Nov 19, 2024, 09:32 J. Zane Cook @.***> wrote:
@jzanecook commented on GitHub (Nov 19, 2024):
lol well that'll do it. I figured they were removed for some reason like that
Sounds good, though. Enjoy your vacation! :D
@jzanecook commented on GitHub (Dec 1, 2024):
@oerg866,
I also just went on vacation :D
A week on a cruise to Mexico/Honduras for thanksgiving. Was a good time.
How are you doing?
@oerg866 commented on GitHub (Dec 5, 2024):
Not well. I got the flu while traveling and now i'm in bed for a few days :( Don't worry, I haven't forgotten about this :)
@jzanecook commented on GitHub (Dec 5, 2024):
That blows. Get well soon!
@jzanecook commented on GitHub (Dec 6, 2024):
Found it!
mdmgen.inf was located in the Net*.cab packages
Took a bit of digging (and a few tries writing my own based on some null modem drivers I'd seen before) but nothing worked until I finally got the generic ones.
I now can not only login to my raspberry pi from hyperterm, but I can also now surf the world wide web. 👍
@oerg866 commented on GitHub (Dec 12, 2024):
Yes that was along my line of thinking, I will modify the preparation
script to include the generic modem driver INF file but still get rid of
all the others, that way basic modem functionality remains in the built
packages
On Fri, 6 Dec 2024 at 20:47, J. Zane Cook @.***> wrote: