Will post some more results on here that confuse the daylights out of me. Of course still unsuccessful to connect and seems no one wants to help. So I guess I am just posting this for the hell of it!
================================================== ================
------------------ Windows(r) driver converter -------------------
================================================== ================
Kernel module generation
The script will now try to generate the kernel driver module.
This is the last step. Once this module is generated, you should
be able to load it just like any other FreeBSD driver module.
Press enter to compile the stub module and generate the driver
module now:
Generating Makefile... done.
Building kernel module... done.
Cleaning up... done.
The file rt2870_sys.ko has been successfully generated.
You can kldload this module to get started.
Press return to exit.
[Bob@pcbsd-4726] /home/Bob# kldload ndis/home/Bob/rt2870_sys.ko
kldload: can't load ndis/home/Bob/rt2870_sys.ko: File exists
[Bob@pcbsd-4726] /home/Bob# kldload/home/Bob/rt2870_sys.ko
kldload/home/Bob/rt2870_sys.ko: Command not found.
[Bob@pcbsd-4726] /home/Bob# kldload ndis/home/Bob/rt2870_sys.ko
kldload: can't load ndis/home/Bob/rt2870_sys.ko: No such file or directory
[Bob@pcbsd-4726] /home/Bob# kldload ndis rt2870_sys.ko
kldload: rt2870_sys.ko is not in the module path
[Bob@pcbsd-4726] ~> su
Password:
[Bob@pcbsd-4726] /home/Bob# kldload /home/Bob/Documents/rt2870_sys.ko
kldload: can't load /home/Bob/Documents/rt2870_sys.ko: File exists
[Bob@pcbsd-4726] /home/Bob# kldload module /home/Bob/Documents/rt2870_sys.ko
kldload: can't load module: No such file or directory
kldload: can't load /home/Bob/Documents/rt2870_sys.ko: File exists
[Bob@pcbsd-4726] /home/Bob# kldload ndis /home/Bob/Documents/rt2870_sys.ko
kldload: can't load ndis: File exists
kldload: can't load /home/Bob/Documents/rt2870_sys.ko: File exists
┌──────── Network interface information required ─────────┐
│ Please select the ethernet or PLIP device to configure. │
│ │
│ │
│ ┌─────────────── ──────────────── ──────────────── ────┐ │
│ │ usbus0 <unknown network interface type> │ │
│ │ usbus1 <unknown network interface type> │ │
│ │ usbus2 <unknown network interface type> │ │
│ │ usbus3 <unknown network interface type> │ │
│ │ usbus4 <unknown network interface type> │ │
│ │ usbus5 <unknown network interface type> │ │
│ │ usbus6 <unknown network interface type> │ │
│ │ plip0 Parallel Port IP (PLIP) peer connection │ │
│ └─────────────── ──────────────── ──────────────── ────┘ │
├─────────────── ──────────────── ──────────────── ────────┤
│ [ OK ] Cancel
[Bob@pcbsd-4726] ~> ifconfig
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x9
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
[Bob@pcbsd-4726] ~> usbconfig
ugen0.1: <OHCI root HUB ATI> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen1.1: <OHCI root HUB ATI> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen2.1: <EHCI root HUB ATI> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
ugen3.1: <OHCI root HUB ATI> at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen4.1: <OHCI root HUB ATI> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen5.1: <EHCI root HUB ATI> at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
ugen6.1: <OHCI root HUB ATI> at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=SAVE
ugen5.2: <product 0x0169 vendor 0x1307> at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
ugen0.2: <3400 Series Lexmark> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen0.3: <USB Receiver Logitech> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen1.2: <USB Receiver Logitech> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen5.3: <AM10 Cisco Systems, Inc.> at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen2.2: <HS USB FlashDisk ACTIONS> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
[Bob@pcbsd-4726] ~>
|