Right!
rndis is not installed. So I went to that link and found some other stuff which might come in useful later.
Meanwhile, back at the ranch, I googled rndis and found http://lodge.glasgownet.com/2009/05/31/rndis-modem-linux/comment-page-1/#comment-14629. I followed the instructions and everything went well right down to:
lee3-mint-8 usb-rndis-lite # make
make -C /lib/modules/2.6.31-16-generic/build SUBDIRS=/home/lee3/src/usb-rndis-lite modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-16-generic’
CC [M] /home/lee3/src/usb-rndis-lite/usbnet.o
/home/lee3/src/usb-rndis-lite/usbnet.c: In function ‘usbnet_probe’:
/home/lee3/src/usb-rndis-lite/usbnet.c:1199: error: ‘struct net_device’ has no member named ‘change_mtu’
/home/lee3/src/usb-rndis-lite/usbnet.c:1200: error: ‘struct net_device’ has no member named ‘get_stats’
/home/lee3/src/usb-rndis-lite/usbnet.c:1201: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/lee3/src/usb-rndis-lite/usbnet.c:1202: error: ‘struct net_device’ has no member named ‘open’
/home/lee3/src/usb-rndis-lite/usbnet.c:1203: error: ‘struct net_device’ has no member named ‘stop’
/home/lee3/src/usb-rndis-lite/usbnet.c:1205: error: ‘struct net_device’ has no member named ‘tx_timeout’
make[2]: *** [/home/lee3/src/usb-rndis-lite/usbnet.o] Error 1
make[1]: *** [_module_/home/lee3/src/usb-rndis-lite] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-16-generic’
make: *** [default] Error 2
Am I making this harder than it has to be, or is it just because I have the latest version of Mint installed which obviously doesn't come with the older software included? (wvdial isn't either.)
I am not having fun, yet...
BTW, what is a vboxnet0?
It shows up in Network Tools as:
Network device: vboxnet0
Hardware address: 0a:00:27:00:00:00
Multicast: Enabled
MTU: 1500
Link speed: not available
State: Inactive
Transmitted packets: 0
Transmission errors: 0
Received packets: 0
Reception errors: 0
Collisions: 0
n.p.
I just thought to check the winduhs .inf file for the modem. Guess what:
[ENIEthCommon.ndi.AddReg]
HKR, , DeviceVxDs, 0, "enethusb.sys"
HKR, , NTMPDriver, 0, "enethusb.sys"
HKR, , DevLoader, 0, "*NDIS"
HKR, NDIS, LogDriverName, 0, "ENETHUSB"
HKR, NDIS, MajorNdisVersion, 1, 04
HKR, NDIS, MinorNdisVersion, 1, 00
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5, ndis3"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5, ndis3"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
Could I use WINE to install this WinDriver? If that's possible, can you point me toward some HowTo?
~Lee